Skip to content

fix: standardize config schema URL to opencode#489

Open
kiloconnect[bot] wants to merge 1 commit intodevfrom
fix/standardize-config-schema-url
Open

fix: standardize config schema URL to opencode#489
kiloconnect[bot] wants to merge 1 commit intodevfrom
fix/standardize-config-schema-url

Conversation

@kiloconnect
Copy link
Contributor

@kiloconnect kiloconnect bot commented Feb 19, 2026

Summary

Re-applies the config schema URL fix from Kilo-Org/kilocode PR #5952 (commit a80d24dc3db1ec4d71858efdda2c720cab533ce8) to this repository, where the docs and source code now live.

Changes

Replaces all occurrences of the broken https://kilo.ai/config.json schema URL with https://opencode.ai/config.json in:

  • packages/opencode/src/config/config.ts — 4 occurrences in config loading/migration logic
  • packages/kilo-docs/pages/code-with-ai/platforms/cli.md — 4 occurrences in CLI documentation examples

The kilo.ai/config.json URL does not resolve to a valid JSON schema. The correct schema is hosted at opencode.ai/config.json.


Built for josh by Kilo for Slack

Replace all occurrences of https://kilo.ai/config.json with
https://opencode.ai/config.json in config source code and CLI docs.
@kiloconnect
Copy link
Contributor Author

kiloconnect bot commented Feb 19, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

All 8 occurrences of the broken https://kilo.ai/config.json schema URL have been correctly replaced with https://opencode.ai/config.json. The kilocode_change markers are properly maintained on all modified lines. No remaining kilo.ai/config.json references exist in the source code or documentation.

Note: Test files (e.g., config.test.ts, provider.test.ts) use https://app.kilo.ai/config.json (with app. subdomain), which is a different URL and not in scope for this fix.

Files Reviewed (2 files)
  • packages/opencode/src/config/config.ts — 4 URL replacements in config loading/migration logic
  • packages/kilo-docs/pages/code-with-ai/platforms/cli.md — 4 URL replacements in documentation examples

kiloconnect bot added a commit that referenced this pull request Feb 19, 2026
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.
marius-kilocode added a commit that referenced this pull request Feb 19, 2026
…al 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments