cmd: ollama launch clawdbot (#13921)

This commit is contained in:
Parth Sareen
2026-01-26 16:40:59 -05:00
committed by GitHub
parent 465d124183
commit b8e8ef8929
3 changed files with 753 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ type Editor interface {
// integrations is the registry of available integrations.
var integrations = map[string]Runner{
"claude": &Claude{},
"clawdbot": &Clawdbot{},
"codex": &Codex{},
"droid": &Droid{},
"opencode": &OpenCode{},
@@ -242,6 +243,7 @@ func LaunchCmd(checkServerHeartbeat func(cmd *cobra.Command, args []string) erro
Supported integrations:
claude Claude Code
clawdbot Clawdbot
codex Codex
droid Droid
opencode OpenCode