Skip to content

feat: add open command#17

Merged
felipefreitag merged 2 commits intomainfrom
feat/add-open-command
Mar 11, 2026
Merged

feat: add open command#17
felipefreitag merged 2 commits intomainfrom
feat/add-open-command

Conversation

@zenorocha
Copy link
Member

@zenorocha zenorocha commented Mar 11, 2026

Summary by cubic

Adds an open command that launches https://resend.com/emails in your default browser on macOS, Windows, and Linux, with help text and a Windows start fix.

Written for commit e893bac. Summary will update on new commits.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="src/commands/open.ts">

<violation number="1" location="src/commands/open.ts:16">
P2: On Windows, `start` is a CMD internal command, not an executable, so `Bun.spawn(['start', url])` will fail. Invoke it via `cmd /c start` (or use `explorer`) so the open command works on Windows.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@felipefreitag felipefreitag force-pushed the feat/add-open-command branch from 18de302 to e893bac Compare March 11, 2026 14:37
@felipefreitag felipefreitag merged commit a9a57aa into main Mar 11, 2026
6 checks passed
@felipefreitag felipefreitag deleted the feat/add-open-command branch March 11, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants