Skip to content

v0.5.1

Choose a tag to compare

@teriyakichild teriyakichild released this 21 Feb 04:15
· 57 commits to master since this release

v0.5.1 (2026-02-21)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Improve TOON accuracy with cardinality-aware identity columns and tuple size cap (7becc62)

  • find_identity_column now picks the highest-cardinality column when
    multiple match the same keyword (e.g. podRef.name over network.name)

  • Add max_tuple_size heuristic (default 4) to prevent large positional
    tuple groups that small LLMs misparse

  • Support int-valued heuristics in env config parser

  • Add --num-ctx flag to accuracy benchmark for Ollama context control

  • Add failure logging and detail printing to accuracy benchmark

Documentation

  • Add comprehensive configuration reference (b6fe86b)

Move inline config tables from README to docs/CONFIGURATION.md covering all env vars, config file schema, condensing heuristics, and Helm values.

  • Use latest tag instead of hardcoded version in README (280ec8d)

Detailed Changes: v0.5.0...v0.5.1