This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed crash resilience and ensured codeep account stores the sync token on linking.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Adds global uncaughtException and unhandledRejection handlers for crash resilience. Adds global uncaughtException and unhandledRejection handlers for crash resilience. Source: llm_adapter@2026-06-02 Confidence: low |
— |
| Bugfix | Medium |
Ensures `codeep account` stores sync token before completing linking. Ensures `codeep account` stores sync token before completing linking. Source: llm_adapter@2026-06-02 Confidence: low |
— |
Full changelog
Stability: an unexpected error no longer crashes Codeep to a garbled terminal — it's logged, your conversation is saved, and recoverable background errors keep the session alive. Also fixes
codeep accountoccasionally linking without storing the sync token.
Fixed
- Crash resilience — added global
uncaughtException/unhandledRejection
handlers. A stray throw deep in the agent loop used to kill the process with the
terminal still in raw mode + alternate screen (leaving your shell garbled), or
vanish silently. Now an uncaught exception restores the terminal, logs the cause,
and best-effort saves the conversation before exiting; an unhandled promise
rejection (e.g. a failed background sync) surfaces as a warning and keeps the TUI
running instead of tearing it down. codeep accountsync token — account linking now waits for the sync token
before completing. The server could briefly report the login authorized before
the token was issued, so the CLI linked the account but stored no token, leaving
codeep account syncfailing with "Not linked to codeep.dev". Pairs with the
matching codeep.dev fix.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]