docs: add Poolside provider page - #12916
Conversation
|
@amypoolside is attempting to deploy a commit to the Kilo Code Team on Vercel. A member of the Team first needs to authorize it. |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Incremental review of commit Previous findings are resolved: the Gateway free-model-ID warning was confirmed by the author against the live Files Reviewed (2 files)
Previous Review Summaries (2 snapshots, latest commit 0aaa5cc)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 0aaa5cc)Status: 2 Issues Found | Recommendation: Address before merge Incremental review of commit Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous review (commit c38f350)Status: No Issues Found | Recommendation: Merge Docs-only PR adding a Poolside provider page. Verified the technical claims against the codebase: Files Reviewed (3 files)
Reviewed by kimi-k3 · Input: 176.1K · Output: 4.2K · Cached: 224.3K Review guidance: REVIEW.md from base branch |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| export POOLSIDE_API_KEY="<api-key>" | ||
| ``` | ||
|
|
||
| 2. Add the provider to a [global or project `kilo.jsonc` file](/docs/getting-started/settings#managing-settings). |
There was a problem hiding this comment.
Hi - can you please recommend using /connect, which follows a similar workflow to what is shown in VSCode? That is much nicer than the manual config method.
There was a problem hiding this comment.
Updated - the CLI tab now uses /connect to select Poolside and enter the API key, matching the VS Code flow. Removed the manual config. Pushed in 0aaa5cc.
636c136 to
0aaa5cc
Compare
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
|
Thanks, merging! |
…provider docs: add Poolside provider page
Issue
No linked issue — this is a standalone documentation contribution adding Poolside provider guidance.
Context
Kilo Code supports Poolside models through Kilo Gateway, Poolside Platform, and OpenRouter, but the provider documentation did not explain these access paths.
This adds setup instructions for VS Code and the CLI, including authentication, model selection, direct Poolside Platform configuration, and reasoning variants.
Implementation
The page is organized by access path so readers can choose based on authentication and billing before following client-specific steps.
The Poolside Platform example sets the published context window so Kilo can manage conversation compaction. It omits
limit.outputbecause Poolside does not publish a maximum output length and Kilo applies its documented fallback.Screenshots / Video
N/A — documentation-only change.
How to Test
Manual/local verification
npx --yes prettier@3.6.2 --check packages/kilo-docs/lib/nav/ai-providers.ts packages/kilo-docs/pages/ai-providers/index.md packages/kilo-docs/pages/ai-providers/poolside.mdgit diff --checkReviewer test steps
bun run --filter @kilocode/kilo-docs dev.http://localhost:3002/docs/ai-providers/poolside.Blocked checks and substitute verification
bun run --filter @kilocode/kilo-docs testcould not run because Bun is not installed locally.bun run --filter @kilocode/kilo-docs buildcould not run for the same reason.Checklist