Skip to content

v1.35.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:39
· 40 commits to main since this release
79c52cc

Added

  • AST-skeleton class member signatures: ashlr__read AST skeletons now render a
    class's shape — each method's signature (with the body elided as { … }) plus
    field/property/abstract/index signatures — instead of eliding the whole class body.
    Gives the model a class's callable surface for orientation at a fraction of the tokens.
    (chunker attaches members to class chunks — additive; genome RAG unaffected.)