v0.1.1
- File extension detection is case-insensitive (#97, #101):
parse_file
accepts.RAW/.M/.JSON/.AUXand 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 rawPermissionError, 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