Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:54
· 15 commits to main since this release
4a26329
  • File extension detection is case-insensitive (#97, #101): parse_file
    accepts .RAW/.M/.JSON/.AUX and any mixed case alongside the
    lowercase forms, and the CLI batch discovery and TUI file browser find
    such files too. Reported by @jd-foster.
  • MCP server error hardening (#93): an unreadable input file surfaces as
    the documented ValueError shape instead of a raw PermissionError, with
    defensive guards on the JSON load and matrix dispatch paths.

What's Changed

  • Add Claude Code GitHub Workflow by @samtalki in #94
  • fix: make file extension detection case-insensitive by @samtalki in #101
  • fix(mcp): unreadable files keep the ValueError shape; harden error mapping by @samtalki in #93
  • release: 0.1.1 by @samtalki in #103

Full Changelog: v0.1.0...v0.1.1