All notable changes to the Herdex extension are documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 — 2026-07-28
Initial release. A native VS Code client on top of a running Herdr server (unofficial/community extension).
- Workspaces view grouped by repo → branch/worktree → agents, with live git branch, change count, and ahead/behind (branch icon colored by git state). Shell rows show the foreground process (zsh, vim, npm, …).
- Agents view — flat, attention-sorted, scoped to the current VS Code workspace with an Extensions-style filter (scope + status) and a clear button.
- Pane terminals in selectable modes (
herdex.terminalMode):control(default — full width, reflow, and native text selection in one terminal),mirror,observe,attach, andattach+mirror. - Start Agent the native Herdr way (run the command, let Herdr detect it).
- Add Workspace from Folder, workspace routing (open a workspace's folder in a new window and auto-open its terminal), Send Selection / Prompt / Interrupt.
- Auto-reconnect, snapshot-as-truth hydration, and a "Herdex" debug output channel.