You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Mistral Vibe agent support and comprehensive test coverage
Add first-class Mistral Vibe agent integration (adapter TOML, Rust scanner,
ecosystem plugin card). Fix unimplemented!() panics in logogen mocks, replace
hardcoded fetch calls in FocusView with typed API helpers, and add error states
to EcosystemManager, ReplayViewer, and TriggerToast. Expand test suite from
226 to 1,211 tests covering all core UI components, lifecycle tools, cloud
settings, hooks, and shared components.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<palign="center">
8
8
<strong>One screen. Every agent. Full control.</strong><br/>
9
-
The missing command center for developers running Claude Code, Codex, AdaL, OpenCode, Gemini CLI, Aider, Goose, and more — simultaneously.
9
+
The missing command center for developers running Claude Code, Codex, AdaL, OpenCode, Gemini CLI, Aider, Mistral Vibe, Goose, and more — simultaneously.
10
10
</p>
11
11
12
12
<palign="center">
@@ -68,7 +68,7 @@ That's it. The GUI opens. What happens next depends on how you work:
68
68
69
69
Shepherd finds them automatically. No config, no restart, no flags.
70
70
71
-
Every iTerm2 pane running a known agent (Claude Code, Codex, AdaL, Aider, Gemini CLI, OpenCode, Goose, Plandex, gptme) appears on the Kanban board within seconds. Click any card to see the terminal, approve permissions, or review diffs.
71
+
Every iTerm2 pane running a known agent (Claude Code, Codex, AdaL, Aider, Gemini CLI, OpenCode, Mistral Vibe, Goose, Plandex, gptme) appears on the Kanban board within seconds. Click any card to see the terminal, approve permissions, or review diffs.
72
72
73
73
Shepherd connects to iTerm2's native WebSocket API to discover sessions — no bridge scripts or manual setup required. It reads your iTerm2 auth cookie automatically.
74
74
@@ -150,7 +150,7 @@ No single tool combines Kanban + rules engine + quality gates + multi-agent + on
150
150
151
151
### Agent-agnostic from day one
152
152
153
-
Nine agents supported out of the box, plus iTerm2 session adoption for agents already running in your terminal. Drop a TOML file to add any other terminal-based agent.
153
+
Ten agents supported out of the box, plus iTerm2 session adoption for agents already running in your terminal. Drop a TOML file to add any other terminal-based agent.
154
154
155
155
| Agent | Hook Protocol | iTerm2 Adoption |
156
156
|-------|---------------|-----------------|
@@ -160,6 +160,7 @@ Nine agents supported out of the box, plus iTerm2 session adoption for agents al
0 commit comments