docs(docs/ai-coder/agents): note OpenAI as a supported computer-use provider#24967
Merged
Conversation
PR #24772 (merged 2026-05-04) added OpenAI alongside Anthropic for computer use, plus an admin selector under the virtual desktop toggle. The agents docs still said "Anthropic only" in three places. This change updates platform-controls/index.md, index.md, and architecture.md to reflect that either Anthropic or OpenAI is supported, without describing the experimental selector API or any other not-yet-shipped detail. Note: the underlying feature is on main and will ship in v2.34. It is not in v2.33.
Docs preview📖 View docs preview for |
nickvigilante
approved these changes
May 5, 2026
Contributor
nickvigilante
left a comment
There was a problem hiding this comment.
Heard and understood about the doc-check failure. I'll start a thread internally to discuss it further. Otherwise, LGTM!
🚀
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR #24772 (merged 2026-05-04) added OpenAI alongside Anthropic for computer use, plus an admin selector under the virtual desktop toggle. Three places in the agents docs still said "Anthropic only" — this updates them.
No other content changes. Anthropic is still the default.
Fixes CODAGT-310
@nickvigilante — heads up, the kind of release-train drift we keep hitting:
main, so docs onmainneed to describe it.release/2.33and not inv2.34.0-rc.0(both cut before feat: add computer-use provider selection for AI agents #24772 merged). It will ship in v2.34.coder.com/docsfollowsmain, so once this lands, v2.33 users see "OpenAI is supported" and find no toggle.Fwiw our
doc-checkworkflow would have caught this on #24772 — it's exactly what it's for. It did trigger but the chat-create step errored out (curl exit 22) and nobody re-ran it, so the analysis never happened. Worth tightening that path so a transient API blip doesn't silently skip the check.