Skip to content

Chameleon

v2.38.31 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ 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 rce_ssrf

Summary

AI summary

Added 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

  • doctor now checks mcp_server_launcher. The bundled MCP server launches
    via uvx (.mcp.json), a hard dependency separate from the hook interpreter
    ladder: the hooks can resolve a Python through the bundled venv or a
    version-named python3.x with no uv present, so hook_interpreter_deps could
    report green while every MCP tool (/chameleon-init, refresh, status, the
    codebase queries) was dead. The new check probes uvx explicitly: ok when it
    resolves, warn when only uv is on PATH, error when 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-detector now carry a timeout in hooks.json. The internal
    timeout(1) cap silently no-ops on stock macOS (no timeout binary), leaving
    only Claude Code's 60s default; the explicit value is coreutils-independent and
    sits above the resolver's cold-uv path (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

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]