docs(cursor): Cursor Cookbook reference + artifact previews#17
Draft
chloeilabs wants to merge 14 commits into
Draft
docs(cursor): Cursor Cookbook reference + artifact previews#17chloeilabs wants to merge 14 commits into
chloeilabs wants to merge 14 commits into
Conversation
Co-authored-by: Chloei <labs@chloei.ai>
Co-authored-by: Chloei <labs@chloei.ai>
Co-authored-by: Chloei <labs@chloei.ai>
Co-authored-by: Chloei <labs@chloei.ai>
Co-authored-by: Chloei <labs@chloei.ai>
Apply a default dark theme with Cursor-like tokens, left sidebar layout, line-style status filters, shared cursor-panel surfaces, and PageHeader across runs, status, and new-agent flows. Co-authored-by: Chloei <labs@chloei.ai>
- Sidebar recent runs, brand mark, workspace nav labels - Agents list layout with relative timestamps and mono repo paths - Dark field inputs, log surface styling, thin scrollbars - Agent stream panel and sign-in polish Co-authored-by: Chloei <labs@chloei.ai>
- Sidebar-first agent list with status dots and compact New agent CTA - Flat tokens, no panel shadows; text status filters; list-style agents view - Composer-style new agent form with prompt-first layout - Narrower content column, ghost refresh, simplified headers Co-authored-by: Chloei <labs@chloei.ai>
- /runs shows overview placeholder; filtered lists use ?status= - Sidebar: Overview, New agent, agent history - New agent: full-height composer with collapsible repo options - Run detail: flat stream section, compact header, wider content Co-authored-by: Chloei <labs@chloei.ai>
- Search agents in sidebar (summary, repo, branch, status) - DetailSection panels for metadata, result, prompt, artifacts - Ghost action buttons; single-query runs list filter - Flatter status metrics and run detail two-column layout Co-authored-by: Chloei <labs@chloei.ai>
- Pull request panel uses DetailSection with ghost refresh/open actions - Status page uses flat cursor-panel sections instead of Cards - Sign-in uses cursor-panel; sidebar Status link highlights active route - Filtered runs list shows status label only (no duplicate badge) - Remove unused app-nav-links; add SidebarStatusLink component Co-authored-by: Chloei <labs@chloei.ai>
Co-authored-by: Chloei <labs@chloei.ai>
- Add docs/cursor-cookbook.md mapping cookbook examples to this app - Document cookbook in README and AGENTS.md (agent-kanban as primary reference) - Cache Cursor.repositories.list() ~55s per cookbook agent-kanban - Inline image/video artifact previews via cookbook media-style responses - Add artifact-preview helpers and tests Co-authored-by: Chloei <labs@chloei.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
- Cache Cursor.models.list() ~55s (cookbook agent-kanban pattern) - Add repository/model cache tests - Search on status-filtered runs list (FilteredRunsView) - Run header: status dot + label only (no duplicate badge) - Extend cursor-cookbook.md with implemented/next patterns Co-authored-by: Chloei <labs@chloei.ai>
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.
Summary
Adopts the official Cursor Cookbook as the documented reference for cloud-agent SDK usage and UX, with patterns ported from
sdk/agent-kanban.Includes the Cursor Cloud UI shell (sidebar, flat detail sections, composer new-agent form).
Cookbook integration
docs/cursor-cookbook.md— maps cookbook examples to Chloei Code + implemented/next checklistCursor.repositories.list()andCursor.models.list()artifacts/mediastyle)UI (Cursor Cloud)
DetailSectionpanels on run detail + status page/runs/new,AgentsHomeoverview/runs?status=…listsVerify
References