Proposal: add Verboo (@verboo/code) as a provider
#6778
matheustimbo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Proposal
Opening this as an issue first (per CONTRIBUTING's "Issues first" guidance) to gauge interest before sending a PR.
I'd like to add Verboo (
@verboo/code) as a provider. Verboo is a Claude Code–compatible coding-agent CLI — it speaks the same@anthropic-ai/claude-agent-sdkprotocol, so it slots into the existing Claude adapter with very little new surface.Scope (additive — ~20 files, +979/−60)
VerbooDriverthat reusesmakeClaudeAdapter(all Claude session/turn/stream semantics apply unchanged), plusVerbooProvider,VerbooAdapter, andVerbooHome(per-instanceHOME).supportsMultipleInstances.builtInDriversentry, a provider icon, and themodel/settingscontract entries.docs/providers/verboo.md.ClaudeAdapter/ClaudeTextGenerationso the Claude and Verboo paths share logic.It's implemented and working in my fork: https://github.com/matheustimbo/t3code/tree/feat/verboo-provider
(That branch is currently based on an older
main; I'd rebase it onto currentmainand keep the PR small before opening one.)Ask
I know you're "not actively accepting contributions right now" and that a new provider may be out of scope — totally fine. Before I open a PR, would you be open to Verboo support? If not, I'm happy to keep it in my fork and you can close this. No obligation either way.
🤖 Filed with Claude Code
All reactions