Skip to content

VS Code extension 0.7.0

Choose a tag to compare

@ekodedypurnomo ekodedypurnomo released this 22 Aug 14:45
· 2 commits to main since this release

Changelog

New features

  • feat(vscode): coming back to a workspace says what went quiet while you were away
  • feat(vscode): the panel answers about the folder this window has open
  • feat(vscode): the marks become a contributed font, so they spin and follow the theme again
  • feat(design): the state marks settle at a 1.5px stroke
  • feat(vscode): the state marks are ours now, at a stroke that carries their colour
  • feat(vscode): one weight for every state mark, and only work in progress moves
  • feat(vscode): the transcript gets its colours, and stalled stops wearing a clock
  • feat(vscode): the output channel says which of the two ways an expanded run is filled
  • feat(vscode): an expanded run's agents stop being frozen at the second you expanded them

Fixes

  • fix(release): the notes script survives being run from clients/vscode
  • fix(release): a fix to a document stops being announced as a fix to the product
  • fix(release): release notes say what changed, without 40 characters of hex in front
  • fix(vscode): the startup block becomes six labelled facts, not three sentences
  • fix(vscode): the empty scope reads like the other two, not like a sentence
  • fix(vscode): the scope reaches the screen, and the glyph comes back
  • fix(vscode): running borrows VS Code's loading, because nothing else can move
  • fix(vscode): a phase keeps its own shape, and the cross stops meaning two things
  • fix(parse): a cut says it was cut, and stops leaving a space behind
  • fix(jsonout): one gone per disappearance, and a reselected run stops going silent

Install

Download the .vsix below, then:

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