docs(cursor): agent mode support in guides - #3205
Conversation
WalkthroughCursor documentation, integration metadata, and Kimi K3 content now state that Cursor plan and agent modes route through LLM Gateway, while inline edit and tab autocomplete remain on Cursor’s backend. ChangesCursor routing coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/content/guides/cursor.mdx`:
- Around line 90-91: Update the test success statement in
apps/docs/content/guides/cursor.mdx at lines 90-91 to refer specifically to plan
and agent requests. Update the FAQ in
apps/ui/src/content/blog/2026-07-19-kimi-k3-claude-code.md at lines 43-50 to
include agent mode while preserving the existing backend-only limitations.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: bb8277a3-f8e2-4d42-b66c-a2f30e3df15a
📒 Files selected for processing (6)
apps/docs/content/guides/cursor.mdxapps/ui/src/components/integrations/integration-cards.tsxapps/ui/src/content/blog/2026-07-19-kimi-k3-claude-code.mdapps/ui/src/content/blog/2026-07-19-kimi-k3.mdapps/ui/src/content/guides/cursor.mdpackages/shared/src/components/integration-guides-grid.tsx
| 2. Try using the AI chat (Cmd/Ctrl + L) in plan mode | ||
| 3. Then switch the panel to agent mode and run a small multi-file task |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Propagate the agent-mode routing scope to all dependent documentation.
The primary updates now advertise plan and agent routing, but adjacent statements still use broader or older chat/plan-only wording.
apps/docs/content/guides/cursor.mdx#L90-L91: narrow the test success statement to plan and agent requests.apps/ui/src/content/blog/2026-07-19-kimi-k3-claude-code.md#L43-L50: update the FAQ to include agent mode while retaining the backend-only limitations.
📍 Affects 2 files
apps/docs/content/guides/cursor.mdx#L90-L91(this comment)apps/ui/src/content/blog/2026-07-19-kimi-k3-claude-code.md#L43-L50
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@apps/docs/content/guides/cursor.mdx` around lines 90 - 91, Update the test
success statement in apps/docs/content/guides/cursor.mdx at lines 90-91 to refer
specifically to plan and agent requests. Update the FAQ in
apps/ui/src/content/blog/2026-07-19-kimi-k3-claude-code.md at lines 43-50 to
include agent mode while preserving the existing backend-only limitations.
Summary
Cursor now honors the custom OpenAI base URL for agent mode as well, not just plan mode. This updates every place that claimed the integration was plan-mode-only:
apps/docs/content/guides/cursor.mdx— description, intro, the warn callout (now an info callout: plan + agent mode work; Tab autocomplete and inline edit stay on Cursor's backend), the test step (was suggesting testing autocomplete, which never routed), the What Works/Doesn't lists, and the troubleshooting entry.apps/ui/src/content/guides/cursor.md(llmgateway.io/guides/cursor) — description, intro caveat, feature table (Agent mode ✅), troubleshooting, and the closing benefits.apps/ui/.../integration-cards.tsxand the sharedpackages/shared/.../integration-guides-grid.tsx(which renders the apps/code guides grid): badge "Plan mode only" → "Plan + Agent mode", description updated.kimi-k3.md("Cursor (chat/plan mode only)" → "(plan and agent mode)") andkimi-k3-claude-code.md(Cursor section boundary note now only excludes inline edit + tab autocomplete).Left untouched: the Q2 2026 roundup's "Cursor plan mode" line (historical record of what shipped at the time) and GitHub-Copilot-related "agent mode" mentions (different product).
Validation
pnpm formatcleanturbo run build --filter=ui --filter=docs --filter=codepasseshttps://claude.ai/code/session_01AqXnpfo1aWzgCUw7hvqVPR
Summary by CodeRabbit