feat(cli): launch cursor/copilot-vscode and desktop app wrappers#134
Merged
Conversation
Expose app targets through edgee launch (relay under the hood), reserve bare copilot for a future CLI, and document launch-target naming rules. Co-authored-by: Cursor <cursoragent@cursor.com>
Prepare the alias command for desktop app wrappers by relocating it to commands/alias/. Co-authored-by: Cursor <cursoragent@cursor.com>
Extend alias to create Cursor/VS Code launchers when the host app is present, alongside existing CLI shims. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep launcher/plist helpers available under cfg(test) for unit tests without compiling unused macOS-only code into the Linux binary. Co-authored-by: Cursor <cursoragent@cursor.com>
CLEMENTINATOR
approved these changes
Jul 16, 2026
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
edgee launch cursorandedgee launch copilot-vscode(aliasvscode-copilot) that delegate to the hidden relay for app targets.copilot-vscodeis the VS Code surface and barecopilotstays reserved for a future Copilot CLI.edgee aliasso one command installs both CLI shims and desktop app wrappers:claude,codex, …) — PATH shims / shell aliases (unchanged)cursor,copilot-vscode) — platform launchers only if the host app is already installed~/Applications/<Name> (Edgee).app(opens Terminal +edgee launch …)~/.local/share/applications/edgee-*.desktop.lnkvia PowerShellcrates/cli/src/commands/launch/README.md, and update root/AGENTS docs.Test plan
cargo fmt --all && cargo clippy --all-targets && cargo test --alledgee launch --helplistscursorandcopilot-vscode(not barecopilot)edgee launch vscode-copilot --helpresolves tocopilot-vscodeedgee launch copilotfails with a suggestion towardcopilot-vscodeedgee launch cursor/edgee launch copilot-vscodestart the relay and spawn the app (quit any running Cursor/VS Code first)edgee alias --helplistscursorandcopilot-vscodeedgee alias cursorcreates~/Applications/Cursor (Edgee).app(macOS) or the OS equivalentedgee alias copilot-vscodeprints skipped (host app not found)edgee alias remove cursorremoves the wrapperedgee alias(all) still installs CLI shims and only adds app wrappers when hosts are present