Skip to content

Tags: ThatXliner/gah

Tags

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.3.0 - Hunk splitting

v0.2.2

Toggle v0.2.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.2.2 - Agent-aware output

v0.2.1

Toggle v0.2.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.2.1 - TTY-aware output

- Strip ANSI escape codes when stdout is not a TTY
- Plain text output for AI agents and scripts
- Updated agent instructions (SKILL.md)

v0.2.0

Toggle v0.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.2.0 - AST symbol filtering

Features:
- Add --symbol filter for AST-based hunk selection
- Supports Python, JavaScript, TypeScript, Rust, Go
- Behind 'tree-sitter' feature flag

Fixes:
- Demo now creates 3 separate hunks for proper demonstration

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ThatXliner ThatXliner
🐛 fix: resolve CI failures

- Update test to expect new [1:anchor] format
- Fix clippy warnings (collapsible_if, unnecessary_unwrap)
- Auto-format code