mirror of https://github.com/openclaw/openclaw.git
* feat: Add Kilo Gateway provider Add support for Kilo Gateway as a model provider, similar to OpenRouter. Kilo Gateway provides a unified API that routes requests to many models behind a single endpoint and API key. Changes: - Add kilocode provider option to auth-choice and onboarding flows - Add KILOCODE_API_KEY environment variable support - Add kilocode/ model prefix handling in model-auth and extra-params - Add provider documentation in docs/providers/kilocode.md - Update model-providers.md with Kilo Gateway section - Add design doc for the integration * kilocode: add provider tests and normalize onboard auth-choice registration * kilocode: register in resolveImplicitProviders so models appear in provider filter * kilocode: update base URL from /api/openrouter/ to /api/gateway/ * docs: fix formatting in kilocode docs * fix: address PR review — remove kilocode from cacheRetention, fix stale model refs and CLI name in docs, fix TS2742 * docs: fix stale refs in design doc — Moltbot to OpenClaw, MoltbotConfig to OpenClawConfig, remove extra-params section, fix doc path * fix: use resolveAgentModelPrimaryValue for AgentModelConfig union type --------- Co-authored-by: Mark IJbema <mark@kilocode.ai> |
||
|---|---|---|
| .. | ||
| run | ||
| abort.ts | ||
| cache-ttl.test.ts | ||
| cache-ttl.ts | ||
| compact.ts | ||
| compaction-safety-timeout.ts | ||
| extensions.ts | ||
| extra-params.cache-retention-default.test.ts | ||
| extra-params.openrouter-cache-control.test.ts | ||
| extra-params.ts | ||
| extra-params.zai-tool-stream.test.ts | ||
| google.test.ts | ||
| google.ts | ||
| history.ts | ||
| kilocode.test.ts | ||
| lanes.ts | ||
| logger.ts | ||
| model.forward-compat.test.ts | ||
| model.test-harness.ts | ||
| model.test.ts | ||
| model.ts | ||
| run.overflow-compaction.fixture.ts | ||
| run.overflow-compaction.loop.test.ts | ||
| run.overflow-compaction.mocks.shared.ts | ||
| run.overflow-compaction.shared-test.ts | ||
| run.overflow-compaction.test.ts | ||
| run.ts | ||
| runs.ts | ||
| sandbox-info.ts | ||
| sanitize-session-history.tool-result-details.test.ts | ||
| session-manager-cache.ts | ||
| session-manager-init.ts | ||
| system-prompt.test.ts | ||
| system-prompt.ts | ||
| thinking.test.ts | ||
| thinking.ts | ||
| tool-name-allowlist.ts | ||
| tool-result-context-guard.test.ts | ||
| tool-result-context-guard.ts | ||
| tool-result-truncation.test.ts | ||
| tool-result-truncation.ts | ||
| tool-split.ts | ||
| types.ts | ||
| usage-reporting.test.ts | ||
| utils.ts | ||
| wait-for-idle-before-flush.ts | ||