From e08b50c47d631ef8bc2edbc8ed88be8fa0595603 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:07:33 +0100 Subject: [PATCH] revert: restore kilo.ai/config.json URLs in config.ts and docs (partial revert of #489) (#494) * fix: standardize config schema URL to opencode Replace all occurrences of https://kilo.ai/config.json with https://opencode.ai/config.json in config source code and CLI docs. * revert: restore kilo.ai/config.json URLs in config.ts Reverts the code changes from PR #489 that replaced kilo.ai/config.json with opencode.ai/config.json in packages/opencode/src/config/config.ts. The docs changes in cli.md are intentionally kept as opencode.ai/config.json. * revert: restore kilo.ai/config.json URLs in docs (cli.md) * Apply suggestions from code review Co-authored-by: Marius --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com> Co-authored-by: Marius --- packages/kilo-docs/pages/code-with-ai/platforms/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kilo-docs/pages/code-with-ai/platforms/cli.md b/packages/kilo-docs/pages/code-with-ai/platforms/cli.md index aa15f950a8d..678371f69ab 100644 --- a/packages/kilo-docs/pages/code-with-ai/platforms/cli.md +++ b/packages/kilo-docs/pages/code-with-ai/platforms/cli.md @@ -220,7 +220,7 @@ For most permissions, you can use an object to apply different actions based on ```json { - "$schema": "https://opencode.ai/config.json", + "$schema": "https://app.kilo.ai/config.json", "permission": { "bash": { "*": "ask", @@ -305,7 +305,7 @@ Project-level configuration takes precedence over global settings. ```json { - "$schema": "https://opencode.ai/config.json", + "$schema": "https://app.kilo.ai/config.json", "model": "anthropic/claude-sonnet-4-20250514", "provider": { "anthropic": {