Skip to content

Codeep

v2.4.2 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent ai-agents ai-tools cli-app

Summary

AI summary

Fixed crash resilience and ensured codeep account stores the sync token on linking.

Changes in this release

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 account occasionally 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 account sync 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 sync failing 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

Track Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]