This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed crash when .codeep/intelligence.json was missing sections.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Backfills missing sections in `.codeep/intelligence.json` to prevent chat crashes. Backfills missing sections in `.codeep/intelligence.json` to prevent chat crashes. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
Fix: chat could crash with "Cannot read properties of undefined (reading 'indentation')" when a project's
.codeep/intelligence.jsonwas missing sections (from an interrupted or older scan). The file is now backfilled on load, so partial intelligence can never crash a prompt — most visible in the VS Code/Zed (ACP) chat.
Fixed
- Partial
.codeep/intelligence.jsoncrash — a project intelligence file
that was missing whole sections (e.g.conventions) — written by an
interrupted scan or an older CLI — causedgenerateContextFromIntelligence
to throwCannot read properties of undefined (reading 'indentation')on the
next prompt. This surfaced in editor clients (VS Code / Zed via ACP) as a chat
error on every message.loadProjectIntelligencenow merges loaded data over
a complete default skeleton (per-section), and the context formatter
defensively normalizes its input, so a partial or older-schema file is
backfilled instead of dereferenced blindly. No re-scan required.
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
Earlier breaking changes
- v2.8.0 `codeep account push` and `account sync` no longer transfer API keys unless `/keysync on` is enabled
- 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]