Add Agent Workbench to Coding Agents - #716
Open
cvelasquez wants to merge 1 commit into
Open
cvelasquez wants to merge 1 commit into
cvelasquez wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Summary
Adds Agent Workbench at the end of Coding Agents.
✅ Checklist
- [Tool Name](link) – description)📌 Why is this tool awesome?
I'm the author. It's a local web UI (
npx agent-workbench) around the coding-agent CLIs people already have installed: Claude Code, Codex, OpenCode and Antigravity CLI.Instead of driving the agents through an SDK, it runs the vendor's unmodified CLI inside a pseudo-terminal, so the real terminal is still there and the login stays inside the CLI. The app never reads credentials, has no telemetry and makes no network calls.
On top of that it adds tabs that survive a browser reload, one browsable history for all four CLIs grouped by project, conversations rendered as cards, "Continue with…" to hand a conversation over to a different CLI, full-text search across saved conversations, a context meter and a read-only git panel.
MIT, free, no paid tier. Windows-first; CI installs and starts the package on Windows, Linux and macOS.
🔗 Link
https://github.com/cvelasquez/agent-workbench
📝 Additional context
npm: https://www.npmjs.com/package/agent-workbench