Skip to content

Chameleon

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

Summary

AI summary

Fixed incorrect handling of subscripted generic base classes causing missing or wrong inheritance data.

Changes in this release

Bugfix Medium

Fixes incorrect handling of subscripted generic base classes in class definitions.

Fixes incorrect handling of subscripted generic base classes in class definitions.

Source: llm_adapter@2026-07-20

Confidence: medium

Full changelog

Fixed

  • The libcst dump silently DROPPED subscripted generic base classes, which is the
    root cause v4.4.36 only half-fixed: _dotted_name cannot name a cst.Subscript
    (its own docstring says so), so class R(BaseRepository[User]) emitted NO base
    at all. v4.4.36 normalized BaseRepository[User] -> BaseRepository at count
    time, but on the Python path that string never reached the counter. Worse, a
    class like class C(mod.Base[X], Mixin) reported bases: ["Mixin"] -- the
    WRONG base as its first, not merely a missing one, so extends and every
    dominance count keyed off it were actively incorrect. _base_names now unwraps
    a Subscript to the base's own name. End-to-end: a 7-class typed repository
    cohort that previously derived inheritance: {} now derives
    dominant_base: BaseRepository, frequency: 1.0. Found by two independent
    full-matrix columns (Python and FastAPI).

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]