Feat/prototype agents; feature flagged#432
Conversation
# Conflicts: # src/app/sbx/new/route.ts
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview
Terminal routing passes Reviewed by Cursor Bugbot for commit 119c72d. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 96116bb3cb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1c387c8. Configure here.
# Conflicts: # src/features/dashboard/terminal/dashboard-terminal.tsx
| const sandboxTemplateId = sandboxInfo?.templateID | ||
| const launchTarget = { | ||
| sandboxId, | ||
| template: sandboxTemplateId, | ||
| } | ||
| const launchTarget = useMemo( | ||
| () => ({ | ||
| command, | ||
| sandboxId, | ||
| template: template ?? sandboxTemplateId, | ||
| }), |
There was a problem hiding this comment.
nit: please use sandboxInfo.alias ?? .templateID here
There was a problem hiding this comment.
kk, fixed both here and in the display

/agents starter page links to /sbx/new and passes template and command
barebones for now, just lists templates and directs to /sbx/new?template=foo&command=bar