mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
2ec433f6df54c1af262bf2cc4d2c7afc0146f09e
* feat: add copy remote URL to line number context menu Add 'Copy Remote URL' option to the line number gutter right-click menu, allowing users to quickly copy a shareable link to a file and line on GitHub, GitLab, Bitbucket, or other hosted git providers. - Install hosted-git-info to parse remote URLs and generate browse URLs - Add getRemoteFileUrl() to resolve file URLs using default branch - Wire up IPC handler, preload bridge, and renderer UI - Use ExternalLink icon to distinguish from path copy options * refactor: use @types/hosted-git-info instead of custom type declarations Replace the custom hosted-git-info.d.ts with the @types package from DefinitelyTyped. Use a targeted cast for browseFile() which the @types package doesn't include yet (stuck on v3 API). * refactor: revert to local type declarations for hosted-git-info The @types/hosted-git-info package is stuck on the v3 API and lacks browseFile(). A local .d.ts is cleaner than casting around stale types.
Orca
A cross-platform AI Orchestrator for 100x engineers.
Seamlessly manage multiple worktrees and open multiple terminals running anything — Claude Code, Codex, OpenCode, and more.
Built-in status tracking, notifications, and unread markers. Makes coding multiple features across multiple repos a breeze.
Learn more at www.OrcaBuild.ai
Shipping daily
Missing something? It's probably landing tomorrow. Request a feature · Star to follow along.
Features
- Manage multiple worktrees
- Multiple terminals, tabs and panes
- Get worktree notifications (plus ability to manually mark threads as unread -- similar to Gmail ⭐)
- See which worktrees have working agents
- GitHub integrations for GH PRs (automatic), ability to link GH issues (via
ghcli), and a GH checks viewer - File editor, search, source control tab (see worktree changes, make edits, easily commit)
Install
Grab a release from https://www.orcabuild.ai/ or download from the GH release page
Developing
See CONTRIBUTING.md for branch naming, PR expectations, and required checks.
Install
$ pnpm install
Development
$ pnpm dev
Build
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
Description
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and remote runtime.
adeagent-ideai-agentsclaude-codeclicodexcursor-agentdevtoolsghosttyidemobile-appopencodeorchestrationparallel-agentspiterminalworktreesyc-backed
Readme
MIT
1.4 GiB
Languages
TypeScript
95.2%
JavaScript
4.1%
Swift
0.2%
CSS
0.1%
HCL
0.1%
