orca/src/shared
Jinjing 1251e5530f
Show SSH worktrees immediately via persisted metadata (#12799)
* Retire SSH worktree metadata an authoritative scan proved gone

The metadata fallback's protection against resurrecting externally deleted
worktrees lived only in renderer module state, so it died on every reload
while the SSH WorktreeMeta it guarded against persists forever
(gcStaleWorktreeMeta exempts any repo with a connectionId, because a local
existsSync cannot probe a remote path). Repro: `git worktree remove` on the
SSH host, let the authoritative scan purge the row, restart — the startup
fetch runs before SSH connects and the fallback re-lists the deleted
worktree as a ghost row.

Chose option (a), deleting the stale persisted meta in main, over persisting
the removal memory: the metadata is the thing that outlives the worktree, and
Orca's own removals already delete it (removeWorktreeMetadataAndTransientState),
so external removals now converge on the same end state instead of accumulating
a second, parallel tombstone list that would itself need eviction. The
in-session memory stays for the window before the async delete lands.

New `worktrees:forgetRemovedForExecutionHost` only accepts SSH hosts, requires
an exact repo owner, skips metas owned by another host, and refuses folder
repos — a folder workspace's meta IS the workspace record (gcStaleWorktreeMeta
skips those keys for the same reason) and no remote scan can retire one. The
renderer only calls it from the authoritative-removal path, so a mere
disconnect never deletes anything.

Also:
- hoist resetAuthoritativelyRemovedWorktreeMemoryForTests into a top-level
  beforeEach; removeWorktree writes that memory too, so suppression could leak
  across describes and silently hide a row.
- cover the requireAuthoritative gate that skips the fallback, which had no test.
- replace the raw NUL byte committed inside the coalesce-key template literal
  with a \0 escape; it made the file scan as binary to grep/ripgrep.

* test(worktrees): verify non-authoritative fallback skips removal

The non-authoritative fallback must not trigger worktree cleanup when it observes an absence — only an authoritative scan should. Tighten the expectation to ensure cleanup happens exactly once, when new data arrives after the connection state changes.
2026-08-06 00:33:12 -07:00
..
agent-icons feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
network fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
new-workspace feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
plugins fix(plugins): let language packs translate plugin chrome (#12455) 2026-08-04 03:56:33 -07:00
add-repo-existing-workspaces-telemetry.test.ts
agent-decorative-title-signature.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
agent-decorative-title-signature.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
agent-detection.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-detection.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-draft-platform-limit.ts fix(automations): deliver Hermes prompts via native query (#7862) 2026-07-11 02:35:01 -07:00
agent-feature-install-commands.test.ts feat(cli): add orca skills install and orca skills update for headless skill setup (#9201) 2026-07-30 11:20:29 -07:00
agent-feature-install-commands.ts feat(cli): add orca skills install and orca skills update for headless skill setup (#9201) 2026-07-30 11:20:29 -07:00
agent-headless-command.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
agent-hook-endpoint-file.test.ts
agent-hook-endpoint-file.ts
agent-hook-endpoint-temp-cleanup.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-endpoint-temp-cleanup.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-listener-roster-retention.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-listener.test.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
agent-hook-listener.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
agent-hook-relay.test.ts fix(agent-status): correlate manual Claude compact hooks (#12332) 2026-08-04 15:03:57 -07:00
agent-hook-relay.ts fix(agent-status): correlate manual Claude compact hooks (#12332) 2026-08-04 15:03:57 -07:00
agent-hook-request-body-memory.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-status-cache.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-status-cache.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
agent-hook-types.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
agent-interrupt-intent.ts
agent-kind.test.ts feat: show the running coding agent's icon in terminal tabs (#3410) 2026-05-30 02:14:22 -04:00
agent-kind.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
agent-launch-remote.ts fix: use plain orca CLI shim for Claude Agent Teams on SSH remotes (#6586) 2026-06-28 16:03:16 -07:00
agent-name-token-match.ts Add Grok orchestration group routing (#8058) 2026-07-11 21:43:20 -07:00
agent-notification-id.test.ts Auto-dismiss agent notifications on acknowledgement (#4518) 2026-06-02 18:01:23 -07:00
agent-notification-id.ts Auto-dismiss agent notifications on acknowledgement (#4518) 2026-06-02 18:01:23 -07:00
agent-process-recognition.test.ts fix(terminal): trust Pi CSI-u Shift+Enter on Windows (#9703) (#11769) 2026-08-02 00:58:37 -07:00
agent-process-recognition.ts fix(terminal): trust Pi CSI-u Shift+Enter on Windows (#9703) (#11769) 2026-08-02 00:58:37 -07:00
agent-prompt-injection.test.ts Implement robust orchestration primitives and connected-server workers (#9925) 2026-07-27 12:31:37 -07:00
agent-prompt-injection.ts Implement robust orchestration primitives and connected-server workers (#9925) 2026-07-27 12:31:37 -07:00
agent-question-answered-intent.ts fix(agent-status): map codex request_user_input questions to Needs You (#9861) 2026-07-22 12:00:14 -07:00
agent-resume-argv-drop.test.ts fix(codex): drop the resume argv when session provenance is unverifiable (#10805) 2026-07-27 18:06:30 -07:00
agent-resume-argv-drop.ts fix(codex): drop the resume argv when session provenance is unverifiable (#10805) 2026-07-27 18:06:30 -07:00
agent-row-conversation-name.test.ts feat(agent-rows): label sidebar and dashboard rows with conversation names (#9989) 2026-07-23 17:07:25 -07:00
agent-row-conversation-name.ts feat(agent-rows): label sidebar and dashboard rows with conversation names (#9989) 2026-07-23 17:07:25 -07:00
agent-scratch-worktrees.test.ts perf(worktrees): back off worktree scans for agent-scratch repos (#9985) 2026-07-22 14:42:58 -07:00
agent-scratch-worktrees.ts perf(worktrees): back off worktree scans for agent-scratch repos (#9985) 2026-07-22 14:42:58 -07:00
agent-session-host-authority.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
agent-session-option-agent-args.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
agent-session-option-catalog-claude-codex.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
agent-session-option-catalog-gemini-cursor.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
agent-session-option-catalog-types.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
agent-session-option-catalog.test.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
agent-session-option-catalog.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
agent-session-option-launch.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
agent-session-resume.test.ts fix(agents): include OMP terminals in cold session restoration (#8991) 2026-07-23 19:05:22 -07:00
agent-session-resume.ts Keep finished and interrupted agent sessions resumable after sleeping a workspace (#12214) 2026-08-04 01:01:19 -07:00
agent-status-field-normalization.ts feat(agent-status): show Claude subagent child rows and gate premature done (#8211) 2026-07-10 23:34:49 -07:00
agent-status-identity.ts fix(agent-status): restore hydrated nonterminal statuses as unconfirmed (#12346) 2026-08-03 17:22:43 -07:00
agent-status-osc.test.ts refactor: share terminal agent status parser (#4768) 2026-06-07 01:10:05 -07:00
agent-status-osc.ts refactor: share terminal agent status parser (#4768) 2026-06-07 01:10:05 -07:00
agent-status-types.test.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
agent-status-types.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
agent-tab-title.test.ts fix(naming): remove identifier-first name post-processing (#9821) 2026-07-21 20:06:31 -07:00
agent-tab-title.ts fix(naming): remove identifier-first name post-processing (#9821) 2026-07-21 20:06:31 -07:00
agent-title-core.ts Add Cursor orchestration group routing (#8436) 2026-07-12 17:39:18 -07:00
agent-title-decoration.test.ts Show coding agent icons on mobile terminal tabs (#6792) 2026-06-29 16:06:27 -07:00
agent-title-decoration.ts Show coding agent icons on mobile terminal tabs (#6792) 2026-06-29 16:06:27 -07:00
agent-title-identity.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
agent-title-owner.ts fix: normalize wrapper-prefixed OMP/Pi terminal titles (#8033) 2026-07-10 18:42:48 -07:00
agent-title-status.ts fix(native-chat): add direct Codex model selection (#12657) 2026-08-05 11:27:12 -07:00
agent-tui-ansi-fuzz-stream.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
agent-tui-input-clear.test.ts fix(native-chat): mirror multi-line launch drafts into the chat composer (#11253) 2026-07-30 11:08:56 -07:00
agent-tui-input-clear.ts fix(native-chat): mirror multi-line launch drafts into the chat composer (#11253) 2026-07-30 11:08:56 -07:00
agent-type-label.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
agents-orchestration-steps.ts
ai-vault-resume-command.test.ts Add first prompt to agent session history rows (#12085) 2026-08-02 18:45:55 -07:00
ai-vault-resume-command.ts Add first prompt to agent session history rows (#12085) 2026-08-02 18:45:55 -07:00
ai-vault-resume-path.ts fix(agents): include OMP terminals in cold session restoration (#8991) 2026-07-23 19:05:22 -07:00
ai-vault-resume-preparation.test.ts Fix mixed-version mobile Codex session resume (#9678) 2026-07-20 21:16:08 -07:00
ai-vault-resume-preparation.ts fix(ai-vault): resume a bridged Codex session under the selected account's home (#11224) 2026-07-28 15:18:07 -07:00
ai-vault-session-depth.test.ts fix(ai-vault): support session scanning in SSH worktrees (#11004) 2026-08-03 16:17:00 -07:00
ai-vault-session-depth.ts fix(ai-vault): support session scanning in SSH worktrees (#11004) 2026-08-03 16:17:00 -07:00
ai-vault-session-display.ts fix(ai-vault): label preview prompt honestly (#12178) 2026-08-02 21:16:49 -07:00
ai-vault-session-filters.test.ts Show agent session history on mobile (#6786) 2026-07-10 13:48:10 -07:00
ai-vault-session-filters.ts Show agent session history on mobile (#6786) 2026-07-10 13:48:10 -07:00
ai-vault-types.test.ts Detect and surface recoverable zero-turn sessions in AI Vault (#7889) 2026-07-08 21:47:02 -07:00
ai-vault-types.ts fix(ai-vault): support session scanning in SSH worktrees (#11004) 2026-08-03 16:17:00 -07:00
ansi-escape-sequences.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
ante-headless-command.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
app-icon.ts Add app icon switcher to appearance settings (#4600) 2026-06-03 17:14:50 -07:00
app-identity.ts
app-version.test.ts Update paired Orca servers from the active client (#9839) 2026-07-22 18:52:37 -07:00
app-version.ts Say why an update install failed instead of stalling for three minutes (#12224) 2026-08-04 02:02:53 -07:00
auto-rename-branch-from-work-settings.ts Default first-work branch auto-renaming on (#4709) 2026-06-05 12:35:34 -07:00
automation-precheck.ts Add automation precheck gating 2026-05-31 04:21:57 -07:00
automation-run-identity.test.ts Make remote hosts first class: concurrent multi-host workbench (#5071) 2026-06-13 18:53:01 -07:00
automation-run-identity.ts Make remote hosts first class: concurrent multi-host workbench (#5071) 2026-06-13 18:53:01 -07:00
automation-run-retention.test.ts fix: Cap automationRuns retention to stop unbounded state file growth (#8119) 2026-07-10 20:02:45 -07:00
automation-run-retention.ts fix: Cap automationRuns retention to stop unbounded state file growth (#8119) 2026-07-10 20:02:45 -07:00
automation-schedules.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
automation-schedules.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
automation-workspace-provenance.ts Show and Filter Automation-Created Workspaces (#5697) 2026-06-18 13:05:57 -07:00
automations-types.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
base-ref-search-result.test.ts
base-ref-search-result.ts
binary-buffer.ts
bounded-map.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
bounded-map.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
bounded-secure-json-file.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
branch-name-from-work.test.ts fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
branch-name-from-work.ts fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
branch-prefix.test.ts fix(settings): normalize and validate branch prefixes (#7772) 2026-07-24 00:39:32 -07:00
branch-prefix.ts fix(settings): normalize and validate branch prefixes (#7772) 2026-07-24 00:39:32 -07:00
browser-annotation-viewport-bridge.ts
browser-certificate-errors.ts Gate certificate trust proceed action on runtime capability (#9070) 2026-07-18 23:40:01 -07:00
browser-cookie-import-sources.test.ts feat(browser): add Helium as a Chromium cookie-import source (#6768) 2026-06-29 13:21:20 -07:00
browser-cookie-import-sources.ts feat(browser): add Helium as a Chromium cookie-import source (#6768) 2026-06-29 13:21:20 -07:00
browser-find-source.ts fix(browser): scope Cmd/Ctrl+F find to the focused split (#11348) (#11351) 2026-07-30 14:17:26 -07:00
browser-grab-types.test.ts
browser-grab-types.ts fix(browser): resolve grab mode race conditions and teardown (#11661) 2026-07-30 21:00:36 -07:00
browser-guest-events.ts feat(browser): add Copy to context menu when text is selected (#7159) 2026-07-03 16:52:08 -07:00
browser-guest-web-preferences.ts Fix browser pane stuck in HTML fullscreen (#6442) (#6451) 2026-06-26 20:05:47 -07:00
browser-page-zoom.ts feat(browser): persist default browser zoom (#4765) 2026-06-07 13:49:38 -04:00
browser-screencast-protocol.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
browser-screencast-protocol.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
browser-url.test.ts fix(browser): local HTTPS Try HTTPS + cert proceed (#8454) (#9104) 2026-07-16 19:11:34 -07:00
browser-url.ts fix(browser): local HTTPS Try HTTPS + cert proceed (#8454) (#9104) 2026-07-16 19:11:34 -07:00
browser-viewport-presets.ts
check-job-log-tail-slice.test.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
check-job-log-tail-slice.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
claimed-agent-pty-owner-snapshot.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
claimed-agent-pty-owner.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
claimed-agent-pty-owner.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
claude-agent-teams-tmux-compat.test.ts Add Claude Agent Teams native pane launcher (#4892) 2026-06-08 16:11:32 -04:00
claude-agent-teams-tmux-compat.ts Add Claude Agent Teams native pane launcher (#4892) 2026-06-08 16:11:32 -04:00
claude-background-task-inventory.ts fix(agent-status): preserve Claude background work (#11838) 2026-08-01 21:10:08 -07:00
claude-background-task-status.test.ts fix(workspace-cleanup): read reflog timestamps to avoid git maintenance (#12131) 2026-08-02 17:06:11 -07:00
claude-model-list-probe.test.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
claude-model-list-probe.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
claude-statusline-rate-limits.test.ts fix(rate-limits): unstick Claude "Limited" usage — respect Retry-After and feed live usage from session statuslines (#9617) 2026-07-21 00:36:42 -07:00
claude-statusline-rate-limits.ts perf(rate-limits): throttle statusline usage posts to one curl per pane per 15s (#9829) 2026-07-21 20:59:33 -07:00
claude-subagent-roster.test.ts fix(agent-status): preserve Claude background work (#11838) 2026-08-01 21:10:08 -07:00
claude-subagent-roster.ts fix(agent-status): preserve Claude background work (#11838) 2026-08-01 21:10:08 -07:00
claude-subagent-row-lifecycle.test.ts feat(diagnostics): name what grew in renderer OOM crash reports (#9984) 2026-07-23 12:22:33 -07:00
claude-usage-types.ts Speed up cached usage analytics loads (#4528) 2026-06-02 18:10:31 -07:00
cli-install-types.ts fix(cli): avoid Windows PATH status timeout (#9483) 2026-07-19 21:59:22 -04:00
cli-workspace-provenance.test.ts feat(sidebar): distinguish and filter CLI-created workspaces (#10712) 2026-07-26 00:41:03 -07:00
cli-workspace-provenance.ts feat(sidebar): distinguish and filter CLI-created workspaces (#10712) 2026-07-26 00:41:03 -07:00
clipboard-image.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
clipboard-image.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
clipboard-text.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
clipboard-text.ts perf(runtime): remove timer clamps from cooperative yields (#10908) 2026-07-27 12:21:14 -07:00
codex-auth-errors.test.ts fix(codex): prevent transient managed-auth onboarding (#11731) 2026-07-31 14:40:46 -07:00
codex-auth-errors.ts fix(codex): prevent transient managed-auth onboarding (#11731) 2026-07-31 14:40:46 -07:00
codex-config-sync-types.ts feat(codex): surface a stalled config sync instead of failing silently (#10449) 2026-07-24 18:30:54 -07:00
codex-pet-sprite-defaults.test.ts fix(pet): match Codex's per-frame pacing and pointer interactions for imported pets (#8730) 2026-07-16 21:59:44 -07:00
codex-pet-sprite-defaults.ts fix(pet): match Codex's per-frame pacing and pointer interactions for imported pets (#8730) 2026-07-16 21:59:44 -07:00
codex-reset-credit-attempt-ledger.test.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
codex-reset-credit-attempt-ledger.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
codex-reset-credit-scope.test.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
codex-reset-credit-scope.ts feat(mobile): add safe Codex rate-limit resets (#9394) 2026-07-24 14:42:04 -07:00
codex-selection-lane.ts fix(codex): keep a host account switch inside the host lane (#10992) 2026-07-27 19:47:07 -07:00
codex-startup-delivery.test.ts Improve Codex startup prompt reliability (#5686) 2026-06-18 11:39:40 -07:00
codex-startup-delivery.ts Improve Codex startup prompt reliability (#5686) 2026-06-18 11:39:40 -07:00
codex-subagent-rollout-lifecycle.test.ts fix(agent-status): show Codex v2 subagents (#11059) 2026-07-27 23:50:25 -07:00
codex-subagent-roster.test.ts fix(agent-status): show Codex v2 subagents (#11059) 2026-07-27 23:50:25 -07:00
codex-subagent-roster.ts fix(agent-status): show Codex v2 subagents (#11059) 2026-07-27 23:50:25 -07:00
codex-subagent-transcript.test.ts fix(agent-status): show Codex v2 subagents (#11059) 2026-07-27 23:50:25 -07:00
codex-subagent-transcript.ts fix(agent-status): show Codex v2 subagents (#11059) 2026-07-27 23:50:25 -07:00
codex-usage-types.ts Speed up cached usage analytics loads (#4528) 2026-06-02 18:10:31 -07:00
color-validation.ts
combined-diff-file-tree-width.test.ts fix(diff): stop file-tree navigation remounting combined diffs; make tree resizable (#11088) 2026-07-28 10:53:59 -07:00
combined-diff-file-tree-width.ts fix(diff): stop file-tree navigation remounting combined diffs; make tree resizable (#11088) 2026-07-28 10:53:59 -07:00
command-code-output-status.test.ts Prevent Command Code output from hijacking agent icons (#12573) 2026-08-04 16:06:54 -07:00
command-code-output-status.ts Prevent Command Code output from hijacking agent icons (#12573) 2026-08-04 16:06:54 -07:00
command-code-prompt-text.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
command-code-turn-boundary.test.ts Fix Command Code smart-sort bump on new prompt while working (STA-350) (#5286) 2026-07-12 18:05:11 -07:00
command-code-turn-boundary.ts Fix Command Code smart-sort bump on new prompt while working (STA-350) (#5286) 2026-07-12 18:05:11 -07:00
command-token-scanner.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
command-token-scanner.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
commit-message-agent-output.ts Show agent CLI failure output for branch auto-naming and generation instead of parsing per-CLI error formats (#8045) 2026-07-12 13:02:29 -07:00
commit-message-agent-spec.test.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
commit-message-agent-spec.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
commit-message-generation.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
commit-message-generation.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
commit-message-host-key.ts Track Claude models from the installed CLI per host (STA-3330) (#12369) 2026-08-04 15:47:29 -07:00
commit-message-plan.test.ts fix(recipes): let Codex model args override defaults (#8773) 2026-07-14 15:14:17 -07:00
commit-message-plan.ts fix(recipes): let Codex model args override defaults (#8773) 2026-07-14 15:14:17 -07:00
commit-message-prompt.test.ts Show agent CLI failure output for branch auto-naming and generation instead of parsing per-CLI error formats (#8045) 2026-07-12 13:02:29 -07:00
commit-message-prompt.ts Show agent CLI failure output for branch auto-naming and generation instead of parsing per-CLI error formats (#8045) 2026-07-12 13:02:29 -07:00
composer-branch-selection.ts feat(mobile): match desktop's Smart workspace source picker exactly (#7985) 2026-07-13 15:38:02 -07:00
computer-use-error-recovery.test.ts Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
computer-use-error-recovery.ts Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
computer-use-key-spec.test.ts fix(computer-use): make modifier clicks interruption-safe (#11451) 2026-07-29 18:29:10 -07:00
computer-use-key-spec.ts fix(computer-use): make modifier clicks interruption-safe (#11451) 2026-07-29 18:29:10 -07:00
computer-use-permissions-types.ts
computer-use-runtime-types.ts Narrow computer-use e2e trigger (#5685) 2026-06-17 23:27:26 -07:00
constants.test.ts feat(dashboard): add experimental agent map view (#12168) 2026-08-05 22:57:16 -07:00
constants.ts feat(dashboard): add experimental agent map view (#12168) 2026-08-05 22:57:16 -07:00
contextual-tours.test.ts Remove tune density walkthrough step (#5389) 2026-06-15 01:20:04 -07:00
contextual-tours.ts fix(i18n): localize automation contextual tour (#12270) 2026-08-04 03:56:33 -07:00
crash-reporting-diagnostic-bundle.ts Add crash report diagnostic log upload (#2580) 2026-06-16 18:05:15 -07:00
crash-reporting.test.ts fix(sidebar): isolate runtime reconnect refreshes (#11472) 2026-07-29 20:10:44 -07:00
crash-reporting.ts fix(sidebar): isolate runtime reconnect refreshes (#11472) 2026-07-29 20:10:44 -07:00
cross-platform-path.test.ts fix(agent-history): match non-ASCII workspace paths to Claude sessions (#10841) 2026-07-26 22:39:32 -07:00
cross-platform-path.ts perf(ssh): normalize watch event paths once per fs.changed batch (#10881) 2026-07-27 01:02:48 -07:00
daemon-audit-eligibility.ts chore(daemon): disambiguate audit observations (#12343) 2026-08-03 16:28:49 -07:00
daemon-lifecycle-telemetry.ts fix(daemon): detect severed macOS TCC attribution behind terminal automation denials (STA-3491) (#12848) 2026-08-05 23:54:30 -07:00
dashboard-snapshot.ts feat(dashboard): add experimental agent map view (#12168) 2026-08-05 22:57:16 -07:00
detected-worktree-provider-contract.ts Show SSH worktrees immediately via persisted metadata (#12799) 2026-08-06 00:33:12 -07:00
developer-permissions-types.ts
diff-comments-format.ts Add mobile Review Changes workflow (#5313) 2026-06-13 14:24:26 -07:00
direct-ssh-reconnect-telemetry-schema.test.ts feat: bound direct SSH reconnect fan-out and recovery (#11003) 2026-07-28 12:33:17 -07:00
draft-paste-ready-scanner.test.ts Reliably deliver the issue prompt into opencode's composer (#6798) 2026-06-30 01:16:55 -07:00
draft-paste-ready-scanner.ts Reliably deliver the issue prompt into opencode's composer (#6798) 2026-06-30 01:16:55 -07:00
e2e-config.ts fix(terminal): bound SSH & remote hidden-worktree terminal retention (C1) (#10625) 2026-07-29 00:47:18 -07:00
e2ee-crypto.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
editor-save-events.ts Persist editor drafts for hot exit (#4499) 2026-06-02 18:49:13 -07:00
emoji-shortcode-catalog.ts fix(workspaces): use the emojibase shortcode preset for emoji suggestions (#11888) 2026-08-01 00:40:47 -07:00
emulator-keyboard-frame.test.ts Add emulator keyboard capture, edge gestures, and stream cleanup (#4927) 2026-06-08 18:10:16 -07:00
emulator-keyboard-frame.ts Add emulator keyboard capture, edge gestures, and stream cleanup (#4927) 2026-06-08 18:10:16 -07:00
emulator-touch-frame.test.ts Add mobile emulator (#4754) 2026-06-08 00:08:57 -07:00
emulator-touch-frame.ts Add mobile emulator (#4754) 2026-06-08 00:08:57 -07:00
ephemeral-setup-terminal-worktree-id.test.ts Fix/remote skill install floating terminal (#6816) 2026-06-29 20:38:11 -07:00
ephemeral-setup-terminal-worktree-id.ts Fix/remote skill install floating terminal (#6816) 2026-06-29 20:38:11 -07:00
ephemeral-vm-recipe-diagnostics.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-recipe-doctor.test.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-recipe-doctor.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-recipe-lifecycle-payload.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-recipe-process.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
ephemeral-vm-recipe-process.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
ephemeral-vm-recipe-runner.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-recipes.test.ts fix(quality): enforce performance-safe lint baseline (#11074) 2026-07-27 20:54:02 -07:00
ephemeral-vm-recipes.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
ephemeral-vm-runtime-store.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
ephemeral-vm-runtime-store.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
ephemeral-vm-runtimes.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
event-loop-yield.test.ts perf(runtime): remove timer clamps from cooperative yields (#10908) 2026-07-27 12:21:14 -07:00
event-loop-yield.ts perf(runtime): remove timer clamps from cooperative yields (#10908) 2026-07-27 12:21:14 -07:00
execution-host-registry.test.ts Add SSH config host picker to add-host dialog (#12334) 2026-08-03 17:32:13 -07:00
execution-host-registry.ts Add SSH config host picker to add-host dialog (#12334) 2026-08-03 17:32:13 -07:00
execution-host.test.ts Add preference to show pinned worktrees in original lists (#6216) 2026-07-17 00:21:42 -07:00
execution-host.ts Add preference to show pinned worktrees in original lists (#6216) 2026-07-17 00:21:42 -07:00
external-automation-jobs-file.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
external-automation-jobs-file.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
external-worktree-inbox.test.ts fix: never surface coding-agent scratch worktrees in the sidebar (#9535) 2026-07-20 12:50:47 -07:00
external-worktree-inbox.ts fix(quality): enforce performance-safe lint baseline (#11074) 2026-07-27 20:54:02 -07:00
external-worktree-visibility.ts fix(quality): enforce performance-safe lint baseline (#11074) 2026-07-27 20:54:02 -07:00
feature-education-telemetry.test.ts Add Floating Workspace contextual tour (#5062) 2026-06-10 14:12:07 -07:00
feature-education-telemetry.ts Add Floating Workspace contextual tour (#5062) 2026-06-10 14:12:07 -07:00
feature-interaction-catalog.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
feature-interaction-categories.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
feature-interaction-usage-buckets.ts Add feature interaction usage bucket telemetry (#5119) 2026-06-10 13:38:51 -07:00
feature-interactions.test.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
feature-interactions.ts Add feature interaction usage bucket telemetry (#5119) 2026-06-10 13:38:51 -07:00
feature-tips.test.ts Restyle voice dictation feature tip (#11842) 2026-07-31 17:51:03 -07:00
feature-tips.ts Restyle voice dictation feature tip (#11842) 2026-07-31 17:51:03 -07:00
feature-wall-setup-steps.ts Remove split terminal from onboarding checklist (#6340) 2026-06-25 01:49:56 -07:00
feature-wall-telemetry.ts
feature-wall-tiles.ts
feature-wall-tour-depth.test.ts
feature-wall-tour-depth.ts
feature-wall-workflows.ts chore: remove unused code 2026-05-30 11:05:58 -07:00
fetch-response-body.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
file-listing-cancellation.ts fix(ssh): make fs.listFiles cancellable and single-flight per relay client (#7769) 2026-07-08 12:01:06 -07:00
file-mutation-ownership.ts fix(runtime): route HUB-owned SSH worktrees through owning runtime (#9994) 2026-07-22 18:25:05 -07:00
file-name-sort.test.ts fix(file-explorer): sort numbered file names naturally across every listing surface (#11576) 2026-08-05 17:11:28 -07:00
file-name-sort.ts fix(file-explorer): sort numbered file names naturally across every listing surface (#11576) 2026-08-05 17:11:28 -07:00
file-uri-path.ts fix: preserve windows markdown link fragments (#4261) 2026-05-31 10:02:59 -07:00
filesystem-directory-listing-limit.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
filesystem-directory-listing-limit.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
filesystem-rename-collision.ts fix(floating-workspace): persist Markdown tab renames (#11398) 2026-07-29 21:43:45 -07:00
filesystem-watch-batch-window.ts Bound remote watcher fan-out and defer File Explorer refreshes (#11908) 2026-08-01 11:55:58 -07:00
folder-workspace-path-status.ts fix(onboarding): stop wrong-host Open as Folder fallback (#6393) 2026-06-25 18:42:46 -07:00
folder-workspace-worktree.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
folder-workspace-worktree.ts fix: route server project adds to selected runtime (#11346) 2026-07-31 04:32:23 -07:00
folder-workspaces.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
foreground-wrapper-agent.test.ts fix(pi): resolve OMP tab identity from the outer wrapper, not the wrapped pi (#6364) (#9600) 2026-07-20 16:16:34 -07:00
foreground-wrapper-agent.ts fix(pi): resolve OMP tab identity from the outer wrapper, not the wrapped pi (#6364) (#9600) 2026-07-20 16:16:34 -07:00
gh-star-source.ts Celebrate onboarding and agent wins with GitHub star prompts (#5642) 2026-06-17 22:21:32 -07:00
git-binary-compatibility.test.ts perf(worktrees): delete worktree directories after the removal returns (#12416) 2026-08-04 15:53:11 -07:00
git-branch-cleanup.test.ts perf(worktrees): avoid redundant fetch during deletion (#11918) 2026-08-01 21:59:41 -07:00
git-branch-cleanup.ts perf(worktrees): avoid redundant fetch during deletion (#11918) 2026-08-01 21:59:41 -07:00
git-branch-compare-head.test.ts perf(git): overlap getBranchCompare's head-of-chain reads (#10895) 2026-07-27 17:17:03 -07:00
git-branch-compare-head.ts perf(git): overlap getBranchCompare's head-of-chain reads (#10895) 2026-07-27 17:17:03 -07:00
git-branch-line-total-soft-deadline.test.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-branch-line-total.test.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-branch-line-total.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-capability-cache.test.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
git-capability-cache.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
git-check-ignore-stdio.test.ts perf(file-explorer): batch and debounce ignored checks (#8103) 2026-07-10 19:10:01 -07:00
git-check-ignore-stdio.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-clone-failure-message.test.ts Fix automatic branch rename for non-English git locales (#8012) 2026-07-10 01:03:16 -07:00
git-clone-failure-message.ts Fix automatic branch rename for non-English git locales (#8012) 2026-07-10 01:03:16 -07:00
git-config-snapshot-runner.test.ts Reduce CPU from source-control git polling on Windows (#6736) 2026-06-29 15:25:13 -07:00
git-config-snapshot-runner.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-configured-branch-target.ts Push existing fork review branches without republishing (#5531) 2026-06-16 18:10:01 -07:00
git-cquoted-path.test.ts Make Windows workspace deletion reliable and respect Git locks (#7963) 2026-07-10 17:52:50 -07:00
git-cquoted-path.ts Make Windows workspace deletion reliable and respect Git locks (#7963) 2026-07-10 17:52:50 -07:00
git-credential-prompt-env.ts Suppress Git Credential Manager OAuth popup loop in Orca-run git — clone, terminals/agents, setup hooks (fixes #7652) (#7986) 2026-07-14 15:23:06 -07:00
git-discard-path-safety.test.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
git-discard-path-safety.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-effective-upstream.ts perf(source-control): stop gh rate-limit storms and idle git-status spawn churn (#7595) 2026-07-06 15:12:56 -07:00
git-exec-mutation.ts Fix git submodule path cache retention (#7687) 2026-07-11 01:30:19 -07:00
git-fetch-auto-maintenance.ts perf(worktrees): avoid auto-maintenance in create fetches (#8039) 2026-07-10 02:31:47 -07:00
git-fork-sync.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
git-fork-sync.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
git-history-boundary-rows.ts
git-history-graph.test.ts
git-history-graph.ts
git-history-log-parser.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-history-ref-display.test.ts feat: expandable commits and actions in the git history panel (#5419) 2026-06-15 19:28:45 -07:00
git-history-ref-display.ts feat: expandable commits and actions in the git history panel (#5419) 2026-06-15 19:28:45 -07:00
git-history-types.ts
git-history.test.ts fix(git-history): stop reading the option marker as the resolved ref name (#10906) 2026-07-27 16:40:56 -07:00
git-history.ts fix(git-history): stop reading the option marker as the resolved ref name (#10906) 2026-07-27 16:40:56 -07:00
git-merge-tree-capability.test.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
git-merge-tree-capability.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
git-output-locale.ts Fix automatic branch rename for non-English git locales (#8012) 2026-07-10 01:03:16 -07:00
git-publish-target-status.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
git-push-target-validation.test.ts fix: allow slash remote push targets (#4109) 2026-05-31 04:38:37 -07:00
git-push-target-validation.ts fix: allow slash remote push targets (#4109) 2026-05-31 04:38:37 -07:00
git-rebase-source.ts
git-ref-command-capabilities.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
git-remote-branch-name.ts Push existing fork review branches without republishing (#5531) 2026-06-16 18:10:01 -07:00
git-remote-error.test.ts Improve git pull on remote (#8524) 2026-07-13 12:42:55 -07:00
git-remote-error.ts Fix fork PR/MR worktree creation race via durable review-head refs (#10429) 2026-07-24 12:53:18 -07:00
git-remote-identity.test.ts fix: group multi-host projects by git remote identity (#6309) 2026-06-24 19:19:31 -07:00
git-remote-identity.ts fix: group multi-host projects by git remote identity (#6309) 2026-06-24 19:19:31 -07:00
git-rev-list-output.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
git-rev-list-output.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
git-status-branch-line-total-cache.test.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-status-limit.test.ts fix(source-control): keep huge change sets responsive (#9477) 2026-07-20 14:50:12 -07:00
git-status-limit.ts fix(source-control): keep huge change sets responsive (#9477) 2026-07-20 14:50:12 -07:00
git-status-line-stats-cache.test.ts perf(git-status): duty-cycle, cancel, and cache status polling to cut idle git load (#8922) 2026-07-15 19:09:14 -07:00
git-status-line-stats-cache.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-status-line-stats-write-token.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-status-porcelain-parser.ts fix(source-control): keep huge change sets responsive (#9477) 2026-07-20 14:50:12 -07:00
git-status-read-lease-owner.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-status-types.ts Display total lines of code change in branch header (#12771) 2026-08-05 14:46:00 -07:00
git-status-upstream-ref.test.ts fix(worktree-watcher): refresh status after external pushes (#12361) 2026-08-05 11:26:13 -07:00
git-status-upstream-ref.ts fix(worktree-watcher): refresh status after external pushes (#12361) 2026-08-05 11:26:13 -07:00
git-uncommitted-line-stats.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-uncommitted-line-stats.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
git-upstream-status.test.ts Make Create PR handle sync by fast-forwarding behind-only branches (#9481) 2026-07-19 17:13:19 -07:00
git-upstream-status.ts Make Create PR handle sync by fast-forwarding behind-only branches (#9481) 2026-07-19 17:13:19 -07:00
git-worktree-command-capabilities.ts fix(git): cache unsupported capabilities per host (#8109) 2026-07-10 18:19:36 -07:00
github-api-availability.test.ts fix(github): attribute GitHub API outages instead of blank/"failed" states (#9106) 2026-07-17 15:16:07 -07:00
github-api-availability.ts fix(github): attribute GitHub API outages instead of blank/"failed" states (#9106) 2026-07-17 15:16:07 -07:00
github-auth-types.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-links.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-pr-auto-merge-availability.test.ts Disable auto-merge for unstable GitHub PRs (#7415) 2026-07-05 11:05:58 -07:00
github-pr-auto-merge-availability.ts Disable auto-merge for unstable GitHub PRs (#7415) 2026-07-05 11:05:58 -07:00
github-pr-for-branch-outcome.test.ts fix(mobile): parse classified PR lookup outcomes (#12659) 2026-08-05 11:31:11 -07:00
github-pr-for-branch-outcome.ts fix(mobile): parse classified PR lookup outcomes (#12659) 2026-08-05 11:31:11 -07:00
github-pr-merge-methods.test.ts Use GitHub merge method metadata for PR actions 2026-05-31 02:43:16 -07:00
github-pr-merge-methods.ts Use GitHub merge method metadata for PR actions 2026-05-31 02:43:16 -07:00
github-project-group-sort.ts chore: enforce exhaustive switch handling 2026-05-30 13:18:12 -07:00
github-project-identity.test.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-project-identity.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-project-ref-input.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
github-project-ref-input.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
github-project-types.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-repository-identity-key.test.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-repository-identity-key.ts fix(github): load PR diffs for Enterprise remotes (#8932) 2026-07-20 18:55:45 -07:00
github-work-items-query-bounds.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
github-work-items-query-bounds.ts docs(tasks): trim the search-window error pattern comment (#12130) 2026-08-02 12:14:12 -07:00
gitlab-job-log-excerpt.test.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-job-log-excerpt.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-job-trace-check-details.test.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-job-trace-check-details.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-pipeline-checks.test.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-pipeline-checks.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
gitlab-projects.test.ts
gitlab-projects.ts
gitlab-types.ts fix(checks): rank successful checks above skipped and neutral (#11337) 2026-07-30 13:29:41 -07:00
grok-session-path-lookup-queue.ts fix(grok): clipboard, native chat, hooks, sessions, ConPTY KKP (#7944) 2026-07-10 13:16:55 -07:00
grok-session-paths.test.ts fix(grok): clipboard, native chat, hooks, sessions, ConPTY KKP (#7944) 2026-07-10 13:16:55 -07:00
grok-session-paths.ts fix(grok): clipboard, native chat, hooks, sessions, ConPTY KKP (#7944) 2026-07-10 13:16:55 -07:00
growing-byte-buffer.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
growing-byte-buffer.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
harness-injected-user-turns.test.ts fix(agent-status): correlate manual Claude compact hooks (#12332) 2026-08-04 15:03:57 -07:00
harness-injected-user-turns.ts fix(agent-status): correlate manual Claude compact hooks (#12332) 2026-08-04 15:03:57 -07:00
hermes-run-output-limits.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
hermes-run-output-limits.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
hermes-run-ref-retention.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
hermes-run-ref-retention.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
hermes-startup-query.ts Fix Windows setup sequencing wrapper quoting (#8806) 2026-07-28 19:58:52 -07:00
hermes-startup-query.windows.test.ts fix(automations): deliver Hermes prompts via native query (#7862) 2026-07-11 02:35:01 -07:00
hook-command-source-policy.test.ts
hook-command-source-policy.ts
host-lineage-contract.ts feat: bound direct SSH reconnect fan-out and recovery (#11003) 2026-07-28 12:33:17 -07:00
host-repo-catalog-contract.ts feat: bound direct SSH reconnect fan-out and recovery (#11003) 2026-07-28 12:33:17 -07:00
host-setting-overrides.test.ts Make remote hosts first class: concurrent multi-host workbench (#5071) 2026-06-13 18:53:01 -07:00
host-setting-overrides.ts Make remote hosts first class: concurrent multi-host workbench (#5071) 2026-06-13 18:53:01 -07:00
hosted-review-creation-providers.ts Add Source Control Create PR flow (#5436) 2026-06-16 15:36:27 -07:00
hosted-review-github.test.ts Surface GitHub check suites awaiting approval (#6717) 2026-06-29 12:05:57 -07:00
hosted-review-github.ts fix(checks): rank successful checks above skipped and neutral (#11337) 2026-07-30 13:29:41 -07:00
hosted-review-gitlab.test.ts feat: close GitLab review parity gaps (#4001) 2026-05-31 00:05:15 -07:00
hosted-review-gitlab.ts fix(checks): rank successful checks above skipped and neutral (#11337) 2026-07-30 13:29:41 -07:00
hosted-review-queue.test.ts Fix GitHub merge queue PR status (#2856) 2026-05-29 20:22:41 -04:00
hosted-review-queue.ts Fix GitHub merge queue PR status (#2856) 2026-05-29 20:22:41 -04:00
hosted-review-refs.test.ts
hosted-review-refs.ts
hosted-review.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
image-data-uri.test.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
image-data-uri.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
image-file-extensions.ts fix(terminal): attach dropped image files via bracketed paste (#6013) 2026-06-22 14:53:03 -07:00
in-flight-promise-dedupe.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
in-flight-promise-dedupe.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
integration-credential-errors.ts Handle integration credential decrypt failures (#4683) 2026-06-10 13:08:09 -07:00
issue-link-input.test.ts feat(sidebar): link Linear issues from Edit Worktree Details (#12380) 2026-08-04 13:42:25 -07:00
issue-link-input.ts feat(sidebar): link Linear issues from Edit Worktree Details (#12380) 2026-08-04 13:42:25 -07:00
jira-issue-url.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
jira-issue-url.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
jira-payload-stream.ts fix(jira): render issue description/comment images with lightbox (#8938) 2026-07-27 15:34:20 -07:00
jira-summary-lookup.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
jira-types.ts feat(jira): support self-hosted Jira Server/DC with PAT + username/password (#8976) 2026-07-16 00:26:51 -07:00
json-text-structure-limit.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
json-text-structure-limit.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
keybindings.test.ts fix(browser): scope Cmd/Ctrl+F find to the focused split (#11348) (#11351) 2026-07-30 14:17:26 -07:00
keybindings.ts feat(plugins): Orca plugin system — kernel, content packs, panels, workers, marketplace v0 (experimental) (#8549) 2026-07-27 01:14:33 -07:00
large-diff-render-limit.ts Limit large git diff payloads in main process before IPC transfer (#5469) 2026-06-15 22:13:46 -07:00
left-sidebar-appearance.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
linear-agent-access.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
linear-agent-result-types.ts feat(linear): add MCP-style save issue (#9670) 2026-07-21 13:25:22 -07:00
linear-inline-media.test.ts Give agents access to inline Linear ticket screenshots and media (#7484) 2026-07-05 23:55:56 -07:00
linear-inline-media.ts Revert "fix(terminal): launch prior/default agent when a woken terminal can’t resume" (#7524) 2026-07-06 00:27:32 -07:00
linear-issue-activity.ts feat(linear): expose issue activity history (#9667) 2026-07-21 13:13:05 -07:00
linear-issue-attribute-filter.test.ts feat(linear): add server-side issue filters for status and other properties (#8021) 2026-07-09 22:23:56 -07:00
linear-issue-attribute-filter.ts feat(linear): add server-side issue filters for status and other properties (#8021) 2026-07-09 22:23:56 -07:00
linear-issue-read-limits.ts Allow Linear context issue lists to load more (#4512) 2026-06-02 21:17:20 -04:00
linear-issue-relation-write.ts feat(linear): add complete issue relations (#9674) 2026-07-21 13:21:19 -07:00
linear-links.test.ts feat(sidebar): link Linear issues from Edit Worktree Details (#12380) 2026-08-04 13:42:25 -07:00
linear-links.ts feat(sidebar): link Linear issues from Edit Worktree Details (#12380) 2026-08-04 13:42:25 -07:00
linear-mcp-issue-list.ts feat(linear): add MCP-compatible issue listing (#9672) 2026-07-21 13:16:44 -07:00
linear-project-list-format.ts feat(linear): add project support to agent CLI (#5433) 2026-06-15 18:24:53 -07:00
linear-uuid.ts feat(linear): add project support to agent CLI (#5433) 2026-06-15 18:24:53 -07:00
linux-proc-port-scan-limits.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
linux-proc-port-scan-limits.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
linux-proc-socket-owner-scanner.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
linux-proc-socket-owner-scanner.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
local-account-runtime.test.ts fix(accounts): follow the runtime for WSL provider account detection (#9537) (#9611) 2026-07-20 18:35:14 -07:00
local-account-runtime.ts fix(accounts): follow the runtime for WSL provider account detection (#9537) (#9611) 2026-07-20 18:35:14 -07:00
local-agent-install-dir-detection.ts Fix packaged skills CLI runtime ownership (#11627) 2026-07-30 18:27:16 -07:00
local-build-compatibility-contract.json Fix terminal corruption after restored snapshot replay (#12363) 2026-08-03 20:00:28 -07:00
local-build-compatibility-contract.ts Fix terminal corruption after restored snapshot replay (#12363) 2026-08-03 20:00:28 -07:00
local-build-compatibility.test.ts feat(updater): switch to validated local mac builds (#10889) 2026-07-27 16:36:39 -07:00
local-build-compatibility.ts feat(updater): switch to validated local mac builds (#10889) 2026-07-27 16:36:39 -07:00
local-log-tail-types.ts Ai vault view log live tail (#8205) 2026-07-10 21:22:18 -07:00
local-windows-terminal-runtime.ts Add project Windows runtime selection (#5519) 2026-06-17 16:08:14 -07:00
localhost-worktree-labels.test.ts Add worktree labels for localhost ports (#6424) 2026-06-29 12:27:30 -07:00
localhost-worktree-labels.ts lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
managed-agent-command-token.test.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
managed-agent-command-token.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
managed-agent-hook-targets.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
manual-compact-prompt-identity.test.ts fix(agent-status): correlate manual Claude compact hooks (#12332) 2026-08-04 15:03:57 -07:00
manual-repo-order.test.ts Fix manual project order across paired runtime hosts (#8894) 2026-07-15 13:32:13 -07:00
manual-repo-order.ts Fix manual project order across paired runtime hosts (#8894) 2026-07-15 13:32:13 -07:00
map-settled-with-concurrency.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
map-with-concurrency.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
map-with-concurrency.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
marine-creatures.ts
markdown-document-listing-limits.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
markdown-document-listing-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
markdown-toc-panel-width.test.ts Implement resizable Markdown table of contents panel (#5444) 2026-06-15 19:59:44 -07:00
markdown-toc-panel-width.ts Implement resizable Markdown table of contents panel (#5444) 2026-06-15 19:59:44 -07:00
mcp-config-inspection-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mcp-config.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mcp-config.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mcp-server-inspection.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mobile-e2ee-legacy-fixtures.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-e2ee-v2-contract.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mobile-e2ee-v2-contract.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mobile-e2ee-v2-fixtures.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-e2ee-v2-framing.test.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-e2ee-v2-framing.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-file-directory-limit.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mobile-file-directory-limit.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
mobile-markdown-document.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
mobile-markdown-document.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
mobile-pairing-connection-mode.test.ts Clarify Orca Mobile pairing connection paths (#9425) 2026-07-19 16:10:32 -07:00
mobile-pairing-connection-mode.ts Clarify Orca Mobile pairing connection paths (#9425) 2026-07-19 16:10:32 -07:00
mobile-pairing-custom-address.test.ts fix(mobile): remember custom pairing addresses (#11741) 2026-07-31 13:03:11 -07:00
mobile-pairing-custom-address.ts fix(mobile): remember custom pairing addresses (#11741) 2026-07-31 13:03:11 -07:00
mobile-pairing-protocol-limits.ts fix(mobile): accept WebSocket pairing addresses (#9912) 2026-07-28 20:34:26 -07:00
mobile-relay-close-codes.test.ts fix(mobile): recover unreliable relay connections (#10709) 2026-07-26 00:48:06 -07:00
mobile-relay-close-codes.ts fix(mobile): recover unreliable relay connections (#10709) 2026-07-26 00:48:06 -07:00
mobile-relay-credential-contract.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-relay-mint-failure.test.ts fix(relay): refuse silent fallback when pairing invite fails (#11528) 2026-07-30 02:13:47 -07:00
mobile-relay-mint-failure.ts fix(relay): refuse silent fallback when pairing invite fails (#11528) 2026-07-30 02:13:47 -07:00
mobile-relay-pairing-fixtures.ts fix(relay): tolerate cell clock skew in pairing invite expiry validation (#12340) 2026-08-03 13:15:30 -07:00
mobile-relay-pairing-offer.test.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-relay-pairing-offer.ts fix(relay): tolerate cell clock skew in pairing invite expiry validation (#12340) 2026-08-03 13:15:30 -07:00
mobile-relay-phone-protocol.test.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-relay-phone-protocol.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
mobile-relay-status.ts Add Orca Relay desktop and mobile transport (#8536) 2026-07-14 11:47:05 -07:00
modifier-double-tap-detector.test.ts Celebrate onboarding and agent wins with GitHub star prompts (#5642) 2026-06-17 22:21:32 -07:00
modifier-double-tap-detector.ts feat(shortcuts): double-tap modifier keybindings (#5516) 2026-06-17 18:25:27 -07:00
native-chat-agent-profiles.test.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
native-chat-agent-profiles.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
native-chat-agent-support.test.ts fix(agent-status): map codex request_user_input questions to Needs You (#9861) 2026-07-22 12:00:14 -07:00
native-chat-agent-support.ts fix(agent-status): map codex request_user_input questions to Needs You (#9861) 2026-07-22 12:00:14 -07:00
native-chat-answer-stepping.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-ask-types.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-ask.test.ts fix(native chat): retain transcript while reconnecting (STA-3333) (#12495) 2026-08-05 18:06:36 -07:00
native-chat-ask.ts fix(native chat): retain transcript while reconnecting (STA-3333) (#12495) 2026-08-05 18:06:36 -07:00
native-chat-command-envelope.test.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
native-chat-command-envelope.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
native-chat-diff.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-empty-state.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-href-routing.test.ts fix(mobile): make native-chat file links and path citations tappable (STA-3331) (#12364) 2026-08-04 15:46:08 -07:00
native-chat-href-routing.ts fix(mobile): make native-chat file links and path citations tappable (STA-3331) (#12364) 2026-08-04 15:46:08 -07:00
native-chat-image-transcript-markers.test.ts fix(mobile): preserve multi-image chat attachments (#12639) 2026-08-05 13:23:29 -07:00
native-chat-image-transcript-markers.ts fix(mobile): preserve multi-image chat attachments (#12639) 2026-08-05 13:23:29 -07:00
native-chat-merge.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-noise.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-session-option-commands.test.ts fix(native-chat): add direct Codex model selection (#12657) 2026-08-05 11:27:12 -07:00
native-chat-session-option-commands.ts feat(mobile): native-chat model/session-option picker + shared slash catalog (STA-3332) (#12366) 2026-08-04 19:34:17 -07:00
native-chat-session-option-defaults.ts fix(native-chat): don't force a default model/effort on agent spawn (#9134) 2026-07-16 21:29:17 -07:00
native-chat-session-option-snapshot.test.ts fix(native-chat): add direct Codex model selection (#12657) 2026-08-05 11:27:12 -07:00
native-chat-session-option-snapshot.ts feat(mobile): native-chat model/session-option picker + shared slash catalog (STA-3332) (#12366) 2026-08-04 19:34:17 -07:00
native-chat-session-option-state.test.ts feat(mobile): native-chat model/session-option picker + shared slash catalog (STA-3332) (#12366) 2026-08-04 19:34:17 -07:00
native-chat-session-option-state.ts feat(mobile): native-chat model/session-option picker + shared slash catalog (STA-3332) (#12366) 2026-08-04 19:34:17 -07:00
native-chat-session-options.ts Improve native chat ui (#9246) 2026-07-17 17:18:27 -07:00
native-chat-slash-commands.test.ts Polish desktop native chat view (#6641) 2026-06-28 15:43:07 -07:00
native-chat-slash-commands.ts feat(mobile): native-chat model/session-option picker + shared slash catalog (STA-3332) (#12366) 2026-08-04 19:34:17 -07:00
native-chat-stream-unsubscribe.test.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-stream-unsubscribe.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-streaming.test.ts fix(native-chat): scope composer sends to the active turn (#8568) 2026-07-13 13:07:25 -07:00
native-chat-streaming.ts Polish desktop native chat view (#6641) 2026-06-28 15:43:07 -07:00
native-chat-tool-fold.ts feat(native-chat): native chat view across mobile, desktop, and web (#5824) 2026-07-16 13:26:15 -07:00
native-chat-tool-summary.test.ts fix(mobile): label native-chat tool rows with a clean, expandable input summary (STA-3333) (#12498) 2026-08-04 19:34:59 -07:00
native-chat-tool-summary.ts fix(mobile): label native-chat tool rows with a clean, expandable input summary (STA-3333) (#12498) 2026-08-04 19:34:59 -07:00
native-chat-transcript-retention.test.ts fix(native chat): retain transcript while reconnecting (STA-3333) (#12495) 2026-08-05 18:06:36 -07:00
native-chat-transcript-retention.ts fix(native chat): retain transcript while reconnecting (STA-3333) (#12495) 2026-08-05 18:06:36 -07:00
native-chat-types.test.ts Polish desktop native chat view (#6641) 2026-06-28 15:43:07 -07:00
native-chat-types.ts Show Claude's AskUserQuestion card in desktop Chat when the agent runs on a paired headless server (#12223) 2026-08-04 00:48:58 -07:00
native-file-drop.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
native-file-drop.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
nested-repo-telemetry-schema.test.ts
nested-repo-telemetry.test.ts Prefer shallow repos in nested repo discovery (#3534) 2026-05-31 21:31:54 -07:00
nested-repo-telemetry.ts Fix empty nested import folder fallback (#6719) 2026-07-03 13:38:20 -07:00
network-proxy.test.ts Add explicit proxy settings 2026-05-31 05:55:04 -07:00
network-proxy.ts Add explicit proxy settings 2026-05-31 05:55:04 -07:00
new-workspace-dialog-repo.test.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
new-workspace-dialog-repo.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
node-bounded-file-reader-sync.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
node-bounded-file-reader.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
node-bounded-file-reader.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
node-bounded-json-stringify.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
node-bounded-json-stringify.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
node-cli-command-resolution.ts Fix packaged skills CLI runtime ownership (#11627) 2026-07-30 18:27:16 -07:00
node-file-content-equality.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
node-file-content-equality.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
node-markdown-document-discovery.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
node-markdown-document-discovery.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
node-readable-text.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
node-readable-text.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
node-source-copy-content-equality.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
node-source-copy-content-equality.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
nul-delimited-fields.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
nul-delimited-fields.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
onboarding-tour-telemetry-events.test.ts Remove covered onboarding steps (#4445) 2026-06-01 23:00:26 -07:00
open-in-applications.test.ts Improve Open In apps settings (#4668) 2026-06-04 17:02:00 -07:00
open-in-applications.ts Improve Open In apps settings (#4668) 2026-06-04 17:02:00 -07:00
opencode-terminal-title.test.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
opencode-terminal-title.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
opencode-usage-types.ts Speed up cached usage analytics loads (#4528) 2026-06-02 18:10:31 -07:00
orca-attribution.ts
orca-cli-command-name.ts Use platform Orca CLI command for Agent Teams (#5773) 2026-06-18 23:18:33 -07:00
orca-dispatch-status-prompt.ts fix: keep dispatch task preview after status normalization (#8185) 2026-07-10 18:32:51 -07:00
orca-profiles.ts Add optional Orca account sign-in (#7515) 2026-07-09 02:13:13 -07:00
orca-yaml-alias-bounds.test.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
orca-yaml-bounds.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
orca-yaml-file-limit.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
orca-yaml.ts feat(worktrees): support project-level worktree.sharedDirectories in orca.yaml (#10459) 2026-07-28 14:04:41 -07:00
orchestration-ask-timeout.test.ts fix(cli): bound orchestration ask timeouts (#10689) 2026-07-26 12:50:05 -07:00
orchestration-ask-timeout.ts fix(cli): bound orchestration ask timeouts (#10689) 2026-07-26 12:50:05 -07:00
orchestration-check-output.test.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
orchestration-check-output.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
orchestration-compatibility-evidence.test.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
orchestration-compatibility-evidence.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
orchestration-message-wait-timeout.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
orchestration-rpc-contract.test.ts Implement robust orchestration primitives and connected-server workers (#9925) 2026-07-27 12:31:37 -07:00
orchestration-rpc-contract.ts feat(orchestration): coordinator-driven release of settled worker terminals (STA-905) (#12355) 2026-08-03 17:17:26 -07:00
orchestration-run-pagination.ts perf(orchestration): bound mutation ledger and run pages (#11432) 2026-07-30 00:49:23 -07:00
orchestration-task-display.test.ts Add explicit task title and display name to orchestration tasks (#5901) 2026-06-20 03:29:21 -07:00
orchestration-task-display.ts Add explicit task title and display name to orchestration tasks (#5901) 2026-06-20 03:29:21 -07:00
orchestration-task-summary.test.ts fix(orchestration): complete tasks on worker_done + coordinator UX fixes (#8030) 2026-07-12 02:15:11 -07:00
orchestration-task-summary.ts fix(orchestration): complete tasks on worker_done + coordinator UX fixes (#8030) 2026-07-12 02:15:11 -07:00
orchestration-worker-output.ts feat(orchestration): coordinator-driven release of settled worker terminals (STA-905) (#12355) 2026-08-03 17:17:26 -07:00
osc-title-extraction.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
osc-title-scan-tail.test.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
osc-title-scan-tail.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
osc52-clipboard-settings.test.ts fix(terminal): make Zellij/TUI OSC 52 clipboard copy work by default (#10588) 2026-07-25 19:43:29 -07:00
osc52-clipboard-settings.ts fix(terminal): make Zellij/TUI OSC 52 clipboard copy work by default (#10588) 2026-07-25 19:43:29 -07:00
pairing.test.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
pairing.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
pane-agent-owner.test.ts Separate pane identity from liveness in the tab-agent resolver (fixes OMP tab flicker) (#7860) 2026-07-09 11:38:26 -07:00
pane-agent-owner.ts Separate pane identity from liveness in the tab-agent resolver (fixes OMP tab flicker) (#7860) 2026-07-09 11:38:26 -07:00
pane-key.ts
paste-payload-corpus.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
persisted-state-file-bounds.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
persisted-state-file-bounds.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
persisted-ui-equality.ts Fix persisted UI no-op sync loop (#5623) 2026-06-17 13:02:47 -07:00
physical-exit-tracker.test.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
physical-exit-tracker.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
pi-agent-kind.test.ts fix(pty): do not create unused Pi/OMP home dirs on bare shells (#10198) 2026-07-30 12:57:45 -07:00
pi-agent-kind.ts fix(pty): do not create unused Pi/OMP home dirs on bare shells (#10198) 2026-07-30 12:57:45 -07:00
pi-compatible-synthetic-title.ts Fix Grok and Pi terminal title normalization and status detection (#7880) 2026-07-08 21:22:06 -07:00
pi-overlay-ui-settings.test.ts Hide Pi thinking in Orca overlays 2026-05-30 14:25:34 -07:00
pi-overlay-ui-settings.ts Hide Pi thinking in Orca overlays 2026-05-30 14:25:34 -07:00
posix-command-path-lookup.test.ts fix(preflight): resolve WSL/SSH agent paths past shell aliases (#7867) 2026-07-09 17:08:35 -07:00
posix-command-path-lookup.ts fix(preflight): resolve WSL/SSH agent paths past shell aliases (#7867) 2026-07-09 17:08:35 -07:00
powershell-command-encoding.ts Fix Windows setup sequencing wrapper quoting (#8806) 2026-07-28 19:58:52 -07:00
powershell-native-argument.test.ts fix(settings): make WSL skill commands pasteable (#7795) (#7881) 2026-07-12 01:33:08 -07:00
powershell-native-argument.ts fix(settings): make WSL skill commands pasteable (#7795) (#7881) 2026-07-12 01:33:08 -07:00
pr-bot-author-overrides.test.ts fix(pr-comments): let users mark comment authors as bots for the Humans/Bots filter (#7598) 2026-07-12 14:09:15 -07:00
pr-bot-author-overrides.ts fix(pr-comments): let users mark comment authors as bots for the Humans/Bots filter (#7598) 2026-07-12 14:09:15 -07:00
pr-check-severity-order.test.ts [P1] fix(checks): stop skipped and manual checks reporting as failures (#11700) 2026-07-31 04:58:15 -07:00
pr-check-severity-order.ts fix(checks): rank successful checks above skipped and neutral (#11337) 2026-07-30 13:29:41 -07:00
pr-check-status.test.ts fix(github): classify all blocking check conclusions (#11071) 2026-07-30 18:19:48 -07:00
pr-check-status.ts [P1] fix(checks): stop skipped and manual checks reporting as failures (#11700) 2026-07-31 04:58:15 -07:00
pr-checks-fix-prompt.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
preferred-git-remote.test.ts Fix fork PR/MR worktree creation race via durable review-head refs (#10429) 2026-07-24 12:53:18 -07:00
preferred-git-remote.ts Fix fork PR/MR worktree creation race via durable review-head refs (#10429) 2026-07-24 12:53:18 -07:00
print-mode-headless-command.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
process-output-field-scanner.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
process-output-field-scanner.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
process-table-snapshot.test.ts fix(terminal): send CSI-u Shift+Enter to Droid on Windows (#7620) (#7668) 2026-07-10 21:00:31 -07:00
process-table-snapshot.ts fix(terminal): send CSI-u Shift+Enter to Droid on Windows (#7620) (#7668) 2026-07-10 21:00:31 -07:00
project-execution-runtime.test.ts Add project Windows runtime selection (#5519) 2026-06-17 16:08:14 -07:00
project-execution-runtime.ts Add project Windows runtime selection (#5519) 2026-06-17 16:08:14 -07:00
project-groups.test.ts Restrict AI Vault resume actions to local execution hosts (#6406) 2026-06-25 21:58:08 -07:00
project-groups.ts Restrict AI Vault resume actions to local execution hosts (#6406) 2026-06-25 21:58:08 -07:00
project-host-setup-projection.test.ts fix(project-host-setup): carry identity across hosts (#9413) 2026-07-29 18:57:50 -07:00
project-host-setup-projection.ts fix(project-host-setup): carry identity across hosts (#9413) 2026-07-29 18:57:50 -07:00
project-order-manual-default-notice.ts Support project reordering with groups and add manual-default notice (#5237) 2026-06-11 20:39:39 -07:00
promise-settlement-waiters.test.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
promise-settlement-waiters.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
protocol-compat.test.ts feat(mobile): match desktop's Smart workspace source picker exactly (#7985) 2026-07-13 15:38:02 -07:00
protocol-compat.ts
protocol-version.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
provider-check-summary.ts [P1] fix(checks): stop skipped and manual checks reporting as failures (#11700) 2026-07-31 04:58:15 -07:00
pseudo-localization.ts Add English localization infrastructure (#4995) 2026-06-09 10:43:04 -07:00
pty-consumer-owner-admission.ts fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746) 2026-08-05 10:30:04 -07:00
pty-consumer-owner-recovery.ts fix(ssh): make PTY owner admission explicit and non-destructive (#12673) 2026-08-05 02:56:07 -07:00
pty-consumer-session-capabilities.ts fix(ssh): make PTY owner admission explicit and non-destructive (#12673) 2026-08-05 02:56:07 -07:00
pty-consumer-session-contract.ts fix(ssh): make PTY owner admission explicit and non-destructive (#12673) 2026-08-05 02:56:07 -07:00
pty-consumer-session-hello.ts fix(ssh): make PTY owner admission explicit and non-destructive (#12673) 2026-08-05 02:56:07 -07:00
pty-consumer-session.test.ts fix(ssh): make PTY owner admission explicit and non-destructive (#12673) 2026-08-05 02:56:07 -07:00
pty-consumer-session.ts fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746) 2026-08-05 10:30:04 -07:00
pty-delivery-diagnostics.test.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
pty-delivery-diagnostics.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
pty-incarnation.ts fix(terminal): make remote agent sessions host-authoritative (#9687) 2026-07-21 20:51:28 -07:00
pty-listed-session.ts fix(resource-manager): never destroy a session Orca cannot prove is idle (#8459) (#10893) 2026-07-27 11:52:55 -07:00
pty-model-restore-marker.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
pty-owner-backend.test.ts Fix Windows ConPTY OSC color reply leaks at the PTY owner (#9651) 2026-07-20 20:50:25 -07:00
pty-owner-backend.ts Fix Windows ConPTY OSC color reply leaks at the PTY owner (#9651) 2026-07-20 20:50:25 -07:00
pty-renderer-delivery-health.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
pty-retained-string-memory.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
pty-session-id-format.ts
pty-slave-line-discipline-echo.test.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pty-slave-line-discipline-echo.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pty-source-credit-contract.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
pty-source-credit-validation.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
pty-source-receiving-activation.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
pty-source-recovery-contract.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
pty-startup-ingress-contract.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pty-startup-ingress-intent.ts Fix Windows ConPTY OSC color reply leaks at the PTY owner (#9651) 2026-07-20 20:50:25 -07:00
pty-startup-ingress.test.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pty-startup-ingress.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pty-startup-reply-delivery.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
pull-request-generation.test.ts Add linked issue guidance and ELI5 sections to PR generation prompts (#12613) 2026-08-04 20:05:30 -07:00
pull-request-generation.ts Add linked issue guidance and ELI5 sections to PR generation prompts (#12613) 2026-08-04 20:05:30 -07:00
quick-open-directory-reader.test.ts fix(file-explorer): sort numbered file names naturally across every listing surface (#11576) 2026-08-05 17:11:28 -07:00
quick-open-directory-reader.ts fix(file-explorer): sort numbered file names naturally across every listing surface (#11576) 2026-08-05 17:11:28 -07:00
quick-open-directory-validation.ts fix(quick-open): prune generated dirs in git fallback (#7842) 2026-07-10 03:06:44 -07:00
quick-open-expansion-paths.test.ts fix(quick-open): prune generated dirs in git fallback (#7842) 2026-07-10 03:06:44 -07:00
quick-open-expansion-paths.ts fix(quick-open): prune generated dirs in git fallback (#7842) 2026-07-10 03:06:44 -07:00
quick-open-filter.test.ts fix(quick-open): prune generated dirs in git fallback (#7842) 2026-07-10 03:06:44 -07:00
quick-open-filter.ts refactor(comments): slim verbose comments in shared/cli/relay/preload (#9544) 2026-07-20 03:34:44 -07:00
quick-open-git-directory-collapse.test.ts fix(quick-open): prune generated dirs in git fallback (#7842) 2026-07-10 03:06:44 -07:00
quick-open-git-entry-classification.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
quick-open-install-rg.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
quick-open-listing-limits.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
quick-open-listing-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
quick-open-readdir-budget.ts fix(quick-open): support projects past 10k files (#11440) 2026-07-29 18:32:21 -07:00
quick-open-readdir-memory.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
quick-open-readdir-walk.test.ts fix(quick-open): support projects past 10k files (#11440) 2026-07-29 18:32:21 -07:00
quick-open-readdir-walk.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
raster-image-base64-preview.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
raster-image-dimensions.test.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
raster-image-dimensions.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
raster-image-preview-limits.test.ts oom(02/29): bound shared image/media/PDF memory limits (#10295) 2026-07-24 20:31:06 -07:00
raster-image-preview-limits.ts fix(memory): retune image and orca.yaml ceilings that rejected valid input (#10815) 2026-07-28 01:51:22 -07:00
rate-limit-reset-format.test.ts fix(status-bar): show live session reset countdown in collapsed usage bar (#5399) 2026-07-18 15:16:10 -07:00
rate-limit-reset-format.ts fix(status-bar): show live session reset countdown in collapsed usage bar (#5399) 2026-07-18 15:16:10 -07:00
rate-limit-types.test.ts feat(status-bar): Antigravity usage status (#7996) 2026-07-10 13:11:24 -07:00
rate-limit-types.ts fix(rate-limits): unstick Claude "Limited" usage — respect Retry-After and feed live usage from session statuslines (#9617) 2026-07-21 00:36:42 -07:00
reconnect-jitter.test.ts fix(runtime): require consecutive missed probes before reaping a paired socket (#12790) 2026-08-05 18:59:20 -07:00
reconnect-jitter.ts fix(runtime): require consecutive missed probes before reaping a paired socket (#12790) 2026-08-05 18:59:20 -07:00
relay-frame-buffer.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
relay-frame-decoder-contract.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
relay-frame-decoder.ts refactor(relay): collapse the duplicated FrameDecoder into one shared module (#12078) 2026-08-02 00:58:10 -07:00
relay-version-marker.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
relay-version-marker.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
release-channel.test.ts feat(updater): add an adhoc release channel for branch builds (#12051) 2026-08-02 01:46:51 -07:00
release-channel.ts fix(updater): use channel display labels in mac-only error (#12175) 2026-08-02 20:52:49 -07:00
remote-pairing-address.test.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
remote-pairing-address.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
remote-pairing-verification.test.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
remote-pairing-verification.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
remote-runtime-client-error-classification.test.ts refactor(runtime): preserve transport error codes over IPC (#12667) 2026-08-05 00:44:05 -07:00
remote-runtime-client-error-classification.ts test(runtime): pin transport error code/message classification agreement (#12676) 2026-08-05 01:01:19 -07:00
remote-runtime-client-error.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
remote-runtime-client.test.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-client.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-memory-limits.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
remote-runtime-memory-limits.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
remote-runtime-outbound-admission.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-prepared-request-admission.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-request-connection-stale.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-request-connection.test.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-request-connection.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-request-frames.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
remote-runtime-request-frames.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
remote-runtime-request-ready-waiters.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-request-websocket.test.ts Clean up remote runtime websocket listeners (#3846) 2026-05-30 12:11:39 -07:00
remote-runtime-request-websocket.ts fix: Remote Orca Server reconnect liveness — recover mirrors, input routing, and creates after tunnel drops (#7827) 2026-07-08 12:08:27 -07:00
remote-runtime-shared-control-admission.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-boundary.test.ts Upgrade to TypeScript 7 and Electron 43 (#8189) 2026-07-10 19:08:12 -07:00
remote-runtime-shared-control-connection.test.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-shared-control-connection.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-diagnostics-log.ts Fix remote runtime tab and agent status UX (#5341) 2026-06-14 01:48:26 -07:00
remote-runtime-shared-control-frame-dispatch.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-frame-handler.ts fix(agent-hooks): resumed Claude Code session gets its sidebar agent row at SessionStart (STA-3386) (#12859) 2026-08-05 22:06:36 -07:00
remote-runtime-shared-control-keepalive-refresh.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-open.ts fix: Remote Orca Server reconnect liveness — recover mirrors, input routing, and creates after tunnel drops (#7827) 2026-07-08 12:08:27 -07:00
remote-runtime-shared-control-protocol.ts fix(quality): enforce performance-safe lint baseline (#11074) 2026-07-27 20:54:02 -07:00
remote-runtime-shared-control-ready.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-reconnect.test.ts fix(remote): accelerate terminal recovery on resume/online (#8255) 2026-07-27 01:43:44 -07:00
remote-runtime-shared-control-reconnect.ts fix(remote): accelerate terminal recovery on resume/online (#8255) 2026-07-27 01:43:44 -07:00
remote-runtime-shared-control-requests.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-retired-request-ids.test.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-retired-request-ids.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-send.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-socket-close.ts fix(remote): preserve terminal recovery across control refresh (#11513) 2026-07-30 03:05:10 -07:00
remote-runtime-shared-control-socket-generation.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-socket-generation.ts fix(remote-runtime): recover terminals after network loss (#9774) 2026-07-21 15:18:45 -07:00
remote-runtime-shared-control-stability.ts fix: Remote Orca Server reconnect liveness — recover mirrors, input routing, and creates after tunnel drops (#7827) 2026-07-08 12:08:27 -07:00
remote-runtime-shared-control-state.ts fix(daemon): detect severed macOS TCC attribution behind terminal automation denials (STA-3491) (#12848) 2026-08-05 23:54:30 -07:00
remote-runtime-shared-control-subscription-close.test.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-subscription-close.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-subscription-start.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-subscriptions.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-shared-control-subscriptions.ts fix(remote): stabilize shared control and terminal parking (#11656) 2026-07-31 00:22:53 -07:00
remote-runtime-shared-control-types.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
remote-runtime-socket-liveness.test.ts fix(remote-runtime): recover terminals after network loss (#9774) 2026-07-21 15:18:45 -07:00
remote-runtime-socket-liveness.ts fix(remote-runtime): recover terminals after network loss (#9774) 2026-07-21 15:18:45 -07:00
remote-runtime-tailscale-hint.test.ts Recommend Tailscale when the remote Orca runtime is unreachable (#6637) 2026-06-29 13:41:13 -07:00
remote-runtime-tailscale-hint.ts Recommend Tailscale when the remote Orca runtime is unreachable (#6637) 2026-06-29 13:41:13 -07:00
remote-runtime-transport-error-agreement.test.ts test(runtime): pin transport error code/message classification agreement (#12676) 2026-08-05 01:01:19 -07:00
remote-server-update.ts Update paired Orca servers from the active client (#9839) 2026-07-22 18:52:37 -07:00
remote-workspace-session-projection.test.ts Revert "Preserve explicit slept workspace state (#4536)" 2026-06-03 09:48:03 -07:00
remote-workspace-session-projection.ts Revert "Preserve explicit slept workspace state (#4536)" 2026-06-03 09:48:03 -07:00
remote-workspace-types.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
renderer-heap-statistics.ts fix(crash-reporting): record exact V8 heap sizes, not Blink's quantized ones (#10683) 2026-07-25 22:54:20 -07:00
renderer-restart-preparation.test.ts fix(persistence): make the renderer unload checkpoint durably flush before reporting success (#12387) 2026-08-03 19:18:40 -07:00
renderer-restart-preparation.ts fix(persistence): make the renderer unload checkpoint durably flush before reporting success (#12387) 2026-08-03 19:18:40 -07:00
renderer-shutdown-events.ts perf(renderer): stop full durable-state save on every top-level view switch (#9002) (#9393) 2026-07-20 01:14:17 -07:00
repo-badge-color.test.ts
repo-badge-color.ts
repo-icon.test.ts fix(repo-icon): detect Tauri and WebP icons (#7942) 2026-07-26 02:32:05 -07:00
repo-icon.ts fix(repo-icon): detect Tauri and WebP icons (#7942) 2026-07-26 02:32:05 -07:00
repo-kind.ts
repro-7732-gitlab-job-id-dropped.test.ts fix(gitlab): load pipeline job traces in the Checks side panel (#7732) (#12266) 2026-08-03 22:48:37 -07:00
repro-8478-opencode-native-title-icon.test.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
resolved-worktree-lineage.test.ts Fix legacy worktree lineage projection after stable updates (#9913) 2026-07-22 15:52:42 -07:00
resolved-worktree-lineage.ts Fix legacy worktree lineage projection after stable updates (#9913) 2026-07-22 15:52:42 -07:00
review-head-tracking-ref.test.ts Fix fork PR/MR worktree creation race via durable review-head refs (#10429) 2026-07-24 12:53:18 -07:00
review-head-tracking-ref.ts Fix fork PR/MR worktree creation race via durable review-head refs (#10429) 2026-07-24 12:53:18 -07:00
review-steps.ts
rich-markdown-context-menu.ts feat(editor): add Markdown table structure controls (#11985) 2026-08-05 11:10:05 -07:00
runtime-access-grants.ts
runtime-bootstrap.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
runtime-client-events.ts fix(native-chat): mirror multi-line launch drafts into the chat composer (#11253) 2026-07-30 11:08:56 -07:00
runtime-environment-store.test.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
runtime-environment-store.ts fix: make remote server pairing failures actionable (#11510) 2026-07-30 00:31:34 -07:00
runtime-environments.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
runtime-file-watch-limits.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
runtime-navigation.test.ts fix(runtime): isolate navigation across paired clients (#9664) 2026-07-20 21:36:15 -07:00
runtime-navigation.ts fix(runtime): isolate navigation across paired clients (#9664) 2026-07-20 21:36:15 -07:00
runtime-pairing-reach.ts fix(runtime): keep the listener on loopback for a "This computer only" pairing link (#12405) 2026-08-03 23:25:44 -07:00
runtime-rpc-call-queue.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
runtime-rpc-call-queue.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
runtime-rpc-envelope.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
runtime-rpc-feature-interaction-source.ts
runtime-subscription-replay.ts fix: Remote Orca Server reconnect liveness — recover mirrors, input routing, and creates after tunnel drops (#7827) 2026-07-08 12:08:27 -07:00
runtime-types.ts fix(runtime): open files from sibling workspaces (#11369) 2026-08-03 21:41:58 -07:00
runtime-workspace-file-owner.test.ts fix(runtime): open files from sibling workspaces (#11369) 2026-08-03 21:41:58 -07:00
runtime-workspace-file-owner.ts fix(runtime): open files from sibling workspaces (#11369) 2026-08-03 21:41:58 -07:00
search-match-count.test.ts File search match counts (#5085) 2026-06-10 17:42:49 -07:00
search-match-count.ts File search match counts (#5085) 2026-06-10 17:42:49 -07:00
search-subprocess-lines.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
search-subprocess-lines.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
secure-file-coarse-ctime.test.ts fix(secure-file): re-harden on coarse-ctime filesystems 2026-07-04 14:38:05 -07:00
secure-file.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
secure-file.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
secure-path-hardening-cache.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
secure-path-hardening-cache.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
secure-path-windows-acl.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
serve-update-handoff.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
setup-agent-sequencing.test.ts Fix setup-gated agent startup on long worktree paths (#12623) 2026-08-04 22:01:35 -07:00
setup-agent-sequencing.ts Fix setup-gated agent startup on long worktree paths (#12623) 2026-08-04 22:01:35 -07:00
setup-agent-sequencing.windows.test.ts Fix Windows setup sequencing wrapper quoting (#8806) 2026-07-28 19:58:52 -07:00
setup-agent-startup-policy.ts Let agents wait for setup when requested (#6298) 2026-06-28 13:50:00 -07:00
setup-runner-command.test.ts fix(worktrees): stop silently switching existing Windows setup scripts to Git Bash (#12406) 2026-08-03 23:25:50 -07:00
setup-runner-command.ts fix(worktrees): stop silently switching existing Windows setup scripts to Git Bash (#12406) 2026-08-03 23:25:50 -07:00
setup-script-import-codex-environment.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-import-command-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-import-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-import-providers.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
setup-script-imports.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-imports.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-package-manager-suggestion.test.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
setup-script-package-manager-suggestion.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
setup-script-shebang.test.ts fix(worktrees): stop silently switching existing Windows setup scripts to Git Bash (#12406) 2026-08-03 23:25:50 -07:00
setup-script-shebang.ts fix(worktrees): stop silently switching existing Windows setup scripts to Git Bash (#12406) 2026-08-03 23:25:50 -07:00
setup-script-telemetry-events.test.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
setup-script-telemetry.test.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
setup-script-telemetry.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
shell-open-types.ts feat(ssh): open SSH workspaces in VS Code Remote-SSH (#10005) 2026-07-22 17:17:59 -07:00
shell-process-detection.ts fix(terminal): clear PTY-side buffers on Ctrl+K so the prompt stops repainting at a stale row (#7413) 2026-07-05 04:36:24 -04:00
skill-display-text.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
skill-freshness.ts fix(skills): match official skill files despite local sidecars (#12812) 2026-08-05 22:43:22 -07:00
skill-metadata.test.ts
skill-metadata.ts
skills-cli-agent-keys.test.ts feat(cli): add orca skills install and orca skills update for headless skill setup (#9201) 2026-07-30 11:20:29 -07:00
skills-cli-agent-keys.ts feat(cli): add orca skills install and orca skills update for headless skill setup (#9201) 2026-07-30 11:20:29 -07:00
skills.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
sleeping-agent-launch-config.ts fix(agents): include OMP terminals in cold session restoration (#8991) 2026-07-23 19:05:22 -07:00
source-control-ai-action-recipes.test.ts fix: address review findings (#5139) 2026-06-10 17:54:33 -07:00
source-control-ai-action-variables.test.ts Add {linkedIssue} template variable for commit and PR generation (#10640) 2026-07-25 19:31:44 -07:00
source-control-ai-action-variables.ts Add {linkedIssue} template variable for commit and PR generation (#10640) 2026-07-25 19:31:44 -07:00
source-control-ai-actions.test.ts Add {linkedIssue} template variable for commit and PR generation (#10640) 2026-07-25 19:31:44 -07:00
source-control-ai-actions.ts Add {linkedIssue} template variable for commit and PR generation (#10640) 2026-07-25 19:31:44 -07:00
source-control-ai-recipe-save.test.ts Customizable Source Control AI action recipes with per-action agent and command templates (#4868) 2026-06-08 14:08:35 -07:00
source-control-ai-recipe-save.ts Customizable Source Control AI action recipes with per-action agent and command templates (#4868) 2026-06-08 14:08:35 -07:00
source-control-ai-types.ts Customizable Source Control AI action recipes with per-action agent and command templates (#4868) 2026-06-08 14:08:35 -07:00
source-control-ai.test.ts fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
source-control-ai.ts fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
source-control-commit-failure-agent-command.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
source-control-commit-failure.ts refs/heads/handle-mobile-pull-request-issues (#6598) 2026-06-28 00:58:17 -07:00
source-control-conflict-prompts.ts refs/heads/handle-mobile-pull-request-issues (#6598) 2026-06-28 00:58:17 -07:00
source-control-create-review-intent.test.ts Keep Create PR intent running when review lookup is unavailable (#11678) 2026-07-30 21:45:44 -07:00
source-control-create-review-intent.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
source-control-primary-action-decision-types.ts Align mobile review actions with desktop (#6444) 2026-06-26 17:35:32 -07:00
source-control-primary-action-decision.test.ts Implement confirm-only PR panel composer with classified error blocking (#9428) 2026-07-19 16:32:36 -07:00
source-control-primary-action-decision.ts Align mobile review actions with desktop (#6444) 2026-06-26 17:35:32 -07:00
source-control-primary-action-in-flight.ts Align mobile review actions with desktop (#6444) 2026-06-26 17:35:32 -07:00
source-control-primary-unpublished-action.ts Align mobile review actions with desktop (#6444) 2026-06-26 17:35:32 -07:00
source-control-push-failure-agent-command.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
source-control-push-failure.test.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
source-control-push-failure.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
source-control-recovery-agent-command.test.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
source-control-recovery-agent-command.ts feat(source-control): add push failure AI recovery (#7826) 2026-07-08 18:59:28 -07:00
speech-types.ts feat(voice): allow selecting a microphone for dictation (#12119) 2026-08-02 16:25:56 -07:00
ssh-ai-vault-relay.ts fix(ai-vault): support session scanning in SSH worktrees (#11004) 2026-08-03 16:17:00 -07:00
ssh-config-alias.ts Add SSH config host picker to add-host dialog (#12334) 2026-08-03 17:32:13 -07:00
ssh-pty-id.test.ts Improve remote connection terminal error msg and session restore recovery (#7661) 2026-07-06 21:41:23 -07:00
ssh-pty-id.ts Improve remote connection terminal error msg and session restore recovery (#7661) 2026-07-06 21:41:23 -07:00
ssh-retained-payload-admission.test.ts feat: bound direct SSH reconnect fan-out and recovery (#11003) 2026-07-28 12:33:17 -07:00
ssh-retained-payload-admission.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
ssh-types.test.ts feat: bound direct SSH reconnect fan-out and recovery (#11003) 2026-07-28 12:33:17 -07:00
ssh-types.ts Add SSH config host picker to add-host dialog (#12334) 2026-08-03 17:32:13 -07:00
stable-pane-id.test.ts
stable-pane-id.ts
star-nag-telemetry.ts Celebrate onboarding and agent wins with GitHub star prompts (#5642) 2026-06-17 22:21:32 -07:00
startup-command-submission.test.ts fix(pty): deliver multiline agent-launch prompts via bracketed paste (#7487) 2026-07-05 21:49:04 -07:00
startup-command-submission.ts fix(pty): deliver multiline agent-launch prompts via bracketed paste (#7487) 2026-07-05 21:49:04 -07:00
status-bar-defaults.ts feat(status-bar): Antigravity usage status (#7996) 2026-07-10 13:11:24 -07:00
status-bar-usage-mode.test.ts feat(status-bar): consolidate agent usage into a single roster popover (#8761) 2026-07-20 17:46:09 -07:00
status-bar-usage-mode.ts feat(status-bar): consolidate agent usage into a single roster popover (#8761) 2026-07-20 17:46:09 -07:00
string-chunk-compaction.test.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
string-chunk-compaction.ts oom(01): A1-shared-readers — reintroduce #10179 subset (#10294) 2026-07-24 20:30:31 -07:00
string-utils.ts
subprocess-stdin-write.test.ts perf(file-explorer): batch and debounce ignored checks (#8103) 2026-07-10 19:10:01 -07:00
subprocess-stdin-write.ts perf(file-explorer): batch and debounce ignored checks (#8103) 2026-07-10 19:10:01 -07:00
synthetic-agent-title.test.ts Preserve native OpenCode session titles (#9080) 2026-07-16 16:57:08 -07:00
synthetic-agent-title.ts Preserve native OpenCode session titles (#9080) 2026-07-16 16:57:08 -07:00
tab-activation-intent.ts fix(runtime): refuse to silently wake a deliberately slept pane (STA-3465) (#12672) 2026-08-05 01:28:07 -07:00
tab-title-resolution.test.ts Preserve native OpenCode session titles (#9080) 2026-07-16 16:57:08 -07:00
tab-title-resolution.ts Preserve native OpenCode session titles (#9080) 2026-07-16 16:57:08 -07:00
tailnet-address.test.ts Fix mobile Tailnet pairing (#4415) 2026-06-01 17:30:10 -07:00
tailnet-address.ts Fix mobile Tailnet pairing (#4415) 2026-06-01 17:30:10 -07:00
task-provider-identity.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
task-providers.test.ts Add Jira task provider support (#2238) 2026-06-01 19:04:04 -07:00
task-providers.ts Add Jira task provider support (#2238) 2026-06-01 19:04:04 -07:00
task-query.test.ts
task-query.ts
task-source-context-schema.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
task-source-context.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
task-source-context.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
telemetry-common-props.test.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
telemetry-consent-types.ts
telemetry-events-feature-education.test.ts Remove split terminal from onboarding checklist (#6340) 2026-06-25 01:49:56 -07:00
telemetry-events.test.ts feat(daemon): add daemon_lifecycle replaced/retired telemetry event (#10058) 2026-07-26 14:51:21 -07:00
telemetry-events.ts chore(daemon): disambiguate audit observations (#12343) 2026-08-03 16:28:49 -07:00
telemetry-feature-wall-events.test.ts
telemetry-orca-cli-feature-tip.test.ts Add one-click setup script generation (#3370) 2026-05-30 11:57:55 -07:00
terminal-bell-detector.test.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-bell-detector.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
terminal-color-scheme-protocol.test.ts Keep Codex terminals responsive during startup (#5301) 2026-06-15 16:40:45 -07:00
terminal-color-scheme-protocol.ts fix(terminal): stop answering mode-2031 toggles that the same chunk withdrew (#10817) 2026-07-27 17:17:47 -07:00
terminal-control-stripping.ts perf(terminal): eliminate adverse control and frame-gate cases (#11045) 2026-07-27 23:28:05 -07:00
terminal-cursor-style-settings.ts Stabilize OpenCode terminal rendering before release (#4850) 2026-06-08 01:00:29 -07:00
terminal-custom-themes.test.ts Add Warp terminal theme import (#4714) 2026-06-10 11:16:36 -07:00
terminal-custom-themes.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
terminal-file-link-conformance.ts fix(terminal): reveal Markdown links at target lines (#9518) 2026-07-24 00:39:37 -07:00
terminal-file-url-target.test.ts Make plain-text file:// links clickable in the terminal (#9467) 2026-07-19 15:21:06 -07:00
terminal-file-url-target.ts Make plain-text file:// links clickable in the terminal (#9467) 2026-07-19 15:21:06 -07:00
terminal-fit-restore-deadline.ts fix(app): bound the wake/quit paths implicated in the phone-session-ended freeze (#9447) (#9853) 2026-07-23 18:03:43 -07:00
terminal-fonts.test.ts
terminal-fonts.ts lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
terminal-git-credential-guard.ts Suppress Git Credential Manager OAuth popup loop in Orca-run git — clone, terminals/agents, setup hooks (fixes #7652) (#7986) 2026-07-14 15:23:06 -07:00
terminal-github-pr-link-detector.test.ts perf(terminal): bound the PR-link carry scan to the trailing window (#10741) 2026-07-26 15:32:33 -07:00
terminal-github-pr-link-detector.ts perf(terminal): bound the PR-link carry scan to the trailing window (#10741) 2026-07-26 15:32:33 -07:00
terminal-input.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
terminal-input.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
terminal-kitty-keyboard-mode-tracker.test.ts Fix restored terminals rendering blank on mobile (#8768) 2026-07-14 16:00:25 -07:00
terminal-kitty-keyboard-mode-tracker.ts Fix restored terminals rendering blank on mobile (#8768) 2026-07-14 16:00:25 -07:00
terminal-ligatures.ts
terminal-line-height-settings.test.ts Normalize invalid terminal line height before xterm (#8050) 2026-07-10 01:28:22 -07:00
terminal-line-height-settings.ts Normalize invalid terminal line height before xterm (#8050) 2026-07-10 01:28:22 -07:00
terminal-mode-2031-final-state.test.ts fix(terminal): stop answering mode-2031 toggles that the same chunk withdrew (#10817) 2026-07-27 17:17:47 -07:00
terminal-mode-reset-profiles.test.ts perf(terminal): bound the reattach payload agent-signal scan (#12681) 2026-08-06 00:23:57 -07:00
terminal-mode-reset-profiles.ts fix(terminal): keep a live TUI's mouse modes across daemon reattach (#12461) 2026-08-05 00:51:33 -07:00
terminal-multiplex-flow-control.ts fix(remote): recover and safely park paired terminals (#11416) 2026-07-29 20:04:55 -07:00
terminal-osc-color-reply.test.ts fix: answer startup terminal color queries (#6824) 2026-06-29 21:37:49 -07:00
terminal-osc-color-reply.ts fix: answer startup terminal color queries (#6824) 2026-06-29 21:37:49 -07:00
terminal-osc-link-ranges.ts fix: improve mobile link modifier handling (#5597) 2026-06-18 16:48:43 -07:00
terminal-osc133-command-finished.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-output-side-effects.test.ts fix(terminal): stop answering mode-2031 toggles that the same chunk withdrew (#10817) 2026-07-27 17:17:47 -07:00
terminal-output-side-effects.ts fix(native-chat): add direct Codex model selection (#12657) 2026-08-05 11:27:12 -07:00
terminal-output-source-range.ts feat(ssh): bound relay PTY output end to end (#11005) 2026-07-29 17:03:15 -07:00
terminal-partial-escape-tail.test.ts fix(terminal): remote query-reply corruption (#7329) + snapshot grid-width repaint (#7279) (#7736) 2026-07-07 16:42:43 -07:00
terminal-partial-escape-tail.ts fix(terminal): remote query-reply corruption (#7329) + snapshot grid-width repaint (#7279) (#7736) 2026-07-07 16:42:43 -07:00
terminal-preview.ts feat(dashboard): add agent dashboard popout (#9604) 2026-07-20 17:11:23 -07:00
terminal-query-reply.test.ts fix(grok): clipboard, native chat, hooks, sessions, ConPTY KKP (#7944) 2026-07-10 13:16:55 -07:00
terminal-query-reply.ts fix(terminal): remote query-reply corruption (#7329) + snapshot grid-width repaint (#7279) (#7736) 2026-07-07 16:42:43 -07:00
terminal-quick-commands.test.ts feat(mobile): Quick Commands (terminal + agent-prompt presets) (#9298) 2026-07-19 23:42:31 -07:00
terminal-quick-commands.ts feat(mobile): Quick Commands (terminal + agent-prompt presets) (#9298) 2026-07-19 23:42:31 -07:00
terminal-render-desync-evidence.ts fix(terminal): invalidate cached glyphs when WebGL atlas changes (#8899) 2026-07-17 16:16:17 -07:00
terminal-reply-query-extraction.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-reply-query-scan.test.ts Fix mobile terminal query reply authority (#8227) 2026-07-11 02:13:15 -07:00
terminal-reply-query-scan.ts Fix mobile terminal query reply authority (#8227) 2026-07-11 02:13:15 -07:00
terminal-restore-parity-fixture.ts fix(terminal): reset stale mouse tracking on cold restore (#12101); stop OSC color-reply echo leak in POSIX agent panes (#12112) (#12202) 2026-08-03 21:00:57 -07:00
terminal-reveal-identity.ts fix(orchestration): preserve active workers across updates (#11271) 2026-07-29 11:31:35 -07:00
terminal-scrollback-limits.ts [codex] Optimize renderer idle sync and scrollback caps (#5926) 2026-06-22 15:25:10 -07:00
terminal-scrollback-policy.test.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-scrollback-policy.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
terminal-serialize-absolute-cursor.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-session-state-save-failure.ts
terminal-side-effect-facts.ts [P0] fix(terminal): pause hidden paired output (#11665) 2026-07-30 20:58:11 -07:00
terminal-snapshot-unavailability.ts fix(remote-runtime): make hidden-output recovery reason-driven instead of timer-guessed (#12655) 2026-08-05 00:51:39 -07:00
terminal-startup-cwd.test.ts fix: recover fresh local terminal spawns from a deleted saved cwd (#7847) 2026-07-08 16:33:58 -07:00
terminal-startup-cwd.ts fix: recover fresh local terminal spawns from a deleted saved cwd (#7847) 2026-07-08 16:33:58 -07:00
terminal-stream-protocol.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
terminal-stream-protocol.ts fix(terminal): recover rejected paired-runtime input (STA-2830) (#12675) 2026-08-05 01:41:27 -07:00
terminal-surface-id.ts
terminal-tab-close.ts fix(terminal): make whole-tab close durable (#8958) 2026-07-15 22:09:37 -07:00
terminal-tab-id.ts
terminal-title-agent-type.test.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
terminal-title-agent-type.ts fix(agents): recognize OpenCode native OC | tab titles (#9102) 2026-07-16 19:53:18 -07:00
terminal-unicode-provider.ts Match main terminal mirror character widths to the renderer (#7148) 2026-07-02 14:50:15 -07:00
terminal-view-attributes.test.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
terminal-view-attributes.ts Add native chat skill picker with host-aware discovery (#9480) 2026-07-19 17:31:34 -07:00
terminal-webgl-diagnostics.ts fix(crash-reporting): stop fit-retry bursts from erasing the pre-crash trail (#10729) 2026-07-26 12:55:45 -07:00
terminal-zero-dimensions-diagnostic.test.ts fix: suppress false zero-dimensions terminal error for hidden panes (#6475) (#6576) 2026-06-28 16:15:50 -07:00
terminal-zero-dimensions-diagnostic.ts fix: suppress false zero-dimensions terminal error for hidden panes (#6475) (#6576) 2026-06-28 16:15:50 -07:00
text-search.test.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
text-search.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
timer-delay.test.ts test(cli): lock CLI-compatible timeout parse contract (#11206) 2026-07-28 10:22:33 -07:00
timer-delay.ts test(cli): lock CLI-compatible timeout parse contract (#11206) 2026-07-28 10:22:33 -07:00
top-level-view.ts perf(renderer): stop full durable-state save on every top-level view switch (#9002) (#9393) 2026-07-20 01:14:17 -07:00
tui-agent-config.ts fix(terminal): trust Pi CSI-u Shift+Enter on Windows (#9703) (#11769) 2026-08-02 00:58:37 -07:00
tui-agent-detection-commands.ts Fix packaged skills CLI runtime ownership (#11627) 2026-07-30 18:27:16 -07:00
tui-agent-display-names.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
tui-agent-launch-command.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
tui-agent-launch-defaults.ts Add agent permission mode controls (#5440) 2026-06-15 18:38:56 -07:00
tui-agent-permissions.test.ts Suppress Codex auto-approval notifications (#6230) 2026-06-28 15:25:06 -07:00
tui-agent-permissions.ts feat: add Trae CLI as a supported TUI agent (#10763) 2026-07-28 11:18:49 -07:00
tui-agent-selection.test.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
tui-agent-selection.ts fix(agent-hooks): skip unavailable agent homes (#11442) 2026-07-29 20:19:18 -07:00
tui-agent-startup-session-options.test.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
tui-agent-startup-shell.ts fix(automations): deliver Hermes prompts via native query (#7862) 2026-07-11 02:35:01 -07:00
tui-agent-startup.test.ts fix(agents): include OMP terminals in cold session restoration (#8991) 2026-07-23 19:05:22 -07:00
tui-agent-startup.ts Add per-worker model and effort overrides (#12851) 2026-08-05 21:17:45 -07:00
types.ts Remove source control group order preference (#12785) 2026-08-05 15:29:46 -07:00
ui-language.test.ts fix: address review findings (#5088) 2026-06-10 01:22:11 -07:00
ui-language.ts feat(plugins): Orca plugin system — kernel, content packs, panels, workers, marketplace v0 (experimental) (#8549) 2026-07-27 01:14:33 -07:00
ui-locale.test.ts feat(plugins): Orca plugin system — kernel, content packs, panels, workers, marketplace v0 (experimental) (#8549) 2026-07-27 01:14:33 -07:00
ui-locale.ts feat(plugins): Orca plugin system — kernel, content packs, panels, workers, marketplace v0 (experimental) (#8549) 2026-07-27 01:14:33 -07:00
ui-zoom-level.test.ts fix(dashboard-popout): zoom the pop-out window, not the main window behind it (#9769) 2026-07-21 14:55:14 -07:00
ui-zoom-level.ts fix(dashboard-popout): zoom the pop-out window, not the main window behind it (#9769) 2026-07-21 14:55:14 -07:00
updater-renderer-events.ts
updater-windows-signature-check.test.ts fix(updater): humanize update-error card and hide raw error behind Show details (#9248) 2026-07-17 18:00:06 -07:00
updater-windows-signature-check.ts fix(updater): humanize update-error card and hide raw error behind Show details (#9248) 2026-07-17 18:00:06 -07:00
usage-percentage-display-change-notice.test.ts feat(status-bar): notify upgraded users usage meters show % used (#8319) 2026-07-11 14:49:49 -07:00
usage-percentage-display-change-notice.ts feat(status-bar): notify upgraded users usage meters show % used (#8319) 2026-07-11 14:49:49 -07:00
usage-percentage-display.test.ts Naming usage ui copy (#8357) 2026-07-11 22:37:26 -07:00
usage-percentage-display.ts Naming usage ui copy (#8357) 2026-07-11 22:37:26 -07:00
utf8-byte-limits.ts oom(foundation): bound shared readers/limits + add BoundedMap primitive (#10299) 2026-07-24 21:36:57 -07:00
vscode-remote-ssh-launcher.test.ts feat(ssh): open SSH workspaces in VS Code Remote-SSH (#10005) 2026-07-22 17:17:59 -07:00
vscode-remote-ssh-launcher.ts feat(ssh): open SSH workspaces in VS Code Remote-SSH (#10005) 2026-07-22 17:17:59 -07:00
window-shortcut-policy.test.ts Remove stale max-lines lint disables from files under the limit (#7548) 2026-07-06 02:12:32 -07:00
window-shortcut-policy.ts fix(browser): route focused guest zoom shortcuts to page zoom (#6744) 2026-07-04 08:17:55 -07:00
windows-batch-spawn.ts fix(win32): suppress Command Prompt window on IDE launches (#11907) 2026-08-01 13:38:45 -07:00
windows-cmd-runner-delayed-launch.ts fix(worktrees): respect Windows shell for setup runners (#6967) 2026-08-02 17:40:58 -07:00
windows-environment-expansion.test.ts fix(terminal): expand environment variables in Windows PATH (#11987) 2026-08-03 01:00:58 -07:00
windows-environment-expansion.ts fix(terminal): expand environment variables in Windows PATH (#11987) 2026-08-03 01:00:58 -07:00
windows-mobile-firewall.ts fix(mobile): detect and repair overriding Windows Firewall Block rules for pairing (#8846) 2026-07-15 01:40:41 -07:00
windows-terminal-shell.test.ts fix(worktrees): respect Windows shell for setup runners (#6967) 2026-08-02 17:40:58 -07:00
windows-terminal-shell.ts fix(worktrees): respect Windows shell for setup runners (#6967) 2026-08-02 17:40:58 -07:00
work-items.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
workbench-steps.ts
workspace-cleanup.test.ts
workspace-cleanup.ts fix(workspace-cleanup): read reflog timestamps to avoid git maintenance (#12131) 2026-08-02 17:06:11 -07:00
workspace-linked-item-equality.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
workspace-linked-item-schema.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
workspace-linked-item-source-context.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
workspace-linked-item-source-context.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
workspace-linked-item.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
workspace-name-text-scanner.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
workspace-name.test.ts fix(naming): remove identifier-first name post-processing (#9821) 2026-07-21 20:06:31 -07:00
workspace-name.ts fix(naming): remove identifier-first name post-processing (#9821) 2026-07-21 20:06:31 -07:00
workspace-ports.ts
workspace-scope.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
workspace-session-browser-history.test.ts Fix browser history pruning by recency (#4146) 2026-05-31 05:59:40 -07:00
workspace-session-browser-history.ts Fix browser history pruning by recency (#4146) 2026-05-31 05:59:40 -07:00
workspace-session-schema.sleeping-agent.test.ts Keep finished and interrupted agent sessions resumable after sleeping a workspace (#12214) 2026-08-04 01:01:19 -07:00
workspace-session-schema.test.ts fix(ssh): open external host images from terminal links (#10323) 2026-07-24 12:05:38 -07:00
workspace-session-schema.ts fix(browser): remove unsafe window close bypass (#12040) 2026-08-01 21:07:58 -07:00
workspace-session-sleeping-agents.ts Keep finished and interrupted agent sessions resumable after sleeping a workspace (#12214) 2026-08-04 01:01:19 -07:00
workspace-session-terminal-buffers.test.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
workspace-session-terminal-buffers.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
workspace-session-terminal-schema.test.ts [codex] Add file explorer open in terminal 2026-07-02 16:47:38 -07:00
workspace-session-terminal-tab-close.test.ts fix(terminal): make whole-tab close durable (#8958) 2026-07-15 22:09:37 -07:00
workspace-session-terminal-tab-close.ts fix: route server project adds to selected runtime (#11346) 2026-07-31 04:32:23 -07:00
workspace-source.ts Fork agent sessions from terminal context menu (#3976) 2026-05-30 21:20:37 -07:00
workspace-space-compaction.ts
workspace-space-directory-frame.ts fix(workspace-space): bound traversal memory and serialize local disk scans (#11026) 2026-07-27 18:50:52 -07:00
workspace-space-entry-traversal.test.ts fix(perf): correct three 07-27 perf regressions (#11234) 2026-07-28 17:08:14 -07:00
workspace-space-entry-traversal.ts fix(perf): correct three 07-27 perf regressions (#11234) 2026-07-28 17:08:14 -07:00
workspace-space-scan-budget.test.ts fix(perf): correct three 07-27 perf regressions (#11234) 2026-07-28 17:08:14 -07:00
workspace-space-scan-budget.ts fix(perf): correct three 07-27 perf regressions (#11234) 2026-07-28 17:08:14 -07:00
workspace-space-types.ts
workspace-status-default-migration.ts fix: reordered default columns in kanban board (#6934) 2026-07-01 13:17:52 -07:00
workspace-status-defaults.ts fix: reordered default columns in kanban board (#6934) 2026-07-01 13:17:52 -07:00
workspace-statuses.test.ts fix(board): stop truncating workflows longer than 12 columns (#11605) 2026-07-30 23:58:42 -07:00
workspace-statuses.ts fix(board): stop truncating workflows longer than 12 columns (#11605) 2026-07-30 23:58:42 -07:00
worktree-base-ref.test.ts
worktree-base-ref.ts
worktree-card-properties.test.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
worktree-card-properties.ts feat(jira): link Jira issues from the workspace create dialog (#11296) 2026-07-29 19:50:18 -07:00
worktree-id.test.ts
worktree-id.ts lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
worktree-ownership-worktree-base-path.test.ts Show Git-created worktrees in external discovery (#7078) 2026-07-02 11:24:07 -07:00
worktree-ownership.test.ts fix: never surface coding-agent scratch worktrees in the sidebar (#9535) 2026-07-20 12:50:47 -07:00
worktree-ownership.ts fix(quality): enforce performance-safe lint baseline (#11074) 2026-07-27 20:54:02 -07:00
worktree-removal-fence-error.test.ts fix(worktree): stop terminal removal fence error flashing on delete (#10240) 2026-07-23 18:04:15 -07:00
worktree-removal-fence-error.ts fix(worktree): stop terminal removal fence error flashing on delete (#10240) 2026-07-23 18:04:15 -07:00
worktree-removal-force-classification.test.ts fix(worktree): tell the truth about live PTYs, and offer force for a wedged sweep (#12394) 2026-08-03 23:25:21 -07:00
worktree-removal.ts fix(worktree): tell the truth about live PTYs, and offer force for a wedged sweep (#12394) 2026-08-03 23:25:21 -07:00
worktree-submodule-removal.test.ts fix(worktrees): force-remove clean worktree with initialised submodule (#9096) 2026-07-16 19:15:40 -07:00
worktree-submodule-removal.ts fix(worktrees): force-remove clean worktree with initialised submodule (#9096) 2026-07-16 19:15:40 -07:00
ws-outbound-backpressure-queue.test.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
ws-outbound-backpressure-queue.ts fix(memory): bound OOM-prone accumulators (#10179) 2026-07-23 06:22:56 -07:00
wsl-env.ts Suppress Git Credential Manager OAuth popup loop in Orca-run git — clone, terminals/agents, setup hooks (fixes #7652) (#7986) 2026-07-14 15:23:06 -07:00
wsl-hook-relay-contract.ts chore(dead-code): drop ~2k lines of unreachable exports and orphan modules (#12077) 2026-08-02 00:33:57 -07:00
wsl-login-shell-command.test.ts 1.4.131 rc2 release prep (#8020) 2026-07-09 21:54:22 -07:00
wsl-login-shell-command.ts fix(pty): load omp status extension in wsl shells (#7642) 2026-07-07 21:24:08 -07:00
wsl-paths.test.ts fix: preserve WSL CWD across daemon sleep wake 2026-07-19 16:04:05 -07:00
wsl-paths.ts fix: preserve WSL CWD across daemon sleep wake 2026-07-19 16:04:05 -07:00