Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(ai): delete the Redis chunk list on credits-exhausted terminal events | FelixMalfait | M | AI | 0.5h | 0.4h | Jul 02, 2026 |
SummaryBug FixDelete Redis chunk list on credits-exhausted events Fixes a bug where chat streams remained stuck after billing cap reached, improving user experience by ensuring streams terminate correctly. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| test(ai): pin StreamAgentChatJob stream lifecycle with a reusable spec harness | FelixMalfait | L | AI | 0.4h | - | Jul 02, 2026 |
SummaryTestPin StreamAgentChatJob stream lifecycle harness Adds comprehensive unit tests for the StreamAgentChatJob to catch stream lifecycle regressions, preventing 10‑minute dead threads and infinite spinners that previously caused user‑facing hangs. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(sse): treat expected event-stream coordination errors as 403s and never crash the sync loop | FelixMalfait | S | AI | 0.5h | 0.2h | Jul 02, 2026 |
SummaryBug FixFix SSE coordination errors to prevent crashes This change ensures that expected event‑stream coordination errors are treated as 403 responses, preventing server crashes and improving client resilience, reducing error monitoring noise and keeping live updates functional. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(ai): offer Retry when the failed turn persisted partial assistant output | FelixMalfait | XS | AI | 0.3h | - | Jul 02, 2026 |
SummaryBug FixOffer Retry for partial assistant output failures Adds a retry button when a mid-stream AI turn fails, improving user experience by allowing recovery without reloading. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Fire front component window error handlers | bosiraphael | M | AI | 1.5h | 0.1h | Jul 02, 2026 |
SummaryBug FixFire front component window error handlers Adds an error event bridge in Web Workers so that component error handlers and monitoring tools receive errors. It improves visibility and debugging for front‑end components. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| feat(call-recorder): cap media file size during ingestion to avoid OOM | ehconitin | XL | AI | 0.6h | 0.1h | Jul 02, 2026 |
SummaryFeatureCap media file size during ingestion to avoid OOM Prevents out‑of‑memory crashes by limiting media file size during call recording ingestion, ensuring system stability and reliable billing. Users can still complete recordings with remaining artifacts, improving reliability. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Gate and meter email group: enterprise license (self-host) + credits (cloud) | neo773 | L | No | 30.4h | 0.1h | Jul 02, 2026 |
SummaryFeatureGate email group with enterprise licensing and credits Adds server‑side gating and billing for email groups, preventing unauthorized use on self‑hosted instances and metering cloud usage with credit pricing, aligning costs with actual email sends. Health Assessment
Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(server): workspace opt-out of root-domain directory listing | FelixMalfait | XL | No | 18.2h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd workspace directory listing opt-out Allow workspaces to opt out of being listed in the multi-workspace root-domain picker via email-domain discovery. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| perf(front): query only rendered fields in application settings pages | martmull | M | AI | 3.9h | 1.8h | Jul 02, 2026 |
SummaryRefactorOptimize GraphQL queries for application settings Reduces data transfer and improves performance by fetching only necessary fields for settings pages, lowering load times and resource usage. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Drop unsafe props from front component elements | bosiraphael | XL | No | 1.8h | 0.1h | Jul 02, 2026 |
SummaryBug FixDrop unsafe props from front component elements Improves security by filtering out unsafe event handlers and dangerous URL schemes from third‑party React components rendered in the host page, preventing script execution while preserving legitimate functionality. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| [Breaking change] fix: make pageLayout type field required | etiennejouan | M | AI | 3.0h | 0.1h | Jul 02, 2026 |
SummaryBug FixMake pageLayout type field required Ensures navigation menu items correctly resolve to custom pages, eliminating 404 errors and improving developer experience by enforcing required type metadata. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(emailing): local unsubscribe URL + full-content log driver | neo773 | L | AI | 20.7h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd local unsubscribe URL and log driver Enables local testing of unsubscribe links and logs full email content for debugging, improving developer visibility and troubleshooting. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(ai): add ask_questions interactive clarifying-question tool | FelixMalfait | XL | AI | 53.2h | 11.2h | Jul 02, 2026 |
SummaryFeatureAdd interactive clarifying-question tool for AI assistant Enables the AI assistant to pause and ask users clarifying questions, improving decision accuracy and user experience. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(emailing): forward SES events to Tatami Monitor | neo773 | M | AI | 22.3h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd SES event forwarding to Tatami Monitor Enables deliverability event tracking by routing SES events to Tatami Monitor, improving email analytics per workspace. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Fix front component crash on unknown elements | bosiraphael | M | AI | 1.5h | 0.1h | Jul 02, 2026 |
SummaryBug FixFix front component crash on unknown elements Adds robust error handling for unknown DOM tags in third‑party front components, preventing a single bad element from crashing the entire widget. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| fix(twenty-sdk): stop dev-mode OOM by caching compiled manifest modules | martmull | M | No | 4.6h | 3.4h | Jul 02, 2026 |
SummaryBug FixFix dev-mode OOM by caching manifest modules Prevents memory exhaustion during development by caching compiled modules, improving stability and developer experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(ai): surface AI chat stream failures through one typed error channel | FelixMalfait | XL | AI | 4.3h | 0.1h | Jul 02, 2026 |
SummaryFeatureSurface AI chat stream failures via single error channel Consolidates AI chat error handling into a single typed channel, ensuring errors persist across reloads and enabling retry functionality, thereby reducing user frustration and improving reliability. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| feat(server): improve traceability of flat-entity map mutation errors | prastoin | XL | No | 25.0h | 23.9h | Jul 02, 2026 |
SummaryFeatureImprove traceability of flat-entity map mutation errors Adds structured context to flat-entity mutation errors, enabling actionable Sentry logs and clearer user-facing messages for installation failures, improving debugging and customer experience. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(front): hide sub-item tree connector in navigation drag preview | Weiko | XS | No | 3.0h | 0.1h | Jul 02, 2026 |
SummaryBug FixHide navigation tree connector in drag preview Improves drag-and-drop UX by removing unnecessary visual clutter in navigation previews, ensuring a cleaner interface during item reordering. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
1.00
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(front): render pinned command-menu buttons inline in page header | Weiko | XS | No | 2.3h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix inline pinned command-menu buttons Ensures pinned command-menu items display inline next to the menu, improving usability and reducing clutter. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(server): apply row-level security predicates to API key and application principals | FelixMalfait | M | AI | 0.3h | 0.1h | Jul 02, 2026 |
SummaryBug FixFix row-level security predicates for API key and application principals Ensures row-level security filters are applied to API keys and installed applications, preventing unauthorized data access and aligning security behavior across all principal types. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(website): restore footer CTA buttons on the light card inside the dark stage | mabdullahabaid | S | No | 1.2h | 0.1h | Jul 02, 2026 |
SummaryBug FixRestore footer CTA button visibility Fixes broken footer call‑to‑action buttons, ensuring users can see and interact with them, improving conversion and user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(server): ship the 2.20 standardOverrides drop as a dormant command | FelixMalfait | L | AI | 0.9h | 0.3h | Jul 02, 2026 |
SummaryChoreShip 2.20 standardOverrides drop as dormant command Adds a dormant command to drop the standardOverrides column in future release, ensuring smooth upgrade and documentation. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(ai) - add delete_workflow tool | etiennejouan | M | AI | 2.7h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd delete_workflow tool for workflow cleanup Introduces a tool that soft‑deletes workflows and removes related sub‑entities, enhancing data hygiene and giving users control over workflow lifecycle. Health AssessmentAI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(ai) - Fix date stripped from agent tool output | etiennejouan | S | AI | 0.8h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix date stripping from agent tool output Ensures Date objects returned by TypeORM are preserved in AI agent responses, preventing loss of timestamp data. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(server): unify the two metadata override mechanisms into one | FelixMalfait | XL | No | 15.4h | 0.1h | Jul 02, 2026 |
SummaryRefactorUnify metadata override mechanisms Consolidates two override systems into a single JSON blob, simplifying the data model and improving consistency across the platform. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(website): center the User Guide nav preview image | mabdullahabaid | XS | No | 0.1h | 0.0h | Jul 02, 2026 |
SummaryBug FixCenter User Guide nav preview image Fixes off‑center preview image for User Guide in Resources dropdown, aligning it with other previews. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(schema): reorganize IndexField and related types | abdulrahmancodes | XL | AI | 0.5h | 0.0h | Jul 02, 2026 |
SummaryBug FixReorganize IndexField types and clean up schema Improves GraphQL schema structure, removes dead connection, prevents server errors, ensures consistent client and frontend types. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix: bump json-2-csv 5.5.10 -> 5.5.11 (Dependabot) | mabdullahabaid | S | No | 0.3h | 0.0h | Jul 02, 2026 |
SummaryBug FixBump json-2-csv to address security alert Updates json-2-csv to 5.5.11 to resolve a medium severity CSV injection vulnerability, ensuring the application remains secure. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Add Last contact app to onboarding v2 installable apps | bosiraphael | XS | AI | 0.5h | 0.0h | Jul 02, 2026 |
SummaryFeatureAdd Last contact app to onboarding v2 installable apps Enables users to add the Last contact app during onboarding, expanding available integrations and improving user engagement. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| i18n - website translations | github-actions | L | AI | 0.1h | 0.0h | Jul 02, 2026 |
SummaryFeatureAdd website translations for multiple languages Adds translations for Arabic, Czech, German, English, Spanish, French, Italian, Japanese, Korean, Portuguese, Romanian, Russian, Turkish, and Chinese, enabling a localized user experience. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(website): add Product to menu + footer nav, move Why into Resources dropdown | mabdullahabaid | S | No | 1.9h | 0.0h | Jul 02, 2026 |
SummaryFeatureAdd Product to menu and footer navigation Restores Product link in navigation, improving user access to product page and reorganizing resources. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(website): tighten product-feature spotlight height and align bento spacing | mabdullahabaid | XS | No | 2.9h | 0.0h | Jul 02, 2026 |
SummaryFeatureImprove product-feature card spacing and height Polish product page UI by aligning card heights and spacing, enhancing visual consistency and user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(billing) - invalidate activationStatus after billing event | etiennejouan | S | AI | 15.1h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix billing event invalidates workspace activation Ensures workspaces are correctly unblocked after billing events, improving user experience and preventing stale activation states. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(twenty-sdk): include app readme in published package | martmull | M | AI | 0.6h | 0.4h | Jul 02, 2026 |
SummaryFeatureAdd app README to published SDK package Ensures published npm packages include the app's README, improving documentation visibility for end users. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(shared): require defaultValue on non-nullable field manifests | martmull | M | AI | 13.0h | 0.0h | Jul 02, 2026 |
SummaryFeatureRequire defaultValue on non-nullable field manifests Ensures non-nullable fields always have a default value, improving data integrity during schema migrations and backfills. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(front): split root domain into a dedicated Root app (decouple from Workspace app) | FelixMalfait | XL | AI | 2.5h | 0.1h | Jul 02, 2026 |
SummaryFeatureSplit root domain into dedicated Root app Decouples the root domain from the workspace experience, eliminating the infinite‑load bug on the default domain and streamlining onboarding while keeping all workspace functionality intact. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| test(server): fix DPA Annex C test broken by sub-processor sync action | FelixMalfait | S | AI | 0.5h | 0.1h | Jul 01, 2026 |
SummaryTestFix DPA Annex C test broken by sub-processor sync action Ensures DPA Annex C tests derive expectations from synced sub‑processor data, preventing failures when trust‑center sync updates processing locations. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| i18n - docs translations | github-actions | M | AI | - | - | Jul 01, 2026 |
SummaryDocsUpdate documentation translations for multiple languages This PR updates the documentation translations for the platform, ensuring users across multiple locales have accurate and up-to-date information. It also fixes internal links to improve navigation. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| chore: sync DPA sub-processors from trust center | github-actions | S | AI | 4.5h | 4.5h | Jul 01, 2026 |
SummaryChoreSync DPA sub-processors from Trust Center Automated weekly sync of the DPA sub-processors list keeps compliance data up-to-date with the canonical source. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Fix lint | martmull | XS | AI | 0.5h | 0.0h | Jul 01, 2026 |
SummaryChoreFix lint issues Resolved linting errors in the twenty-last-contact package Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Add twenty-app keyword | martmull | XS | AI | 0.1h | 0.0h | Jul 01, 2026 |
SummaryChoreAdd twenty-app keyword Adds a keyword to the twenty-app configuration, simplifying version management. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| i18n - docs translations | github-actions | XL | AI | - | - | Jul 01, 2026 |
SummaryChoreUpdate docs translations for multiple languages Adds updated translations for twenty docs across multiple languages, improving international user experience. Health AssessmentAI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Improve billing settings UI | Bonapara | XL | No | 23.2h | 2.6h | Jul 01, 2026 |
SummaryFeatureImprove billing settings UI Enhances the billing settings experience by updating subscription and credit card displays, adding a credit‑package picker, and redirecting past‑due actions to billing management, improving clarity and user flow. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| feat(sdk): translate front-component strings with t()/Trans/useTranslate | FelixMalfait | XL | AI | 52.4h | 0.1h | Jul 01, 2026 |
SummaryFeatureAdd front-component i18n runtime and extraction Enables front‑end components to localize strings at runtime and build time, improving internationalization support for apps. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Update app name | martmull | XS | AI | 0.1h | 0.0h | Jul 01, 2026 |
SummaryChoreUpdate app name Updates the application name in the package configuration, ensuring consistency across the project. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Fix BlockNote placeholder alignment + paddings | Bonapara | S | No | 0.8h | 0.5h | Jul 01, 2026 |
SummaryBug FixFix BlockNote placeholder alignment and paddings Corrects visual alignment and spacing of BlockNote placeholders, enhancing readability and consistency across the editor. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(server): unify metadata override-blob computation (step 1 of override unification) | FelixMalfait | L | AI | 0.4h | 0.4h | Jul 01, 2026 |
SummaryRefactorUnify metadata override-blob computation Consolidates duplicate override logic across metadata modules, preserving behavior and simplifying future refactors. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Add installed workspaces view to application registration | martmull | XL | No | 25.8h | 1.7h | Jul 01, 2026 |
SummaryFeatureAdd installed workspaces view to application registration Adds an "Installed workspaces" section to the application registration settings page, giving admins visibility into which workspaces have installed an app and enabling better management. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| fix(billing): link billing emails to the workspace subdomain | FelixMalfait | M | AI | 0.2h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix billing emails to use workspace subdomain Ensures billing and suspension emails link directly to the user’s workspace domain, improving reliability and self‑hosted support. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||