Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:46
· 14 commits to main since this release
0fa1cfb

Added

  • trx skills (#26) — the agent manual now ships with the CLI and is served from it. trx skills list shows what is bundled, trx skills get trx prints the markdown to stdout for pasting into context, --full appends the reference files, and trx skills path gives the directory. No install step, no second copy to keep in sync. --output json works on every subcommand, and TRX_SKILLS_DIR overrides where trx looks.

Fixed

  • The bundled skill now ships to npm (#25) — skills was missing from package.json files, so the directory never entered the tarball. Nothing consumed it from an install, which is how it sat at 0.5.0 while the CLI shipped 0.6.1 without anyone noticing.
  • The shorthand router no longer swallows new subcommands — it matched against a hardcoded list that had to be updated by hand for every command added. trx skills fell through it and tried to transcribe the skills directory. The list is now derived from the registered commands.

Upgrade

bun add -g @crafter/trx@latest --force
trx --version # -> 0.7.0
trx skills list
trx skills get trx --full