docs: add DaoXE provider guide#12173
Conversation
|
@seven7763 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 The latest commit ( Files Reviewed (1 files)
Previous Review Summaries (3 snapshots, latest commit 1ee780f)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 1ee780f)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
The three prior reviewer comments (intro rationale, VS Code Files Reviewed (1 files)
Fix these issues in Kilo Cloud Previous review (commit 3f17f21)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 5fabe0b)Status: 1 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (3 files)
Reviewed by claude-sonnet-5 · Input: 30 · Output: 3.3K · Cached: 656.1K Review guidance: REVIEW.md from base branch |
|
Addressed the review warning in 3f17f21: the VS Code section now correctly states that provider credentials are stored in Kilo’s |
|
Friendly bump: the review warning about |
|
@kilocode-bot The VS Code credential path is corrected in the current docs: Providers UI → |
|
To use Kilo from GitHub you first need to link your GitHub account to Kilo. Link your Kilo account to continue. After linking, mention me again in this issue or pull request. |
lambertjosh
left a comment
There was a problem hiding this comment.
Thanks - just a few minor comments to improve the docs for users.
- Open with why users pick DaoXE (single multi-model OpenAI-compatible endpoint) - Shorten VS Code credential note to auth.json only - Prefer /connect and kilo auth daoxe; keep env + kilo.json as optional manual path - Troubleshooting mentions reconnect for interactive auth Signed-off-by: seven7763 <246023385+seven7763@users.noreply.github.com>
4e67150 to
1ee780f
Compare
|
@lambertjosh Thanks — addressed in
Happy to tweak further if anything still feels off. |
|
@lambertjosh / @kilo-code-bot Follow-up fix in the latest commit:
Ready for another look. |
kilo auth only exposes list/login/logout; bare `kilo auth daoxe` fails. Match other provider docs (e.g. xAI).
|
@lambertjosh All review threads are now resolved on the latest commits:
Kilo Code Review check is green. Ready for another look when you have a moment — no rush. |
|
@lambertjosh Quick check-in — all three review threads have been resolved in the latest commits (high-level intro, VS Code credentials path, CLI auth syntax). Is there anything else blocking re-approval? Happy to adjust further if needed. |
|
Thanks again for the review @lambertjosh! I believe all three points are now addressed in follow-ups
Would you mind taking another look when you have a moment? Happy to adjust anything further. |
Issue
Fixes #12172
Context
DaoXE already exists in the
models.devcatalog that Kilo refreshes, but users have no Kilo-specific setup page. This adds a focused guide for the existing provider path without adding provider code or a static model catalog.The contributor is affiliated with DaoXE. This change was AI-assisted and cross-checked against Kilo's current provider source, the live
models.deventry, and the public DaoXE examples.Implementation
The guide uses the existing
daoxeprovider ID andDAOXE_API_KEYmetadata frommodels.dev. It documents VS Code and CLI setup, tells users to choose an account-available model ID, and limits the Kilo integration claim to the OpenAI-compatible chat path. The page also includes the service-region restriction and affiliation disclosure.Screenshots / Video
Not applicable: this is a documentation-only page with no product UI change. The production docs build generated
/ai-providers/daoxesuccessfully.How to Test
Manual/local verification
bun run --filter @kilocode/kilo-docs test: 4 test files and 22 tests passed.bun run --filter @kilocode/kilo-docs typecheck: passed.bun run --filter @kilocode/kilo-docs build: passed and generated the/ai-providers/daoxestatic route.models.devdata and Kilo'smodels-dev.tsimplementation.Reviewer test steps
bun run --filter @kilocode/kilo-docs dev./docs/ai-providers/daoxe.Blocked checks and substitute verification
Checklist
Get in Touch
GitHub discussion on this PR is the preferred contact path.