Releases: Tidemarks-AI/Code-HUD
Releases · Tidemarks-AI/Code-HUD
v0.1.1
What's new
Install-skill adapters
- Claude Code adapter (
codehud install-skill claude-code) (#103) - Codex adapter (#102)
- Cursor adapter (#101)
- OpenCode adapter (#105)
New language support
Features
--token-budgettruncation mode (#93)- Pre-operation cost warning (#92)
- Token count footer on output (#91)
--files-firstsearch output mode (#89)- Large repo detection warning (#88)
--outline --expandfor inline expansion (#80)--list-symbols --minimalmode (#79)--search --summarymode (#78)- Cross-references hint in search output (#83)
Fixes
Tests
- Comprehensive outline mode test coverage (#99)
What's Changed
- feat: add --search --summary mode by @Last-butnotleast in #78
- feat: add --list-symbols --minimal mode by @Last-butnotleast in #79
- feat: add --outline --expand for inline expansion (refs #60) by @Last-butnotleast in #80
- feat: add xrefs hint in search output (refs #55) by @Last-butnotleast in #83
- feat: add large repo detection warning (refs #59) by @Last-butnotleast in #88
- feat: add --files-first search output mode by @Last-butnotleast in #89
- feat: add token counting utility module (refs #84) by @Last-butnotleast in #90
- feat: add token count footer on output (refs #85) by @Last-butnotleast in #91
- feat: add pre-operation cost warning (refs #87) by @Last-butnotleast in #92
- feat: add --token-budget truncation mode by @Last-butnotleast in #93
- feat: add Java language support by @Last-butnotleast in #94
- feat: add Go language support by @Last-butnotleast in #95
- feat: add C++ language support (refs #34) by @Last-butnotleast in #96
- feat: add C# language support (refs #31) by @Last-butnotleast in #97
- feat: add Kotlin language support by @Last-butnotleast in #98
- test: add comprehensive outline mode test coverage (refs #10) by @Last-butnotleast in #99
- feat: handle outline edge cases for TS/Rust/Go (refs #9) by @Last-butnotleast in #100
- feat: add Cursor install-skill adapter by @Last-butnotleast in #101
- feat: add Codex install-skill adapter (refs #18) by @Last-butnotleast in #102
- feat: add Claude Code install-skill adapter by @Last-butnotleast in #103
- fix: remove unused Go item kind mapping by @sschauss in #104
- feat: add OpenCode install-skill adapter by @sschauss in #105
New Contributors
Full Changelog: v0.1.0...v0.1.1
What's Changed
- feat: add --search --summary mode by @Last-butnotleast in #78
- feat: add --list-symbols --minimal mode by @Last-butnotleast in #79
- feat: add --outline --expand for inline expansion (refs #60) by @Last-butnotleast in #80
- feat: add xrefs hint in search output (refs #55) by @Last-butnotleast in #83
- feat: add large repo detection warning (refs #59) by @Last-butnotleast in #88
- feat: add --files-first search output mode by @Last-butnotleast in #89
- feat: add token counting utility module (refs #84) by @Last-butnotleast in #90
- feat: add token count footer on output (refs #85) by @Last-butnotleast in #91
- feat: add pre-operation cost warning (refs #87) by @Last-butnotleast in #92
- feat: add --token-budget truncation mode by @Last-butnotleast in #93
- feat: add Java language support by @Last-butnotleast in #94
- feat: add Go language support by @Last-butnotleast in #95
- feat: add C++ language support (refs #34) by @Last-butnotleast in #96
- feat: add C# language support (refs #31) by @Last-butnotleast in #97
- feat: add Kotlin language support by @Last-butnotleast in #98
- test: add comprehensive outline mode test coverage (refs #10) by @Last-butnotleast in #99
- feat: handle outline edge cases for TS/Rust/Go (refs #9) by @Last-butnotleast in #100
- feat: add Cursor install-skill adapter by @Last-butnotleast in #101
- feat: add Codex install-skill adapter (refs #18) by @Last-butnotleast in #102
- feat: add Claude Code install-skill adapter by @Last-butnotleast in #103
- fix: remove unused Go item kind mapping by @sschauss in #104
- feat: add OpenCode install-skill adapter by @sschauss in #105
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: add outline mode (refs #5, refs #6) by @Last-butnotleast in #13
- feat: git integration and symbol diff engine (refs #3, refs #4) by @Last-butnotleast in #22
- fix: repair test_search_toml_file test by @Last-butnotleast in #23
- feat: staged changes support and diff tests (refs #8, refs #11) by @Last-butnotleast in #25
- fix: improve install script (chmod ordering, checksum verification) by @Last-butnotleast in #26
- fix: use combined checksums file in install script by @Last-butnotleast in #27
- feat: add install-skill core subcommands and skill content by @Last-butnotleast in #28
- feat: implement OpenClaw install-skill adapter by @Last-butnotleast in #35
- feat: add install-agent/uninstall-agent subcommands (refs #36) by @Last-butnotleast in #37
- refactor: structured error handling with thiserror and tracing by @Last-butnotleast in #38
- fix: handle SIGPIPE gracefully (fixes #39) by @Last-butnotleast in #42
- fix: resolve absolute paths in --diff mode by @Last-butnotleast in #43
- feat: machine-readable output format (refs #41) by @Last-butnotleast in #44
- docs: VS Code case study for codehud validation by @Last-butnotleast in #45
- feat: rewrite vscode case study with realistic agent scenarios by @Last-butnotleast in #46
- fix: improve search syntax error message by @Last-butnotleast in #64
- feat: add search result summary line by @Last-butnotleast in #65
- feat: add --limit flag for search results by @Last-butnotleast in #66
- feat: add multi-pattern search with OR logic by @Last-butnotleast in #67
- feat: add --context flag for search context lines by @Last-butnotleast in #68
- feat: add --max-output-lines for global output truncation by @Last-butnotleast in #69
- feat: add --compact mode for --outline by @Last-butnotleast in #70
- feat: add summary mode for --stats, reduce verbosity by @Last-butnotleast in #71
- fix: resolve all clippy warnings by @Last-butnotleast in #77
- chore: bump version to 0.1.0 by @Last-butnotleast in #75
- docs: comprehensive README update by @Last-butnotleast in #76
Full Changelog: v0.0.1...v0.1.0
v0.0.1 — Initial Release
Initial release of Code HUD. Tree-sitter powered structural code intelligence for AI agents.
What's Changed
- chore: update repo paths and prep v0.0.1 release by @Last-butnotleast in #12
New Contributors
- @Last-butnotleast made their first contribution in #12
Full Changelog: https://github.com/Tidemarks-AI/Code-HUD/commits/v0.0.1