Skip to content

v2.7.1

Choose a tag to compare

@helizaga helizaga released this 28 Apr 02:29
· 4 commits to main since this release
86563fb

What's Changed

  • Trust-gate executable .gtrconfig entries, including hooks, defaults.editor, and defaults.ai, so shared repo config cannot run hooks or select editor/AI commands until reviewed with git gtr trust.
  • Remove unsafe shell-eval adapter command execution by parsing configured commands into argv.
  • Fix Fish shell integration for linked worktrees: .gtrconfig discovery, trust-helper cwd preservation, and multi-entry trust hash parity with git gtr trust.

Verification

  • git diff --check
  • shellcheck bin/gtr bin/git-gtr lib/*.sh lib/commands/*.sh adapters/editor/*.sh adapters/ai/*.sh
  • ./scripts/generate-completions.sh --check
  • bats tests/ (443 tests)