fix: standardize config schema URL to opencode#489
Open
kiloconnect[bot] wants to merge 1 commit intodevfrom
Open
fix: standardize config schema URL to opencode#489kiloconnect[bot] wants to merge 1 commit intodevfrom
kiloconnect[bot] wants to merge 1 commit intodevfrom
Conversation
Replace all occurrences of https://kilo.ai/config.json with https://opencode.ai/config.json in config source code and CLI docs.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge All 8 occurrences of the broken
Files Reviewed (2 files)
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonschema URL withhttps://opencode.ai/config.jsonin:packages/opencode/src/config/config.ts— 4 occurrences in config loading/migration logicpackages/kilo-docs/pages/code-with-ai/platforms/cli.md— 4 occurrences in CLI documentation examplesThe
kilo.ai/config.jsonURL does not resolve to a valid JSON schema. The correct schema is hosted atopencode.ai/config.json.Built for josh by Kilo for Slack