Commit Graph

  • ac04f97067 feat: add Mascarade as LLM provider — multi-agent orchestration engine develop L'électron rare 2026-03-22 13:24:21 +01:00
  • 4eb68fe840 chore(deps): bump @anthropic-ai/sdk in /apps/desktop dependabot/npm_and_yarn/apps/desktop/anthropic-ai/sdk-0.80.0 dependabot[bot] 2026-03-19 18:27:41 +00:00
  • 8cc59b783d chore(deps): bump jsdom from 27.4.0 to 29.0.0 in /apps/desktop dependabot/npm_and_yarn/apps/desktop/jsdom-29.0.0 dependabot[bot] 2026-03-19 18:27:02 +00:00
  • f7e7eb452e chore(deps): bump @biomejs/biome from 2.4.7 to 2.4.8 in /apps/desktop dependabot/npm_and_yarn/apps/desktop/biomejs/biome-2.4.8 dependabot[bot] 2026-03-19 18:26:49 +00:00
  • d9a470f12d chore(deps): bump vite from 7.3.1 to 8.0.1 in /apps/desktop dependabot/npm_and_yarn/apps/desktop/vite-8.0.1 dependabot[bot] 2026-03-19 18:26:34 +00:00
  • 2d9060c15c chore(deps): bump electron from 40.0.0 to 41.0.3 in /apps/desktop dependabot/npm_and_yarn/apps/desktop/electron-41.0.3 dependabot[bot] 2026-03-19 18:26:09 +00:00
  • cba050243e fix(test): use path.join in migration tests for Windows compatibility fix/rename AndyMik90 2026-03-18 19:13:48 +01:00
  • b363e66365 Merge branch 'develop' into feat/backend-test-coverage feat/backend-test-coverage André Mikalsen 2026-03-18 14:40:08 +01:00
  • 92b7534db6 Merge branch 'develop' into feat-gitlab-parity feat-gitlab-parity André Mikalsen 2026-03-18 14:39:58 +01:00
  • baf6e4bb35 Merge branch 'develop' into fix/rename André Mikalsen 2026-03-18 14:39:46 +01:00
  • 76fdbade6f docs: update README beta download links to 2.8.0-beta.5 AndyMik90 2026-03-17 20:32:15 +01:00
  • eb465d9901 Merge branch 'develop' into worktree-vercel-sdk-pr-fixes worktree-vercel-sdk-pr-fixes StillKnotKnown 2026-03-17 07:13:29 +02:00
  • 979d97757f fix(deps): update Vercel AI SDK and all dependencies (#1963) André Mikalsen 2026-03-16 21:20:56 +01:00
  • d8291c6daa fix(deps): align @electron/rebuild override with devDependency (4.0.2 → 4.0.3) fix/vercel-sdk AndyMik90 2026-03-16 21:19:21 +01:00
  • d3f24ce26a fix(deps): update Vercel AI SDK and all dependencies to latest AndyMik90 2026-03-16 15:47:14 +01:00
  • f5825c29c5 test: fix network error test timeout and retry handling StillKnotKnown 2026-03-16 15:12:28 +02:00
  • 23ea378e56 fix: address CodeRabbitAI review suggestions StillKnotKnown 2026-03-16 15:01:26 +02:00
  • 9090f8fb1a fix: remove unused imports from gitlab/index.ts (CodeQL alerts 5621, 5622) StillKnotKnown 2026-03-16 14:40:26 +02:00
  • deb20640e4 fix: address CodeRabbit review suggestions StillKnotKnown 2026-03-16 14:32:25 +02:00
  • 770dd37ecd test: use resetAllMocks instead of clearAllMocks in runner-env-handlers tests StillKnotKnown 2026-03-16 14:11:35 +02:00
  • 1649d9dfea fix: replace secret-shaped fixture literals with redacted placeholders StillKnotKnown 2026-03-16 14:10:35 +02:00
  • e226851e40 fix: simplify unreachable category transformation in createMockReviewResult StillKnotKnown 2026-03-16 14:09:39 +02:00
  • d1838ea9d5 docs: improve docstring coverage for codex-auth-handlers StillKnotKnown 2026-03-16 13:45:22 +02:00
  • 721c383b3d test: improve test mock setup with documentation StillKnotKnown 2026-03-16 13:40:25 +02:00
  • a147fe6a88 fix: resolve MaxListenersExceededWarning in test suite StillKnotKnown 2026-03-16 13:34:39 +02:00
  • 622c8e0eef test: fix EventEmitter memory leak warnings and improve test reliability StillKnotKnown 2026-03-16 13:17:42 +02:00
  • aa262ea9d7 test: fix flaky tests - environment isolation and timing thresholds StillKnotKnown 2026-03-16 13:07:42 +02:00
  • a385187564 fix: update runner-env-handlers test mock for new utils exports StillKnotKnown 2026-03-16 13:01:21 +02:00
  • b6ab2a211b fix: apply code quality improvements from validation StillKnotKnown 2026-03-16 12:37:49 +02:00
  • 0835237014 fix: update test expectations for enhanced error message format StillKnotKnown 2026-03-16 12:09:56 +02:00
  • 991f25d6bd fix: add retry logic, enhanced errors, and token validation for GitHub API StillKnotKnown 2026-03-16 12:04:40 +02:00
  • 18b2112272 fix: remove integration flow tests requiring Electron runtime StillKnotKnown 2026-03-16 12:00:19 +02:00
  • dac3b2a871 fix: add actual integration flow tests with IPC handler invocation StillKnotKnown 2026-03-16 11:58:25 +02:00
  • a767c6b13f test: add PR review integration tests StillKnotKnown 2026-03-16 11:49:25 +02:00
  • aded27b2dd fix: add missing test coverage and document integration test needs StillKnotKnown 2026-03-16 11:38:37 +02:00
  • 40266849ad test: add parallel orchestrator unit tests StillKnotKnown 2026-03-16 11:34:26 +02:00
  • 405aee06c0 fix: remove unused imports from pr-review-engine tests StillKnotKnown 2026-03-16 11:15:03 +02:00
  • c4b8502933 test: add PR review engine unit tests StillKnotKnown 2026-03-16 11:12:26 +02:00
  • 1b23d6e62b test: add GitHub API layer tests with 500 error scenario StillKnotKnown 2026-03-16 11:02:42 +02:00
  • 500761155b fix: resolve type export errors in test utilities index StillKnotKnown 2026-03-16 11:00:13 +02:00
  • 295ca41fd9 fix: resolve type mismatches and add barrel exports to test utilities StillKnotKnown 2026-03-16 10:58:47 +02:00
  • 675e3b4086 test: add shared test utilities for PR review suite StillKnotKnown 2026-03-16 10:51:07 +02:00
  • 4c832e6a35 refactor(core): rename auto-claude references to aperant across codebase AndyMik90 2026-03-15 20:46:31 +01:00
  • f6bf6d4ada fix(core): resolve MCP tool naming, IPC security, and migration tests AndyMik90 2026-03-15 13:47:54 +01:00
  • 18453adb1d feat(core): rename .auto-claude data folder to .aperant AndyMik90 2026-03-15 13:33:19 +01:00
  • 3f8e16edb2 fix: skip Claude onboarding for profiles + prevent duplicate accounts (#1952) André Mikalsen 2026-03-15 11:05:27 +01:00
  • 1475fe5151 fix(core): prevent duplicate profile creation and clean up existing duplicates fix/duplicate-accounts-scrollable-dropdown AndyMik90 2026-03-14 17:29:36 +01:00
  • 73e689a7a6 fix(core): prevent duplicate profile creation and clean up existing duplicates fix/pr-review AndyMik90 2026-03-14 17:29:36 +01:00
  • 32fc3522e8 fix(core): harden profile deduplication logic and add tests AndyMik90 2026-03-14 09:51:29 +01:00
  • b71f3363b2 Update beta version to 2.8.0-beta.5 in README i18n-additional-languages StillKnotKnown 2026-03-14 10:35:57 +02:00
  • 2c464edd95 docs: add i18n expansion summary StillKnotKnown 2026-03-14 02:58:42 +02:00
  • 28eb575923 docs(i18n): document i18n workflow and supported languages StillKnotKnown 2026-03-14 02:54:53 +02:00
  • 970d9ac35f fix(i18n): add validate:i18n script and fix flaky performance test StillKnotKnown 2026-03-14 02:42:47 +02:00
  • 1daed93dfb feat(i18n): add i18n validation script StillKnotKnown 2026-03-14 02:31:24 +02:00
  • 8eb91a20a6 fix(i18n): add critical UI translations for 19 new languages StillKnotKnown 2026-03-14 02:26:24 +02:00
  • dc3a09949f feat(i18n): add AI translations for 19 new languages StillKnotKnown 2026-03-14 02:14:17 +02:00
  • 05f4c31c83 fix(i18n): update LanguageSettings to use 'code' instead of 'value' StillKnotKnown 2026-03-14 02:10:18 +02:00
  • 6d39c116ed feat(i18n): add 19 new languages to type definitions StillKnotKnown 2026-03-14 02:01:44 +02:00
  • 33ed7d33fe fix(ui): deduplicate usage profiles and make dropdowns scrollable AndyMik90 2026-03-14 09:25:35 +01:00
  • aca9f916e2 Merge branch 'develop' into feat/backend-test-coverage StillKnotKnown 2026-03-14 10:17:16 +02:00
  • 86dadb3981 Merge branch 'develop' into feat-gitlab-parity StillKnotKnown 2026-03-14 10:16:40 +02:00
  • 53b55468c9 fix: skip onboarding for profiles + terminal shortcuts (#1949) André Mikalsen 2026-03-14 09:15:03 +01:00
  • 0c0a9be367 test: add orchestrator test coverage for build and spec pipelines StillKnotKnown 2026-03-14 00:42:32 +02:00
  • 640a4fe708 test: improve coverage for merge and orchestration modules StillKnotKnown 2026-03-14 00:24:50 +02:00
  • 293742b2ca test: improve backend coverage with additional module tests StillKnotKnown 2026-03-13 23:52:26 +02:00
  • d6360e492c Merge branch 'develop' into feat-gitlab-parity StillKnotKnown 2026-03-13 23:35:55 +02:00
  • 6e3760750d Merge branch 'develop' into feat/backend-test-coverage StillKnotKnown 2026-03-13 23:35:49 +02:00
  • 1984a62d9b docs: update README beta download links to 2.8.0-beta.5 AndyMik90 2026-03-13 22:25:58 +01:00
  • 8bb3eb8005 test: improve backend coverage to 90%+ for merge and runners modules StillKnotKnown 2026-03-13 23:19:14 +02:00
  • dcdd75376d fix: use secure home directory path instead of /tmp for session persistence StillKnotKnown 2026-03-13 22:46:36 +02:00
  • 48f8396bdd chore: remove fix-pr tracking data after processing all review items StillKnotKnown 2026-03-13 22:40:03 +02:00
  • 33107fcd91 fix: resolve BatchReviewWizard index bug StillKnotKnown 2026-03-13 22:36:05 +02:00
  • eb20eed304 chore: remove fix-pr tracking data after processing all review items StillKnotKnown 2026-03-13 22:16:21 +02:00
  • 8f3ea8f311 fix: resolve CI test failures and address review feedback StillKnotKnown 2026-03-13 22:15:28 +02:00
  • 7da21d131e chore: remove fix-pr tracking data StillKnotKnown 2026-03-13 22:05:28 +02:00
  • 7705c563bb fix: resolve CI test failures from upstream merge StillKnotKnown 2026-03-13 22:00:29 +02:00
  • 13a48e26e1 fix: resolve CodeRabbit, Gemini, and Sentry review feedback for GitLab parity StillKnotKnown 2026-03-13 18:34:16 +02:00
  • dcc6afad2d chore: mark all PR #1942 items as resolved or skipped StillKnotKnown 2026-03-13 14:56:45 +02:00
  • 7896be5f69 refactor: use path aliases in GitLab store test files StillKnotKnown 2026-03-13 14:55:19 +02:00
  • be83ad46f6 fix: add hasCommitsAfterPosting field to GitLab new commits check StillKnotKnown 2026-03-13 14:54:38 +02:00
  • 5eac6d8d0f fix: add missing GitLab detailed_merge_status values to StatusIndicator StillKnotKnown 2026-03-13 14:51:33 +02:00
  • 7a1db877f9 fix: avoid rendering empty status container in StatusIndicator StillKnotKnown 2026-03-13 14:47:59 +02:00
  • 7a39253214 fix: use vi.stubGlobal for test isolation and prevent stale async responses StillKnotKnown 2026-03-13 14:45:38 +02:00
  • 60bdf51aef feat: add onGitLabMRStatusUpdate listener to preload API StillKnotKnown 2026-03-13 14:44:36 +02:00
  • b437dc6f30 fix: clamp polling interval and stop orphaned pollers StillKnotKnown 2026-03-13 14:41:52 +02:00
  • 2e56176514 fix: strengthen type guard and fix translation namespace StillKnotKnown 2026-03-13 14:40:45 +02:00
  • dfa08dc588 fix: consistent type guards, clear stale data, correct GitHub auth type StillKnotKnown 2026-03-13 14:39:54 +02:00
  • a8f7519a53 fix: mock signatures and replace @ts-expect-error with typed partial StillKnotKnown 2026-03-13 14:38:19 +02:00
  • 302233b31c fix: clear error on import success and enable noNonNullAssertion warning StillKnotKnown 2026-03-13 14:36:08 +02:00
  • 80170562a4 fix: move GitLab types to shared, add test coverage, deprecation notice StillKnotKnown 2026-03-13 14:35:20 +02:00
  • 4e2a614112 fix: parameter shadowing and pagination test coverage StillKnotKnown 2026-03-13 14:32:55 +02:00
  • db5eff4b9b fix: implement saveTerminalBuffer IPC handler with constant StillKnotKnown 2026-03-13 14:30:54 +02:00
  • b188fed7e2 fix: update MRLogs translation paths from mrReview.logs to mrFiltering.logs StillKnotKnown 2026-03-13 14:27:47 +02:00
  • 7fd0b4be38 fix: treat 'all' status as wildcard in GitLab MR filtering StillKnotKnown 2026-03-13 14:26:35 +02:00
  • de04b81d60 fix: implement memory infrastructure IPC handlers with proper constants StillKnotKnown 2026-03-13 14:25:23 +02:00
  • f2d2b0b680 fix: replace unknown with concrete types for memory infrastructure APIs StillKnotKnown 2026-03-13 14:19:42 +02:00
  • 8b279bf1ff test: fix gitlab-error-parser test expectations StillKnotKnown 2026-03-13 14:05:29 +02:00
  • 9492440460 fix: address 14 CodeRabbit review comments (round 2) StillKnotKnown 2026-03-13 13:44:03 +02:00
  • 86da9ee6dd fix: address 13 CodeRabbit review comments for GitLab parity StillKnotKnown 2026-03-13 13:26:24 +02:00
  • 228a58a87c fix: pagination reliability and i18n improvements StillKnotKnown 2026-03-13 13:06:00 +02:00