This release adds 2 notable features for engineering teams evaluating rollout.
Published 23d
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
Affected surfaces
auth
rce_ssrf
Summary
AI summaryAdded explicit timeout checks and MCP server validation in doctor command.
Full changelog
Plugin-conformance audit against the official Claude Code plugin spec. The
manifest, layout, skills, hooks, and MCP config are all spec-clean; two hardening
changes came out of it.
Added
doctornow checksmcp_server_launcher. The bundled MCP server launches
viauvx(.mcp.json), a hard dependency separate from the hook interpreter
ladder: the hooks can resolve a Python through the bundled venv or a
version-namedpython3.xwith nouvpresent, sohook_interpreter_depscould
report green while every MCP tool (/chameleon-init,refresh,status, the
codebase queries) was dead. The new check probesuvxexplicitly:okwhen it
resolves,warnwhen onlyuvis on PATH,errorwhen neither is, so a green
report can no longer hide a dead MCP surface.
Changed
- Hot-path hooks declare an explicit 45s timeout.
session-start,
preflight-and-advise,posttool-recorder,posttool-verify, and
callout-detectornow carry atimeoutinhooks.json. The internal
timeout(1)cap silently no-ops on stock macOS (notimeoutbinary), leaving
only Claude Code's 60s default; the explicit value is coreutils-independent and
sits above the resolver's cold-uvpath (a probe capped at 30s plus the 3s
Python step), so it never clips legitimate first-run resolution.stop-backstop
is unchanged: its 55s internal cap is deliberately tuned to sit under the 60s
ceiling for the 45s correctness-judge budget.
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]