Skip to content

v0.2.1

Choose a tag to compare

@kasperjunge kasperjunge released this 21 Mar 20:10
· 507 commits to main since this release

Fixed

  • {{ args.* }} placeholders now resolved in command run strings — previously, arg placeholders were only resolved in the prompt body. Commands like run: gh issue view {{ args.issue }} would fail because shlex.split tokenized the raw placeholder into multiple arguments. Args are now resolved before command execution. (#20)