Skip to content

Tags: jahala/tilth

Tags

v0.9.0

Toggle v0.9.0's commit message
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

Toggle v0.8.4's commit message
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

Toggle v0.8.3's commit message
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

v0.8.2

Toggle v0.8.2's commit message
chore: bump version to v0.8.2

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.8.1

Toggle v0.8.1's commit message
chore: bump version to v0.8.1

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.8.0

Toggle v0.8.0's commit message
chore: bump version to v0.8.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.7.0

Toggle v0.7.0's commit message
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>

v0.6.3

Toggle v0.6.3's commit message
chore: bump version to v0.6.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.6.2

Toggle v0.6.2's commit message
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>

v0.6.1

Toggle v0.6.1's commit message
fix: update Cargo.lock for v0.6.1 (fixes CI --locked build)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>