- 723df5f Merge pull request #3796 from code-yeongyu/fix/bun-sqlite-dynamic-import
- aae619c fix(ultrawork): align lazy sqlite fallback test
- c537e84 fix(ultrawork): handle bun:sqlite import failure directly
- f4a225b fix(ultrawork): lazy-load bun:sqlite to support Node/Electron runtime
- 61ea99a fix(process-cleanup): add test seam to prevent process.exitCode contaminating bun runner
- 32fab88 fix(process-cleanup): add test seam to prevent process.exitCode contaminating bun runner
- ad535cd fix(process-cleanup): isolate test and avoid checking process.exitCode directly
- 45452a0 Merge pull request #3731 from yizhifengye/fix/process-cleanup-infinite-loop-epipe
- fd62f5b Merge pull request #3639 from auyua9/fix/fatal-cleanup-exit
- ef7ac52 Merge pull request #3771 from tw-yshuang/fix/atlas-pending-continuation-race
- b43f849 Merge pull request #3791 from code-yeongyu/fix/parentSessionId-typo
- 6323fa8 fix(background-agent): fix parentSessionID -> parentSessionId typo causing TS build failure
- a63d6e3 @brooksbUWO has signed the CLA in #3790
- e699f33 Merge pull request #3455 from CHLK/fix/cli-run-premature-exit-with-background-tasks
- 9c8aab9 Merge pull request #3420 from grandmaster451/fix-version-comparison
- 8c8522e Merge pull request #3415 from lightrabbit/fix/skill-mcp-stdio-cwd
- 7b28298 Merge pull request #3414 from garnetlyx/fix/sandbox-cache-availability-check
- 8fbb452 @Biemmmmm has signed the CLA in #3785
- 56e4044 fix(atlas): block continuation while delegated tasks are pending
- 875fffb fix(background): exit after fatal cleanup
- 49c2a40 fix(background-agent): detach error listener before running body to stop re-entrant log loop
- eaa3837 Merge remote-tracking branch 'origin/dev' into fix/cli-run-premature-exit-with-background-tasks
- dd95d59 fix(cli-run): cover all terminal paths for background task marker cleanup
- aa90cff fix(cli-run): prevent premature exit when background tasks are active
- 003e45a fix(auto-update): use semantic version comparison instead of string equality
- df172ac fix(skill-mcp): pass workspace directory as cwd to stdio MCP processes
- 177c51b fix: use in-process flag instead of existsSync for cache availability
Thank you to 7 community contributors:
- @garnetlyx:
- fix: use in-process flag instead of existsSync for cache availability
- @lightrabbit:
- fix(skill-mcp): pass workspace directory as cwd to stdio MCP processes
- @grandmaster451:
- fix(auto-update): use semantic version comparison instead of string equality
- @CHLK:
- fix(cli-run): prevent premature exit when background tasks are active
- fix(cli-run): cover all terminal paths for background task marker cleanup
- Merge remote-tracking branch 'origin/dev' into fix/cli-run-premature-exit-with-background-tasks
- @yizhifengye:
- fix(background-agent): detach error listener before running body to stop re-entrant log loop
- @auyua9:
- fix(background): exit after fatal cleanup
- @tw-yshuang:
- fix(atlas): block continuation while delegated tasks are pending