Skip to content

Add Agent Workbench to Coding Agents - #716

Open
cvelasquez wants to merge 1 commit into
ai-for-developers:mainfrom
cvelasquez:add-agent-workbench
Open

cvelasquez wants to merge 1 commit into
ai-for-developers:mainfrom
cvelasquez:add-agent-workbench

Conversation

@cvelasquez

Copy link
Copy Markdown

🚀 Summary

Adds Agent Workbench at the end of Coding Agents.

✅ Checklist

  • I have read the contribution guidelines
  • The tool is AI-related and useful for developers
  • I have added a short, clear description of the tool
  • The link is not a duplicate of an existing one
  • The title of the link is properly capitalized
  • The link follows the Awesome List format (- [Tool Name](link) – description)
  • My change does not include unrelated files or changes

📌 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant