v6.1.4
·
89 commits
to master
since this release
Three new language/agent integrations plus a scripting-friendly install flag, all from community contributions — thank you @tanguc, @davidullo, @hacklex, and @Puppo! 🎉
Added
- ActionScript (AS2/AS3) extractor (
.as). Tree-sitter grammar (vendored from jcs090218/tree-sitter-actionscript, compiled bybuild.rs) behind thelang-actionscriptfeature (Full tier). Extracts classes, interfaces, methods, constructors, fields/consts, and imports withContains/Extends/Implements/TypeOf/Callsedges; targets AS2 (AVM1) as emitted by the JPEXS/FFDec decompiler andpackage-wrapped AS3. (#97, @tanguc) - Grok Build (xAI) agent integration.
tokensave install --agent grokregisters the MCP server in~/.grok/config.tomland appends tokensave prompt rules to~/.grok/AGENTS.md, with fulluninstall+doctorsupport. (#99, @davidullo) - F* proof-oriented language support (
.fst/.fsti). Extracts top-level definitions along with their pre/post-conditions. (#98, @hacklex) tokensave install --git-hook <default|yes|no>flag. Lets scripted/CI installs pre-decide the globalpost-commithook prompt instead of blocking on a TTY read. (#96, @Puppo)
Fixed
test_tool_definitions_have_annotationswrite/exec allowlist. The regression test added in 6.1.3 assertedreadOnlyHint: truefor the three write/exec tools that 6.1.3 had switched toreadOnlyHint: false, leaving the suite red onmaster. Added them to the allowlist.