Skip to content

VS Code extension 0.6.0

Choose a tag to compare

@ekodedypurnomo ekodedypurnomo released this 20 Aug 03:09
· 3 commits to main since this release

Changelog

New features

  • feat(vscode): no diagnostics, and an output channel that logs what changed
  • feat(vscode): the panel's title counts the same way the terminal's heading does
  • feat: the runs heading carries the product name, and the panel's buttons read left to right
  • feat(vscode): the panel stops holding a second copy of the transcript
  • feat(vscode): tell someone when a run stops moving, once, and not about the backlog
  • feat(vscode): runs sit under the conversation they came out of

Fixes

  • fix(vscode): the panel never redrew itself, and the output channel never said why
  • fix(vscode): a session node shipped with no label against an older binary

Install

Download the .vsix below, then:

code --install-extension agentop-0.6.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.