orca/src/main/ipc
Brennan Benson 76139f88a9
fix: support upstream remote as base ref for fork workflows (#1186)
Co-authored-by: Orca <help@stably.ai>
2026-04-27 13:51:19 -07:00
..
agent-hooks.ts feat(cursor): first-class Cursor CLI agent status via hooks.json (#1108) 2026-04-25 23:14:31 -07:00
app.ts feat(terminal): WSL shell support for Windows users (#1154) 2026-04-26 22:43:54 -07:00
browser.test.ts feat: computer use via agent-browser CDP bridge (#856) 2026-04-20 20:56:14 -07:00
browser.ts feat: computer use via agent-browser CDP bridge (#856) 2026-04-20 20:56:14 -07:00
claude-accounts.ts feat: add Claude account switcher (#1050) 2026-04-24 14:05:26 -07:00
claude-usage.ts
cli.ts
codex-accounts.ts Add usage status bar and Codex account switching (#483) 2026-04-11 11:23:44 -07:00
codex-usage.ts
export.ts feat(editor): export active markdown to PDF (#882) 2026-04-20 19:41:12 -07:00
feedback.ts fix(feedback): include app version + OS metadata in submissions (#812) 2026-04-18 20:20:37 -07:00
filesystem-auth.ts fix(fs): address symlink/delete/remote safety issues from review (#1012) 2026-04-23 16:58:17 -07:00
filesystem-import.test.ts feat: allow dropping external files into the file explorer (#618) 2026-04-13 22:04:49 -07:00
filesystem-list-files.test.ts feat: improve SSH file search with configurable limits and rg fallback (#1130) 2026-04-26 13:38:34 -07:00
filesystem-list-files.ts feat: improve SSH file search with configurable limits and rg fallback (#1130) 2026-04-26 13:38:34 -07:00
filesystem-mutations.test.ts fix(fs): address symlink/delete/remote safety issues from review (#1012) 2026-04-23 16:58:17 -07:00
filesystem-mutations.ts fix(fs): address symlink/delete/remote safety issues from review (#1012) 2026-04-23 16:58:17 -07:00
filesystem-search-git.test.ts
filesystem-search-git.ts refactor(search): share rg/git-grep logic between main and relay (#1157) 2026-04-27 00:06:00 -07:00
filesystem-watcher-wsl.ts fix: set UTF-8 console code page on Windows to prevent garbled CJK characters (#601) 2026-04-13 21:27:19 -04:00
filesystem-watcher.ts fix: reflect external file changes in editor tabs (#735) 2026-04-17 20:30:44 -07:00
filesystem.test.ts feat: improve SSH file search with configurable limits and rg fallback (#1130) 2026-04-26 13:38:34 -07:00
filesystem.ts refactor(search): share rg/git-grep logic between main and relay (#1157) 2026-04-27 00:06:00 -07:00
github.test.ts
github.ts feat(tasks): server-side scope filtering, pagination, and draft bug fix (#1135) 2026-04-26 12:30:22 -07:00
linear.ts feat(linear): add create-issue button for feature parity with GitHub (#1185) 2026-04-27 12:28:09 -07:00
memory.ts feat(memory): add Memory & CPU status-bar popover (#1146) 2026-04-26 21:42:06 -07:00
notifications.test.ts
notifications.ts
preflight.test.ts fix(linear): stop keychain prompt from appearing during app launch (#1058) 2026-04-24 15:01:44 -07:00
preflight.ts fix(linear): stop keychain prompt from appearing during app launch (#1058) 2026-04-24 15:01:44 -07:00
pty-encoding.test.ts fix: set UTF-8 console code page on Windows to prevent garbled CJK characters (#601) 2026-04-13 21:27:19 -04:00
pty.test.ts fix(pty): inject full host env on daemon path (#1148) 2026-04-26 22:05:42 -07:00
pty.ts opt: disable GitHub attribution by default (#1173) 2026-04-27 09:53:33 -07:00
rate-limits.ts Add usage status bar and Codex account switching (#483) 2026-04-11 11:23:44 -07:00
register-core-handlers.test.ts feat(memory): add Memory & CPU status-bar popover (#1146) 2026-04-26 21:42:06 -07:00
register-core-handlers.ts feat(memory): add Memory & CPU status-bar popover (#1146) 2026-04-26 21:42:06 -07:00
repos-remote.test.ts fix: support upstream remote as base ref for fork workflows (#1186) 2026-04-27 13:51:19 -07:00
repos.ts fix: support upstream remote as base ref for fork workflows (#1186) 2026-04-27 13:51:19 -07:00
rg-availability.ts feat: improve SSH file search with configurable limits and rg fallback (#1130) 2026-04-26 13:38:34 -07:00
runtime.test.ts
runtime.ts
session.ts
settings.test.ts feat(settings): import Ghostty config with preview, color overrides, opacity and blur (#1001) 2026-04-26 17:00:46 -07:00
settings.ts feat(settings): import Ghostty config with preview, color overrides, opacity and blur (#1001) 2026-04-26 17:00:46 -07:00
shell.ts New workspace create page (#710) 2026-04-16 15:41:40 -07:00
ssh-browse.ts Rename add repo copy to add project (#1014) 2026-04-23 19:02:36 -07:00
ssh-passphrase.ts fix: harden SSH connection reliability and add passphrase prompt (#636) 2026-04-14 18:29:50 -07:00
ssh.test.ts fix(ssh): await root registration before remote worktree creation (#1120) 2026-04-26 14:14:30 -07:00
ssh.ts feat(ssh): add port forwarding for remote workspaces (#1145) 2026-04-26 19:21:26 -07:00
stats.ts
ui.ts
worktree-hooks.ts feat: Add SSH remote support (beta) (#590) 2026-04-13 19:23:09 -07:00
worktree-logic-wsl.test.ts
worktree-logic.test.ts feat: add Linear integration (#1007) 2026-04-23 14:54:32 -07:00
worktree-logic.ts feat: add Linear integration (#1007) 2026-04-23 14:54:32 -07:00
worktree-remote.ts fix(ssh): await root registration before remote worktree creation (#1120) 2026-04-26 14:14:30 -07:00
worktrees-windows.test.ts perf: make worktree creation click snappy (#776) 2026-04-17 16:02:30 -07:00
worktrees.test.ts fix(worktrees): fail loudly when no default base ref is resolvable (#922) 2026-04-21 17:40:27 -07:00
worktrees.ts fix: address review findings (#1078) 2026-04-24 21:58:21 -07:00