Skip to content

Chameleon

v2.36.3 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

Summary

AI summary

Added scripts/setup.sh for unified prerequisite installation and dev setup changes.

Full changelog

Added

  • One-command setup: scripts/setup.sh. Collapses "install all the
    requirements" into a single step. It verifies every prerequisite (uv,
    Node 20+, npm, optional Ruby + prism, optional timeout) and prints the
    exact per-OS install command for anything missing, then warms the Python and
    Node environments so the first session is instant instead of building
    mid-edit. --check verifies without installing; --dev adds the test extras
    (pytest, ruff) for contributors. It never installs system packages itself, it
    only reports what to run, so it is safe to re-run. Wired into the install
    guide and CONTRIBUTING.

Changed

  • CONTRIBUTING first-time setup uses scripts/setup.sh --dev. The previous
    uv sync one-liner installed runtime deps only and pruned the dev extras,
    leaving a fresh clone without pytest and ruff.

Tests

  • The production-tip auto-refresh trigger is now covered. Auto-refresh
    re-derives a production-pinned profile in the background when the locked
    branch's tip moves past the recorded derivation SHA (the freshness signal
    after a teammate merges). That gate previously had no unit test; added one
    for the tip-moved (spawn) and tip-unchanged (no spawn) cases, alongside the
    existing drift, age, migration, and cooldown coverage.

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]