From bad32c7244279792da1aaf2f9ce145725ea2def7 Mon Sep 17 00:00:00 2001 From: Eva H <63033505+hoyyeva@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:18:44 -0700 Subject: [PATCH] launch/docs: fix title for pool (#15883) --- cmd/launch/integrations_test.go | 1 + cmd/launch/launch.go | 2 +- cmd/launch/poolside.go | 2 +- docs/docs.json | 6 +++++- docs/integrations/index.mdx | 2 +- docs/integrations/{poolside.mdx => pool.mdx} | 14 +++++++------- 6 files changed, 16 insertions(+), 11 deletions(-) rename docs/integrations/{poolside.mdx => pool.mdx} (60%) diff --git a/cmd/launch/integrations_test.go b/cmd/launch/integrations_test.go index c59bf8113..123773fca 100644 --- a/cmd/launch/integrations_test.go +++ b/cmd/launch/integrations_test.go @@ -57,6 +57,7 @@ func TestIntegrationLookup(t *testing.T) { {"kimi", "kimi", true, "Kimi Code CLI"}, {"droid", "droid", true, "Droid"}, {"opencode", "opencode", true, "OpenCode"}, + {"pool", "pool", true, "Pool"}, {"unknown integration", "unknown", false, ""}, {"empty string", "", false, ""}, } diff --git a/cmd/launch/launch.go b/cmd/launch/launch.go index eaaa7e0de..fefaf99aa 100644 --- a/cmd/launch/launch.go +++ b/cmd/launch/launch.go @@ -217,7 +217,7 @@ Supported integrations: opencode OpenCode openclaw OpenClaw (aliases: clawdbot, moltbot) pi Pi - pool Poolside + pool Pool vscode    VS Code (aliases: code) Examples: diff --git a/cmd/launch/poolside.go b/cmd/launch/poolside.go index d9a9bb17a..4f64b4d11 100644 --- a/cmd/launch/poolside.go +++ b/cmd/launch/poolside.go @@ -14,7 +14,7 @@ type Poolside struct{} var poolsideGOOS = runtime.GOOS -func (p *Poolside) String() string { return "Poolside" } +func (p *Poolside) String() string { return "Pool" } func poolsideUnsupportedError() error { return fmt.Errorf("Warning: Poolside is not currently supported on Windows") diff --git a/docs/docs.json b/docs/docs.json index 38c083f1b..79db465d6 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -75,6 +75,10 @@ { "source": "/integrations/clawdbot", "destination": "/integrations/openclaw" + }, + { + "source": "/integrations/poolside", + "destination": "/integrations/pool" } ], "navigation": { @@ -125,7 +129,7 @@ "/integrations/droid", "/integrations/goose", "/integrations/pi", - "/integrations/poolside" + "/integrations/pool" ] }, { diff --git a/docs/integrations/index.mdx b/docs/integrations/index.mdx index 94c8f326a..83f2417d0 100644 --- a/docs/integrations/index.mdx +++ b/docs/integrations/index.mdx @@ -15,7 +15,7 @@ Coding assistants that can read, modify, and execute code in your projects. - [Droid](/integrations/droid) - [Goose](/integrations/goose) - [Pi](/integrations/pi) -- [Poolside](/integrations/poolside) +- [Pool](/integrations/pool) ## Assistants diff --git a/docs/integrations/poolside.mdx b/docs/integrations/pool.mdx similarity index 60% rename from docs/integrations/poolside.mdx rename to docs/integrations/pool.mdx index 846081832..d4b6498db 100644 --- a/docs/integrations/poolside.mdx +++ b/docs/integrations/pool.mdx @@ -1,12 +1,12 @@ --- -title: Poolside +title: Pool --- -Poolside is Poolside's software agent for the terminal, built for enterprise development workflows. +Pool is Poolside's software agent for the terminal, built for enterprise development workflows. ## Install -Install [Poolside](https://github.com/poolsideai/pool): +Install [Pool](https://github.com/poolsideai/pool): ## Usage with Ollama @@ -22,9 +22,9 @@ ollama launch pool ollama launch pool --model kimi-k2.6:cloud ``` -### Pass arguments through to Poolside +### Pass arguments through to Pool -Arguments after `--` are passed directly to Poolside: +Arguments after `--` are passed directly to Pool: ```shell ollama launch pool -- --help @@ -32,7 +32,7 @@ ollama launch pool -- --help ## Manual setup -Poolside connects to Ollama using the OpenAI-compatible API via environment variables. +Pool connects to Ollama using the OpenAI-compatible API via environment variables. 1. Set the environment variables: @@ -41,7 +41,7 @@ export POOLSIDE_STANDALONE_BASE_URL=http://localhost:11434/v1 export POOLSIDE_API_KEY=ollama ``` -2. Run Poolside with an Ollama model: +2. Run Pool with an Ollama model: ```shell pool -m kimi-k2.6:cloud