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 <marius@kilocode.ai>

---------

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 <marius@kilocode.ai>
This commit is contained in:
kiloconnect[bot]
2026-02-19 19:07:33 +01:00
committed by GitHub
co-authored by Marius Joshua Lambert
parent c3767d6843
commit e08b50c47d
@@ -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": {