Skip to content

v0.12.0

Choose a tag to compare

@ekodedypurnomo ekodedypurnomo released this 20 Aug 08:34
· 3 commits to main since this release

Changelog

Fixes

  • fix(install): stop asking GitHub for "latest" when two tag series share it

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.