Skip to content

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

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:55
10f6de2
Add `report` command — where and how to file an issue, offline

New top-level `<cmd> report` prints this tool's repo, a pre-filled GitHub
issues/new link (running version inlined into the body) and a `gh issue
create` one-liner. Like `guide` it needs no network, token or config. After
`pipx install` there is no README or AGENTS.md beside the binary, so the
tool must carry its own "report a problem" answer. Needs shared-cli>=0.1.4.

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

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:45
69b6179
docs: unify README chrome + add LICENSE, bump 0.2.1

- add MIT LICENSE file (pyproject already declared MIT)
- README: add badge row + Keywords line, embed the CLI 'command
  surface' (--help), standardize the 'Part of the family' table,
  link LICENSE
Part of the cross-repo agent-tool CLI doc standardization.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:17
a23768c
chore: release v0.2.0 — the full command surface

First real release: 60 commands across 15 groups (logs, scan, metrics, alert,
notify, dashboard, datasource, org, auth, server, raw, settings, context,
install, guide). The 0.1.0 on PyPI was a scaffold.

Requires agent-tool-shared-cli >=0.1.2 — the `-o table` columns fix — because
notify's list/policies/silences pass bare-string columns.

Tested: 268 hermetic + 53 live against a Grafana 13.0.3 + Loki + Prometheus stack
booted in CI, zero skips.

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:13
v0.1.0 - scaffold; proving the release pipeline