Skip to content

Chameleon

v4.4.14 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

Affected surfaces

auth

Summary

AI summary

Fixed misinterpretation of auth‑error bodies as empty reviews and corrected auto‑pass handling for non‑source files.

Changes in this release

Bugfix Medium

Fixes misinterpretation of auth-error bodies as discarded reviews.

Fixes misinterpretation of auth-error bodies as discarded reviews.

Source: llm_adapter@2026-07-18

Confidence: low

Bugfix Low

Corrects auto-pass `_is_non_source_file` comment handling for dependency-change diff reviews.

Corrects auto-pass `_is_non_source_file` comment handling for dependency-change diff reviews.

Source: llm_adapter@2026-07-18

Confidence: high

Full changelog

Fixed

  • The turn-end reviewer's --bare auth-loss probe (v4.4.12) ran on exit 0, but
    it is a substring match for auth phrases (not logged in / invalid api key /
    authentication error / oauth token expired). A genuine review of auth /
    login code names those phrases in its own verdict prose, so a clean exit-0
    review was misread as an auth-error body: the review was discarded,
    --bare was disabled globally for 24h, and the clamped retry could drop the
    turn's findings. What separates a real review from an auth-error body is
    STRUCTURE, not vocabulary: a real review carries a findings JSON array, an
    auth-error body (plain OR wrapped in a stream-json result string) carries
    none. The probe now fires only when there is also NO findings array
    (_output_has_findings_array). Preserves the v4.4.12 revival (a real auth-error
    body still falls back) while a real review of auth code is never discarded, and
    is robust to a slightly-off finding shape or a stream-json-wrapped auth body.
    Found and fixed via /chameleon-receiving-code-review processing an adversarial
    review.
  • Corrected the auto-pass _is_non_source_file comments (v4.4.13): the
    dependency-change diff reviews only the known package manifests/lockfiles, not
    an arbitrary .json / .toml config file. The secret scan still runs on every
    changed file (pre-archetype); dropping a generic config-as-code file from the
    two risk facts is an accepted advisory-router tradeoff, not a claimed
    dependency-review safety net. No code-path change.

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]