feat(web): add Cursor to Agents#1361
Conversation
|
Claude finished @ved015's task in 1m 31s —— View job Code Review Complete
Summary: This PR cleanly adds Cursor as a new agent type, following the established patterns for Codex and OpenCode. The implementation handles both new and legacy tag formats, includes proper transcript parsing, and has comprehensive test coverage. All tests pass. No bugs, security issues, or breaking changes found. Score: 10/10 — Good to ship. |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 6f3c835 | Jul 25 2026, 10:10 PM |
There was a problem hiding this comment.
Overview: Adds Cursor as a new agent type to the Agents spaces infrastructure, following the established patterns for Codex and OpenCode.
Issues found: None — this looks good to ship.
The implementation correctly:
- Adds Cursor to all the necessary type definitions and filter arrays
- Handles both new (
sm_source: "cursor") and legacy (cursor_user_,cursor_project_) tag patterns - Parses both structured conversation format and legacy transcript format
- Includes comprehensive test coverage for both agent-space grouping and plugin-document parsing
- The cursor.png icon exists at the expected path
Minor notes (not blocking):
- Cursor personal containers get a cleaner label (
Cursor personal · <id>) instead ofLegacy Cursor personal— this is intentional per the test expectations and makes sense for a newer integration. - The priority adjustment for legacy-personal (5→6) correctly places these containers at the end of the sort order.
Score: 10/10
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 6f3c835 | Commit Preview URL Branch Preview URL |
Jul 25 2026, 10:11 PM |
Merge activity
|
Adds Cursor projects to Agents spaces with source filters, legacy labels, icons, and Codex-style structured conversation rendering. Tests: targeted Agents and plugin-document tests.
72d3f76 to
6f3c835
Compare

Adds Cursor projects to Agents spaces with source filters, legacy labels, icons, and Codex-style structured conversation rendering.
Tests: targeted Agents and plugin-document tests.