docs(sandboxes): note Cursor and Droid support OAuth login#25547
Open
dvdksn wants to merge 2 commits into
Open
docs(sandboxes): note Cursor and Droid support OAuth login#25547dvdksn wants to merge 2 commits into
dvdksn wants to merge 2 commits into
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
The credentials page framed agent OAuth as exclusive to Claude Code, Codex, and Cursor. Cursor and Droid also support the host-side OAuth flow, so update the credential-forms table and the best-practices note to include them and point to the individual agent pages for each flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8302c89 to
d9c360b
Compare
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The changes correctly expand OAuth agent support from Claude Code + Codex to also include Cursor and Droid in both the credential-forms table and the best-practices bullet. One minor documentation gap was noted.
The best-practices OAuth bullet advertised four agents but only gave ahead-of-time commands for Codex and Claude Code. Cursor and Droid only prompt inside the sandbox at agent start, so state that explicitly instead of leaving those users to infer it from the agent pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
The Docker Sandboxes credentials page framed agent OAuth login as exclusive to Claude Code, Codex, and Cursor. Cursor and Droid also support the host-side OAuth flow (Droid via docker/sandboxes#4046, Cursor earlier), so two enumerations were stale:
Changes
content/manuals/ai/sandboxes/security/credentials.md:No change to the individual agent pages — each already documents its own OAuth behavior.
🤖 Generated with Claude Code