You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.9.0 — tilth_grok + tilth_write
Two new MCP tools: tilth_grok (one-call symbol understanding) and
tilth_write (hash/overwrite/append). Plus tilth_read signature/stripped
modes, MCP module/prompts refactor, and npm trusted publishing.
v0.8.4 — patch release
Fuzz infrastructure (cargo-fuzz with 3 targets, nightly CI, OSS-Fuzz
artifacts) and a root-cause fix to normalize_path_key removing a cwd
race that surfaced as flaky CI test failures.
See: https://github.com/jahala/tilth/releases/tag/v0.8.4
v0.8.3 — patch release
Search cap fix (--full now returns up to 100 matches), NFS walker
narrow, tree-sitter dep refreshes, community standards files,
SHA-pinned workflows.
See: https://github.com/jahala/tilth/releases/tag/v0.8.3
chore: bump version to v0.7.0
Notable user-visible changes since v0.6.3:
- Skip minified files in read view and search walkers (#67)
- Append truncation note to capped outline views (#68)
- Split no-callers message by whether the symbol exists in scope (#69)
- Suggest closest headings on tilth_read --section miss (#70)
- Cumulative token rollups per directory in tilth --map (#71)
Five features extracted from external contribution #64 by sting8k,
each landed independently with review-response fixes (28 new tests).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: satisfy Rust 1.95 clippy lints (sort_by_key, map_or, is_ok_and)
CI runs a newer Rust than local — these lints are new in 1.95.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>