Pull Request Explorer

Exploring 557 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(docker): pin node:24-alpine to 24.15.0-alpine3.23 digest charlesBochet S No 1.7h 0.0h May 15, 2026

Summary

Bug Fix

Pin Node base image to specific digest

Ensures Docker builds use a fixed Node/Alpine image, eliminating CVEs and improving build stability across architectures.

Health Assessment

Small
Low
Low
  • Fast turnaround with AI-assisted review and minimal rework; CVE mitigation achieved quickly.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Copilot
Confidence: 0.95

Tech Stack

Frameworks: Docker
[Website] Make product stepper visuals interactive. mabdullahabaid XL No 1.2h 0.1h May 15, 2026

Summary

Feature

Add interactive product stepper visuals

Replaces static screenshots with interactive React components, improving user engagement and clarity.

Health Assessment

Large
Medium
Low
  • Rapid review and merge after 1.2 hours indicates minimal friction; large visual component additions but no blockers.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
feat(secret-encryption): drop APP_SECRET from approved-access-domain validation and session cookies charlesBochet XL No 20.2h 0.1h May 15, 2026

Summary

Feature

Remove APP_SECRET from validation and session cookies

Eliminates legacy APP_SECRET usage for approved‑access‑domain tokens and session cookie signing, replacing them with JWTs and HKDF‑based keys to enhance security and enable key rotation.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal changes, indicating high confidence in security improvements.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
chore: sync AI model catalog from models.dev github-actions XL No - - May 15, 2026

Summary

Chore

Sync AI model catalog from models.dev

Automated daily update of AI model catalog, ensuring pricing, context windows, and availability are current, adding new models and deprecating inefficient ones.

Health Assessment

X-Large
Low
Low
  • Fast merge with no review, minimal risk.

AI Details

Confidence: 0.95

Tech Stack

fix(server): treat plaintext-under-isSecret rows as plaintext in app variable encryption migration charlesBochet M No 1.1h 0.1h May 14, 2026

Summary

Bug Fix

Fix encryption migration to handle plaintext rows

Ensures the 2.5 upgrade migration correctly processes rows marked as secret but containing plaintext, preventing failures and maintaining data integrity.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, AI-assisted review, no major rework, merged within 1 hour.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(server): drop correlated subquery in getWorkspaceLastAttemptedCommandName charlesBochet M No 0.4h 0.0h May 14, 2026

Summary

Bug Fix

Optimize upgrade migration query for performance

Replaces a correlated subquery with a two‑level DISTINCT ON, cutting query time by ~2.4× and improving upgrade run efficiency.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; low risk and high confidence in correctness.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(server): batch upgrade migration inserts to stay under PG param limit charlesBochet S No 1.3h 0.0h May 14, 2026

Summary

Bug Fix

Fix batch upgrade migration inserts to avoid PG limit

Prevents deployment failures caused by exceeding PostgreSQL parameter limits during upgrade migrations, ensuring reliable production deployments.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes; AI reviewers provided feedback but no rework needed.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 2.5.0 charlesBochet XS No 0.0h 0.0h May 14, 2026

Summary

Chore

Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 2.5.0

Updates published package versions to align with the 2.5.0 release across the monorepo.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, no significant rework.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

chore: bump version to 2.6.0 twenty-pr XS No 0.9h 0.0h May 14, 2026

Summary

Chore

chore: bump version to 2.6.0

Updates version constants to reflect the new release, moving the current version to the previous list, setting the new current version, and updating the next minor version.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with AI review, minimal changes, merged within 1 hour.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(auth): resume workspace selection on /welcome with valid tokenPair cookie FelixMalfait S AI 5.1h 4.1h May 14, 2026

Summary

Feature

Resume workspace selection on welcome with token cookie

Enables seamless workspace selection for users returning to the welcome page, reducing friction and eliminating unnecessary re‑authentication steps.

Health Assessment

Small
Low
Low
  • Fast review and merge (5.1h cycle time, 4h review time) with a single comment and minimal code changes indicates low complexity and high confidence in the change.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(server): add subFieldName column early in upgrade sequence charlesBochet S No 0.1h 0.0h May 14, 2026

Summary

Bug Fix

Add subFieldName column early in upgrade sequence

Ensures cross‑version database upgrades succeed by adding a missing column before dependent migrations run, preventing upgrade failures for existing installations.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with AI‑assisted review; minimal code churn and low risk to production upgrades.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(server): scope workspace findOne in ApplicationService charlesBochet XS No 0.0h 0.0h May 14, 2026

Summary

Bug Fix

Scope workspace findOne in ApplicationService

Narrowing the database query prevents upgrade failures by avoiding references to non‑existent columns, ensuring smooth cross‑version migrations.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within minutes, indicating a straightforward, low‑risk fix with minimal code changes.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(server): scope workspace findOne in 1-21 backfill-datasource command charlesBochet XS No 0.1h 0.0h May 14, 2026

Summary

Bug Fix

Scope workspace findOne in backfill command

Prevents cross-version upgrade failures by limiting TypeORM select to necessary columns, ensuring smooth upgrades for pre‑1.21 instances.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately by AI, merged within minutes.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
i18n - translations github-actions XL No - 0.1h May 14, 2026

Summary

Feature

Add translations for multiple locales

Adds internationalization support for additional languages, enabling users to interact with the application in their native language.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal changes, indicating a smooth process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(twenty-server): one-hop relation filters in GraphQL API FelixMalfait XL AI 25.6h 0.2h May 14, 2026

Summary

Feature

Add one-hop relation filters to GraphQL API

Enables filtering records by related object's fields in GraphQL, improving query flexibility for clients.

Health Assessment

X-Large
High
Medium
  • The PR required multiple iterations and extensive review, indicating complex changes to the GraphQL filtering logic, but the review process was quick and the final merge was achieved within a day.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(server): migrate TOTP secret encryption to SecretEncryptionService charlesBochet XL No 0.7h 0.1h May 14, 2026

Summary

Feature

Migrate TOTP secret encryption to new service

Replaces legacy AES‑256‑CBC encryption for TOTP secrets with a versioned SecretEncryptionService, enhancing security and simplifying future upgrades.

Health Assessment

Large
Low
Low
  • Rapid review and merge with minimal iterations indicate high confidence in the migration and low risk to production.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Twenty discord integration abdulrahmancodes XL No 22.8h 14.9h May 14, 2026

Summary

Feature

Add Discord integration to Twenty

Enables sending, updating, deleting Discord messages and reactions from the Twenty platform, expanding collaboration capabilities.

Health Assessment

Large
Medium
Medium
  • AI review flagged issues early, prompting rapid refactoring and documentation updates; the PR was merged within 23 hours, demonstrating efficient collaboration and a moderate risk profile.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore(.vscode): add remaining packages to VSCode workspace Rpaudel379 S No 2.4h 0.0h May 14, 2026

Summary

Chore

Add remaining packages to VSCode workspace

Ensures all packages are visible in VSCode workspace, improving developer navigation and consistency.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, indicating low complexity and high confidence.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

fix(server): decouple SDK client generation from workspace activation neo773 L No 36.2h 0.1h May 14, 2026

Summary

Bug Fix

Decouple SDK client generation from workspace activation

Ensures workspace creation does not fail or leave workspaces corrupted when SDK generation encounters errors, improving reliability for new workspaces.

Health Assessment

Medium
Medium
Low
  • Fast review and minimal rework indicate a straightforward bugfix with low complexity; the change addresses a critical reliability issue in workspace initialization.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(auth): exclude /authorize from MinimalMetadataGater loading gate FelixMalfait XS AI 0.7h 0.0h May 14, 2026

Summary

Bug Fix

Exclude /authorize from metadata gating

Fixes blank /authorize page caused by stale token cookie, improving OAuth consent flow for users.

Health Assessment

Small
Low
Low
  • Quick one-line change, fast review, no blockers, minimal risk to production

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: ChatGPT, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
[Website] Refine feature card scroll entrance to a subtle opacity fade mabdullahabaid S No 0.4h 0.1h May 14, 2026

Summary

Refactor

Refine feature card scroll entrance to subtle opacity fade

Improves user experience by replacing jarring slide/rotate animations with a smooth 0.6s opacity fade, enhancing the professional look of the B2B website.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, indicating a straightforward UI tweak.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Fix time consuming search ilike fallback Weiko M No 18.4h 0.0h May 14, 2026

Summary

Bug Fix

Fix time consuming search ilike fallback

Limits performance impact of fallback search query by adding a per-statement timeout and handling cancellation, reducing slow responses for large datasets.

Health Assessment

Medium
Low
Low
  • Fast 18‑hour cycle, single AI review, no rework, medium scope, low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
chore(server): drop unused postgresCredentials feature charlesBochet XL No 0.3h 0.0h May 14, 2026

Summary

Refactor

Remove unused postgres credentials feature

Eliminates legacy postgres proxy feature, cleaning up API, server modules, and client metadata, reducing maintenance overhead.

Health Assessment

Large
Low
Low
  • Quick review and merge, minimal rework, indicates straightforward cleanup.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
[Website] Replace product page hero visual with interactive CRM depicting AI chat in action. mabdullahabaid XL No 0.6h 0.1h May 14, 2026

Summary

Feature

Replace product page hero with interactive AI CRM

This PR updates the product page hero to an interactive CRM interface featuring an AI chat panel, improving user engagement and demonstrating real‑time CRM interactions.

Health Assessment

X-Large
Low
Low
  • The PR was reviewed and merged within 0.6 hours, indicating minimal friction and high confidence in the changes.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
i18n - translations github-actions XL No - - May 14, 2026

Summary

Feature

Add translations for multiple locales

Adds internationalization support for additional languages, enabling users to interact with the application in their native language.

Health Assessment

Medium
Low
Low
  • Automated PR merged immediately with no review, indicating a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Typescript
i18n - translations github-actions XL No 0.0h - May 14, 2026

Summary

Feature

Add translations for multiple locales

Adds internationalization support for 10 new locales, enabling users worldwide to use the app in their native language.

Health Assessment

X-Large
Low
Low
  • Automated translation extraction and compilation via GitHub action, no manual review needed.

AI Details

Tech Stack

Languages: Typescript
Regrant id token write to claude for oidc swap prastoin XS No 0.6h 0.1h May 14, 2026

Summary

Health Assessment

AI Details

Tech Stack

Update OAuth consent modal design Bonapara L No 16.4h 0.1h May 14, 2026

Summary

Feature

Improve OAuth consent modal design

Enhances user experience during OAuth consent by updating modal design and preserving return paths, reducing friction for social SSO sign‑ins.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal iterations indicates low complexity and high confidence in the changes. AI review helped ensure quality.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore(deps-dev): bump vite-plugin-svgr from 4.3.0 to 4.5.0 dependabot S No 2.6h 0.0h May 14, 2026

Summary

Chore

Bump vite-plugin-svgr to 4.5.0

Updates a Vite plugin dependency to the latest patch, ensuring compatibility and potential bug fixes.

Health Assessment

Small
Low
Low
  • Fast merge with no review friction, typical dependency bump.

AI Details

Tech Stack

Frameworks: Vite
chore(deps-dev): bump @mui/material from 7.3.8 to 7.3.11 dependabot M No 2.5h 0.0h May 14, 2026

Summary

Chore

Bump @mui/material dependency

Updates the Material UI library to the latest patch, ensuring compatibility and security fixes.

Health Assessment

Small
Low
Low
  • Quick dependency bump with immediate approval and no issues, indicating a smooth process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

chore(auth): drop unused workspacePersonalInviteToken from SSO state FelixMalfait XS No 8.7h 0.1h May 14, 2026

Summary

Chore

Remove unused workspacePersonalInviteToken from SSO state

Clean up dead code in SSO strategies, improving clarity and reducing confusion for developers.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward cleanup with minimal impact on the codebase.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
chore(deps): bump react-dropzone from 14.2.3 to 14.4.1 dependabot S No 1.7h 0.0h May 14, 2026

Summary

Chore

Bump react-dropzone to 14.4.1

Updates the react-dropzone library to the latest patch, incorporating bug fixes and stability improvements for file drag-and-drop functionality.

Health Assessment

Small
Low
Low
  • Quick, single-commit dependency update merged within 1.7 hours with no review comments, indicating minimal complexity and risk.

AI Details

Tech Stack

feat(twenty-server): migrate remaining at-rest encryption sites to versioned envelope charlesBochet XL No 13.3h 0.1h May 14, 2026

Summary

Feature

Migrate remaining encryption sites to versioned envelope

Completes the encryption key rotation by routing all remaining at‑rest encryption calls through a versioned envelope, ensuring future key changes protect existing data and enabling safe rollback.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal human review indicate high confidence; AI reviewers identified a few issues that were resolved quickly, keeping the migration on schedule.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
chore(page-layout): remove IS_RECORD_PAGE_LAYOUT_* feature flags charlesBochet XL No 8.9h 0.0h May 14, 2026

Summary

Chore

Remove redundant page layout feature flags

Eliminates obsolete feature flags, simplifying layout logic and reducing code complexity.

Health Assessment

Large
Low
Low
  • PR merged quickly with minimal review, indicating straightforward refactor.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat(upgrade): expose twenty_upgrade_workspaces_up_to_date_total charlesBochet M No 0.7h 0.0h May 13, 2026

Summary

Feature

Add up-to-date workspaces gauge

Adds a gauge to track healthy workspaces, enabling dashboards to display healthy counts alongside behind/failed metrics.

Health Assessment

Medium
Low
Low
  • Quick review cycle with AI reviewers, minimal rework, and a small code change set indicate a low-risk, high-efficiency PR.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Add default value to apiKey for authentication method martmull XS No 3.2h 0.0h May 13, 2026

Summary

Bug Fix

Add default apiKey value for authentication

Ensures authentication defaults to API key for Docker instances, preventing failures. This improves reliability for Docker deployments.

Health Assessment

Small
Low
Low
  • Fast cycle time of 3.2 hours, no review friction, minimal changes.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(auth): preserve returnToPath across Google/Microsoft SSO redirects FelixMalfait M AI 6.2h 0.0h May 13, 2026

Summary

Bug Fix

Preserve returnToPath across Google/Microsoft SSO

Ensures users return to original deep link after social SSO, preventing lost consent screens and improving user flow.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI-assisted review, no blockers, merged within 6 hours.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat(upgrade): emit structured logfmt logs for upgrade flow charlesBochet L No 4.7h 0.0h May 13, 2026

Summary

Feature

Add structured logfmt logs for upgrade flow

Enables structured logging for the upgrade process, improving observability and dashboard filtering.

Health Assessment

Large
Low
Low
  • Quick approval with minimal review, indicating a straightforward change that was well understood by the team.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
i18n - translations github-actions XL No - - May 13, 2026

Summary

Feature

Add translations for multiple locales

Adds internationalization support for 10 new locales, enabling users to view the UI in their native language.

Health Assessment

Large
Low
Low
  • Automated translation compilation completed in minutes with no human review, indicating a smooth CI process.

AI Details

Tech Stack

Languages: Typescript
[breaking: deploy server before front] feat(view-sort): pick sort sub-field inline on the chip FelixMalfait XL AI 54.1h 0.1h May 13, 2026

Summary

Feature

Add inline sub-field sorting on sort chip

Users can now choose which sub-field of composite columns to sort by directly from the sort chip, improving sorting flexibility and user experience.

Health Assessment

X-Large
Medium
High
  • The PR required multiple iterations after a single review, indicating complex changes and a need for careful validation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
i18n - docs translations github-actions M No 0.0h - May 13, 2026

Summary

Docs

Update documentation translations for multiple languages

Adds updated translations for developer docs across several languages, improving accessibility for international users.

Health Assessment

Small
Low
Low
  • PR merged immediately after creation, indicating an automated translation update with minimal review.

AI Details

Tech Stack

i18n - translations github-actions XS No 0.0h - May 13, 2026

Summary

Chore

Add i18n translations config

Adds translation extraction configuration to support internationalization.

Health Assessment

Small
Low
Low
  • PR merged quickly with minimal changes, indicating low complexity and minimal review friction.

AI Details

Tech Stack

Languages: Yaml
Simplify create-twenty-app command martmull XL No 19.9h 0.1h May 13, 2026

Summary

Feature

Simplify create-twenty-app for zero-interaction use

Enables fully non-interactive app scaffolding, improving automation and developer experience.

Health Assessment

Large
Low
Low
  • Rapid AI-assisted review and quick fixes allowed the PR to merge within 20 hours, demonstrating efficient collaboration.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Yaml
i18n - docs translations github-actions L No 0.0h 0.0h May 13, 2026

Summary

Docs

i18n - docs translations

Updates documentation translations for multiple languages, ensuring consistency and fixing internal links.

Health Assessment

Medium
Low
Low
  • Rapid merge with no review friction; small, straightforward docs update.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

i18n - translations github-actions XL No 0.0h - May 13, 2026

Summary

Feature

i18n - translations

Adds internationalization support by compiling translation files for multiple locales, enabling a localized user experience for all customers.

Health Assessment

Small
Low
Low
  • The PR was auto‑generated by a GitHub Action and merged immediately with no review, indicating a fully automated translation pipeline with minimal risk.

AI Details

Tech Stack

Languages: Typescript
chore(billing) - remove feature flag etiennejouan XL No 4.5h 0.1h May 13, 2026

Summary

Chore

Remove billing feature flag

Removes the feature flag for billing and old enforce cap usage logic, simplifying the billing process.

Health Assessment

Large
Medium
Low
  • The PR had a fast cycle time and received a quick first review, but had multiple commits and a large scope, indicating potential complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.90

Tech Stack

Languages: Javascript, Typescript
Frameworks: Graphql, React
fix - nav drawer expansion etiennejouan S No 0.7h 0.0h May 13, 2026

Summary

Bug Fix

Fix navigation drawer expansion bug

Corrects the navigation drawer expansion behavior, improving user experience by ensuring consistent UI state.

Health Assessment

Small
Low
Low
  • Rapid review and merge within 45 minutes indicates straightforward fix with minimal risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Inject none secret env variables into front components martmull L No 19.4h 17.0h May 13, 2026

Summary

Feature

Inject non-secret env variables into front components

Ensures only non‑secret application variables are exposed to front‑end components, improving security and developer experience by preventing accidental leakage of sensitive data.

Health Assessment

Large
Low
Low
  • Fast cycle time and single AI‑assisted review indicate a smooth, low‑risk integration of non‑secret env variables into the front‑end.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
i18n - translations github-actions L No 0.0h 0.1h May 13, 2026

Summary

Feature

Add internationalization translations

Adds support for multiple languages by adding translation files and generating TypeScript modules for the server.

Health Assessment

Medium
Low
Low
  • Merged within minutes with an AI review, minimal code churn, and no reported issues, indicating a low‑risk, high‑confidence change.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(twenty-server): introduce ENCRYPTION_KEY env var with versioned envelope charlesBochet XL No 4.5h 0.1h May 13, 2026

Summary

Feature

Add ENCRYPTION_KEY env var with versioned envelope

Introduces secure key rotation and versioned ciphertext envelopes, enhancing data protection and operational flexibility for tenants.

Health Assessment

Large
High
Low
  • Fast review and extensive testing enabled a secure encryption feature to be merged within 4.5 hours, demonstrating strong process discipline and risk mitigation.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
« Page 8 of 12 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos