Matheus NogueiraandClaude Opus 4.6 c13d8a725e Add Ctrl+Click to open links in terminal
Implement URL detection from PTY output since Restty's canvas-based
rendering doesn't expose a text layer for link detection.

- TerminalLinkDetector tracks PTY output, strips ANSI codes, and
  maintains a line buffer to detect URLs at screen positions
- Each pane gets its own detector fed via beforeRenderOutput hook
- Ctrl+Click (or Cmd+Click) on a detected URL opens it in the
  default browser via shell.openExternal
- Ctrl+hover shows pointer cursor when over a URL, reverts on release

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 21:29:39 -03:00
2026-03-17 00:34:22 -07:00
2026-03-17 00:34:22 -07:00
2026-03-19 00:36:36 -07:00
2026-03-19 01:25:06 -07:00
2026-03-19 01:25:06 -07:00
2026-03-16 20:29:24 -07:00
2026-03-18 20:10:08 -07:00
2026-03-16 22:27:51 -07:00
2026-03-19 00:36:36 -07:00
2026-03-19 09:54:03 -07:00
2026-03-17 01:40:24 -07:00
2026-03-19 00:20:19 -07:00
2026-03-19 12:46:03 -07:00
2026-03-17 11:10:39 -07:00
2026-03-17 00:34:22 -07:00
2026-03-17 00:34:22 -07:00
2026-03-16 22:27:51 -07:00
2026-03-17 01:40:24 -07:00
2026-03-17 01:40:24 -07:00

Orca

Orca is an AI Orchestrator for nerds. It lets users seamlessly manage multiple worktrees and open multiple terminals running anything (usually Claude Code, Codex, OpenCode, etc). It has built in status tracking across worktrees, notifications, and unread markers. It makes coding multiple features across multiple repos a breeze

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux
S
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.
Readme MIT
1.4 GiB
Languages
TypeScript 95.1%
JavaScript 4.1%
Swift 0.2%
HCL 0.2%
CSS 0.1%