v6.2.0 — sem-style CLI subcommands (#100)
·
71 commits
to master
since this release
Added
tokensave_blameandtokensave_log— per-symbol git blame and history. Walks history viagix, parses each historical blob with tree-sitter, and matches the target symbol across commits via structural fingerprints. Tracks cross-file renames via a probe at the boundary. (#100)tokensave_diff— sem-style unified diff that orchestrateschangelog,commit_context, anddiff_contextbehind a single{ from, to, changes }envelope. (#100)
Changed
- Renamed
tokensave_outline→tokensave_entitiesto match sem terminology. The handler is unchanged; only the public MCP tool name (and CLI subcommand) is renamed. (#100)
Fixed
blame/log/diffrecognize new shader-language extensions. Adds.wgsl,.hlsl/.fx, and.metalto the language mapper so blame works on files added by #91.
Closes #100.