This release fixes issues for SREs watching stability and regressions.
Published 7d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-coding-assistant
archetype
ast-analysis
claude-code
claude-plugin
code-conventions
+12 more
code-review
code-style
developer-tools
javascript
linter
mcp
mcp-server
prompt-engineering
python
ruby
rails
typescript
Summary
AI summaryFixed torn-config repair banner being unreachable for untrusted repos with a torn config.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes unreachable torn-config repair banner for untrusted repos with no git remote. Fixes unreachable torn-config repair banner for untrusted repos with no git remote. Source: llm_adapter@2026-07-20 Confidence: medium |
— |
Full changelog
Fixed
- The torn-config repair banner was unreachable in the exact scenario it was
written for. On a repo with no git remote, a torn.chameleon/config.json
flips the repo identity to a path-hash no trust record matches, so the repo
surfaces asuntrusted-- and an untrusted repo withholds the archetype, which
routes the per-edit hook to its no-archetype branch and returns before the
archetype-present branch where the repair guidance lived. The user got the
generic "profile present, untrusted -> /chameleon-trust" prompt instead, which
cannot help (the config is still torn, and granting trust binds the path-hash
id so a later JSON repair silently drops the grant). The torn-config detection
and the repair banner ("repair the JSON first, then re-run /chameleon-trust
only if still prompted") are now shared helpers (_config_json_torn,
_torn_config_repair_context) reachable from both the no-archetype and the
archetype-present untrusted paths. Surfaced by the full-matrix execution across
4 language columns (C1/C3/C8/C9).
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 Chameleon
All releases →Beta — feedback welcome: [email protected]