docs: add missing docs for global config endpoints#25166
Open
abzy128 wants to merge 1 commit intoanomalyco:devfrom
Open
docs: add missing docs for global config endpoints#25166abzy128 wants to merge 1 commit intoanomalyco:devfrom
abzy128 wants to merge 1 commit intoanomalyco:devfrom
Conversation
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Author
|
should I update docs for i18n languages too? I can only translate and verify |
Author
|
I also went through other hono updates, but not sure if it should be in scope of this PR (abzy128#1) |
Author
|
currently patching and getting global config of server running in container is working and I am happy) curl -s http://localhost:4096/global/config -u "opencode:$OPENCODE_PASSWORD" | jq{
"$schema": "https://opencode.ai/config.json",
"enabled_providers": [
"anthropic",
"openai"
],
"model": "openai/gpt-5.4",
"small_model": "openai/gpt-5.4-mini"
} |
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
May 1, 2026
Four PRs across opencode (3) and codex (1): - anomalyco/opencode#25166: merge-as-is, server.mdx adds /global/config docs - anomalyco/opencode#25143: merge-as-is, ecosystem.mdx adds opencode-swarm row - anomalyco/opencode#25180: merge-after-nits, pre-stream Token.estimate proactive compaction at processor.ts:543-568 + 3 new overflow regex arms - openai/codex#20524: merge-as-is, notify deprecation across README + TOML doc + JSON schema + struct doc + 2 metrics + DeprecationNotice event + 153-line user_notification.rs delete
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.
Issue for this PR
Closes #24949
Type of change
What does this PR do?
I have been using opencode server and controlling it remotely with API based on info on docs. I have pulled the repo and let 5.4 analyze the hono server and found out that /global/config is undocumented. So, I updated the docs with 5.4 and changes in this PR showcase it.
How did you verify your code works?
It is not code change, only docs. I did PATCH /config and PATCH /global/config to test out my theories before
Screenshots / recordings
no ui changes, only docs.
Checklist