Skip to content

v0.14.0

Choose a tag to compare

@ekodedypurnomo ekodedypurnomo released this 23 Aug 08:36
· 1 commit to main since this release

Changelog

New features

  • feat(cli): --version names the schema, so the cheap question stops costing a cold read
  • feat(cli): every subcommand's -h takes the same shape as the top-level help
  • feat(cli): the help gets sections, aligned columns and emphasis, the way clap does

Fixes

  • fix(release): the binary's changelog stops being cut short by an extension tag
  • fix(vscode): an empty panel stops claiming the disk is empty when the read failed

Install

brew install pimlabs/tap/agentop                        # macOS
curl -fsSL https://agentop.pimlabs.id/install | sh      # macOS, Linux
irm https://agentop.pimlabs.id/install.ps1 | iex        # Windows
npm install -g @pimlabs/agentop                         # anywhere with Node

agentop reads what Claude Code already writes to disk. It makes no network
calls, needs no API key, and never writes to a Claude Code config directory.

The VS Code extension ships separately, under vscode-v* tags.