Skip to content

Releases: alexander-zierhut/agent-tool-shared-cli

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:35
4a6ef72
Add build_report + AppSpec.repo behind the new `report` command

AppSpec now carries each tool's GitHub owner/name slug, and build_report()
is the offline, token-free payload every tool's `<cmd> report` prints: the
repo, a pre-filled issues/new link (version inlined into the body) and a
`gh issue create` one-liner. An installed binary has no README or AGENTS.md
beside it, so the tool itself must be able to say where a problem is filed.

Claude-Session: https://claude.ai/code/session_017feobGd32Ftk7p4X4JqDKC

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:45
b7dd30e
docs: LICENSE, AGENTS.md, similarity checklist; bump 0.1.3

- add MIT LICENSE file and AGENTS.md (working agreement)
- add SIMILARITY_CHECKLIST.md — the pre-ship checklist so the next
  CLI lands already looking like its siblings
- BUILDING-THE-NEXT-CLI.md: add 'Similarity is the product' context
- README: badge row, up-to-date family table, engineering-docs index,
  Keywords line, link LICENSE; pyproject: add Changelog URL
Part of the cross-repo agent-tool CLI doc standardization.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:15
b1b031e
chore: release v0.1.2 — bare-string columns fix

Fixes the `-o table` / `-o csv` / `-o markdown` crash that shipped in every
downstream tool passing `columns=["a","b"]` (drone's deploy history, auth status,
server version all raised ValueError). json mode was unaffected, which is why it
went unnoticed.

Claude-Session: https://claude.ai/code/session_017feobGd32Ftk7p4X4JqDKC

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:52
v0.1.1 - AppSpec.token_env_aliases for ecosystem token env vars

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:42
v0.1.0 - the shared agent-tool CLI chassis: exit-code contract, Emitt…