mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 00:54:05 +02:00
launch: add openclaw channels setup (#15407)
This commit is contained in:
@@ -51,14 +51,14 @@ var mainMenuItems = []menuItem{
|
||||
description: "Start an interactive chat with a model",
|
||||
isRunModel: true,
|
||||
},
|
||||
{
|
||||
integration: "openclaw",
|
||||
},
|
||||
{
|
||||
integration: "claude",
|
||||
},
|
||||
{
|
||||
integration: "codex",
|
||||
},
|
||||
{
|
||||
integration: "openclaw",
|
||||
integration: "opencode",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@ func integrationMenuItem(state launch.LauncherIntegrationState) menuItem {
|
||||
|
||||
func otherIntegrationItems(state *launch.LauncherState) []menuItem {
|
||||
pinned := map[string]bool{
|
||||
"claude": true,
|
||||
"codex": true,
|
||||
"openclaw": true,
|
||||
"claude": true,
|
||||
"opencode": true,
|
||||
}
|
||||
|
||||
var items []menuItem
|
||||
|
||||
Reference in New Issue
Block a user