Skip to content

Chameleon

v4.4.35 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-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 summary

Fixed torn-config repair banner being unreachable for untrusted repos with a torn config.

Changes in this release

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 as untrusted -- 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

Track Chameleon

Get notified when new releases ship.

Sign up free

About Chameleon

All releases →

Related context

Earlier breaking changes

  • v3.0.0 MCP surface folded from 48 tools to 19; remaining 32 operator tools become actions on three dispatchers.

Beta — feedback welcome: [email protected]