Skip to content

VS Code extension 0.8.0

Choose a tag to compare

@ekodedypurnomo ekodedypurnomo released this 25 Aug 06:31

Changelog

New features

  • feat(demo): --demo reaches the machine surfaces, and the extension can ask for it
  • feat(cli): every subcommand's -h takes the same shape as the top-level help

Fixes

  • fix(contract): keys.json records types, so a key changing shape fails a build

Install

Download the .vsix below, then:

code --install-extension agentop-0.8.0.vsix

The extension runs the agentop binary; it does not bundle one. Install that
first via Homebrew, npm, or install.sh, see the README. It needs agentop
0.2.0 or newer, which is where runs --json arrived.

On Remote SSH, WSL, or a dev container, the binary has to be on the machine the
extension host runs on, not on your laptop. agentop: Report diagnostics
prints which machine that is.