Skip to content

Vect v0.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:23
· 7 commits to main since this release

Added

  • Agent Inbox — Dashboard strip showing every agent that is working, asking permission, or waiting for a reply, with one-click candidate answers and a notification when an agent stalls on a question
  • Codex sessions — the session browser, dashboard history, and resume now cover Codex rollouts alongside Claude; opening a Codex session shows its conversation
  • Full-history search — global search scans every on-disk conversation (Claude + Codex), not just loaded sessions
  • Claude local hooks from settings.json appear in the project browser under "Claude hooks"

Fixed

  • Agent replies can no longer vanish: sessions reload from the on-disk jsonl when stdout streaming is lost, failures surface as error messages instead of silence, and resumed sessions stream events again
  • Status bar running count decrements when agent processes exit
  • First-run flow: Solo/Manager sessions start message-driven instead of spawning a CLI that dies instantly on piped stdio; collab role priming actually reaches the agent; mode clicks launch the clicked mode; the wizard's Working Directory and agent selection apply; hero buttons disable without a detected CLI
  • Markdown gets real syntax highlighting in unfolded tool output (was proxied through the XML highlighter)