This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Affected surfaces
Summary
AI summaryFixed misinterpretation of auth‑error bodies as empty reviews and corrected auto‑pass handling for non‑source files.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
--bareauth-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,
--barewas 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-jsonresultstring) 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-reviewprocessing an adversarial
review. - Corrected the auto-pass
_is_non_source_filecomments (v4.4.13): the
dependency-change diff reviews only the known package manifests/lockfiles, not
an arbitrary.json/.tomlconfig 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
About Chameleon
All releases →Beta — feedback welcome: [email protected]