orca/src/main
Jinjing ba25e4306c
Replace assistant-prose heuristic with explicit turn lifecycle markers (#9121)
* Replace assistant-prose heuristic with explicit turn lifecycle markers

Extract provider-authored turn boundaries (completion, interruption) directly
from Claude/Codex transcripts so the chat view knows when work ends without
guessing from message presence. Reconciles live hook state with transcript
lifecycle: when a terminal boundary lands, it settles a dropped Stop hook
instead of letting prose mislead the UI into showing 'working' after done.

* fix(review): cover Claude terminal stop_reasons and RPC lifecycle frames

Treat max_tokens/stop_sequence/refusal as completed markers so capable hosts
do not stay working after a dropped Stop, and assert lifecycle payloads on
runtime subscribe/read frames plus mid-turn non-terminal stop_reason cases.

* test(native-chat): clarify that lifecycle field is optional

Add type assertion and comment documenting that lifecycle field is optional and can be omitted in truncation-gating test fixtures.

* fix(native-chat): settle status on interruption despite working subagent

When Claude's turn is explicitly interrupted, the session should show ready
immediately — even if background subagents are still running. Add an
interruption check before consulting the hook's working-subagents flag so
interruptions take precedence. Also normalize omitted lifecycle timestamps
to null instead of leaving them undefined, and add test coverage for both
cases.

* fix(native-chat): settle loading spinner on explicit turn boundaries

Explicit transcript turn-lifecycle markers now fully replace the prose-fallback
settlement path. Remove the now-unused `turnLifecycleCapable` flag and wire
lifecycle to suppress spinner even when hook status lingers. Refine Claude
lifecycle detection to distinguish terminal stops from mid-turn tool_use rows,
exclude harness noise from new-generation detection, and apply clock-skew slack
over SSH/relay. Serialize PTY sends per line to prevent rapid prompts from gluing
before Enter, clearing unsubmitted input on cancel. Update working suppression to
detect epoch rollovers so interrupt+next-turn without a ready gap resets the
spinner correctly.
2026-07-17 15:59:38 -07:00
..
agent-hooks fix(agent-status): clear answered Claude question waits at answer time (#9074) 2026-07-17 12:47:04 -07:00
ai-vault fix(ai-vault): discover Antigravity CLI sessions (#8971) 2026-07-16 02:57:43 -07:00
amp chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
antigravity fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
attribution Remove stale max-lines lint disables from files under the limit (#7548) 2026-07-06 02:12:32 -07:00
automations fix: Cap automationRuns retention to stop unbounded state file growth (#8119) 2026-07-10 20:02:45 -07:00
azure-devops fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
bitbucket fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
browser fix(browser): local HTTPS Try HTTPS + cert proceed (#8454) (#9104) 2026-07-16 19:11:34 -07:00
claude fix(agent-status): reap finished Claude named agents/teammates from the sidebar roster (#8825) 2026-07-15 12:09:30 -07:00
claude-accounts Keep Claude live-PTY refresh gate closed across restarts; recover wiped runtime credentials (STA-1246) (#7483) 2026-07-06 01:16:23 -07:00
claude-usage fix: dedupe fork-copied usage history across Claude, Codex, and OpenCode scanners (#8023) 2026-07-09 22:36:53 -07:00
cli Add version-matched skill guides to the CLI (#8624) 2026-07-14 02:17:55 -07:00
codex fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
codex-accounts fix(pr-comments): let users mark comment authors as bots for the Humans/Bots filter (#7598) 2026-07-12 14:09:15 -07:00
codex-cli
codex-usage fix: dedupe fork-copied usage history across Claude, Codex, and OpenCode scanners (#8023) 2026-07-09 22:36:53 -07:00
command-code fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
computer chore: remove 31 unused files (~3.6k lines of dead code) (#7494) 2026-07-05 21:55:03 -07:00
copilot fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
crash-reporting fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
cursor fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
daemon fix(win): set UTF-8 console code page for Git Bash terminals (#9054) 2026-07-16 18:05:38 -07:00
devin fix(agent-hooks): make Windows cmd hook launcher directly spawnable (#8430 regression) (#8737) 2026-07-14 05:41:19 -07:00
diagnostics perf(source-control): stop gh rate-limit storms and idle git-status spawn churn (#7595) 2026-07-06 15:12:56 -07:00
dock
droid fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
emulator fix(emulator): ignore external serve-sim helpers (#9071) 2026-07-16 14:44:55 -07:00
gemini fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
ghostty lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
git fix(worktrees): force-remove clean worktree with initialised submodule (#9096) 2026-07-16 19:15:40 -07:00
gitea fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
github fix(github): attribute GitHub API outages instead of blank/"failed" states (#9106) 2026-07-17 15:16:07 -07:00
gitlab Fix GitLab auth diagnostic waking WSL (#7967) 2026-07-09 18:06:30 -04:00
grok fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
grok-accounts feat(rate-limits): Grok CLI OAuth weekly credit usage (#7869) 2026-07-10 00:11:27 -07:00
hermes chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
i18n Revert "Decouple feature copy from translated locale catalogs (#8488)" (#8500) 2026-07-12 23:43:07 -07:00
ipc Replace assistant-prose heuristic with explicit turn lifecycle markers (#9121) 2026-07-17 15:59:38 -07:00
jira feat(jira): support self-hosted Jira Server/DC with PAT + username/password (#8976) 2026-07-16 00:26:51 -07:00
keybindings chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
kimi fix(agent-hooks): drain stdin before hook script early exits so agents never hit EPIPE (#8430) 2026-07-13 00:26:22 -07:00
lib fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
linear feat(linear): use Linear branch names for worktrees (#8617) 2026-07-15 22:29:01 -07:00
memory perf(memory): skip unrelated boot worktree scans (#8204) 2026-07-10 20:10:08 -07:00
menu Check for Updates: cmd/ctrl-click fetches latest perf-tagged prerelease (#7278) 2026-07-05 02:53:17 -07:00
mimo chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
minimax Add MiniMax rate-limit tracking and secure cookie storage (#7411) 2026-07-05 01:15:16 -07:00
native-chat Replace assistant-prose heuristic with explicit turn lifecycle markers (#9121) 2026-07-17 15:59:38 -07:00
network chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
observability fix(crash-reporting): make Windows capture and submission reliable (#8242) 2026-07-11 02:03:14 -07:00
openclaude
opencode Remove stale max-lines lint disables from files under the limit (#7548) 2026-07-06 02:12:32 -07:00
opencode-usage Skip reparsing zero-owner backup databases on live db change (#8043) 2026-07-10 00:14:01 -07:00
orca-profiles fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
pi fix(pi): report completion on agent_settled so intermediate agent_end stays silent (#8035) (#8826) 2026-07-16 14:16:30 -07:00
ports chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
project-groups Remove stale max-lines lint disables from files under the limit (#7548) 2026-07-06 02:12:32 -07:00
providers perf(worktrees): bound runtime discovery scans (#8915) 2026-07-17 15:34:30 -07:00
pty fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
rate-limits fix(grok): honor zero-usage weekly reset (#9219) 2026-07-17 15:09:22 -07:00
runtime Replace assistant-prose heuristic with explicit turn lifecycle markers (#9121) 2026-07-17 15:59:38 -07:00
skills fix(skills): decouple bundled skill artifacts from the release train (#9119) 2026-07-16 20:02:01 -07:00
source-control Create pr not working for stacked worktree (#8651) 2026-07-13 20:10:50 -07:00
speech fix(speech): resume interrupted voice model downloads and surface real errors (#8775) 2026-07-14 17:49:13 -07:00
sqlite
ssh fix(ssh): require a coherent colocated Node/npm toolchain for the relay (#9165) 2026-07-17 14:27:31 -07:00
star-nag chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
startup Fix recipe serve desktop promotion (#8646) 2026-07-13 19:41:24 -07:00
stats chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
telemetry refactor(telemetry): split client lifecycle tests (#6813) 2026-06-29 18:09:33 -07:00
text-generation fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
tray Add a native macOS menu bar status item with activity indicator (#9042) 2026-07-16 13:06:21 -07:00
warp-themes lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
window fix(terminal): make whole-tab close durable (#8958) 2026-07-15 22:09:37 -07:00
agent-auth-restart-preservation.test.ts
agent-auth-restart-preservation.ts
agent-awake-service-platform-assertions.test.ts
agent-awake-service.test.ts
agent-awake-service.ts
agent-trust-presets.test.ts
agent-trust-presets.ts
app-icon.test.ts fix: Persist custom macOS dock icon (#6088) 2026-06-22 18:01:37 -07:00
app-icon.ts fix: Persist custom macOS dock icon (#6088) 2026-06-22 18:01:37 -07:00
app-relaunch.test.ts fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
app-relaunch.ts fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
e2e-config.ts
electron-updater-loader.ts
ephemeral-vm-recipe-runner.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-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-runtime-service.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-runtime-service.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
ephemeral-vm-runtime-ssh.ts Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
external-editor-launch.test.ts fix(windows): open WSL workspaces in VS Code remote (#7982) 2026-07-09 22:37:40 -04:00
external-editor-launch.ts fix(windows): open WSL workspaces in VS Code remote (#7982) 2026-07-09 22:37:40 -04:00
git-bash.test.ts
git-bash.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
global-fetch-call-site-audit.test.ts fix(main): cancel unread fetch response bodies so a peer socket close cannot crash the app (#9142) 2026-07-16 23:10:40 -07:00
headless-automation-dispatcher-source-boundary.test.ts Fix paste ownership, input bounds, and IPC validation 2026-06-19 17:14:55 -07:00
hooks-runner.test.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
hooks.test.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
hooks.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
index.ts fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
integration-credential-file.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
linux-lid-sleep-assertion.test.ts
linux-lid-sleep-assertion.ts
local-project-runtime-resolution.ts "Hide sleeping" never hides a workspace with an open agent session (#7197) (#7511) 2026-07-13 01:10:38 -07:00
local-worktree-filesystem.test.ts Recover partially deleted local worktrees (#6657) 2026-06-29 00:53:07 -07:00
local-worktree-filesystem.ts Recover partially deleted local worktrees (#6657) 2026-06-29 00:53:07 -07:00
local-worktree-removal-recovery-live.test.ts Make Windows workspace deletion reliable and respect Git locks (#7963) 2026-07-10 17:52:50 -07:00
local-worktree-removal-recovery.test.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
local-worktree-removal-recovery.ts fix(runtime): harden watcher and PTY teardown ownership (#8661) 2026-07-15 15:23:35 -07:00
localhost-worktree-label-proxy.test.ts perf(main): drop localhost label routes when a worktree is removed (#7557) 2026-07-06 16:43:05 -07:00
localhost-worktree-label-proxy.ts perf(main): drop localhost label routes when a worktree is removed (#7557) 2026-07-06 16:43:05 -07:00
macos-system-sleep-assertion.test.ts
macos-system-sleep-assertion.ts
persistence.test.ts fix(naming): keep the built-in branch-name prompt general (#9088) 2026-07-16 18:33:34 -07:00
persistence.ts Add a native macOS menu bar status item with activity indicator (#9042) 2026-07-16 13:06:21 -07:00
powershell-osc133-bootstrap.test.ts feat(agents): native Xiaomi MiMo Code support (#6239) 2026-06-24 00:17:49 -07:00
powershell-osc133-bootstrap.ts feat(agents): native Xiaomi MiMo Code support (#6239) 2026-06-24 00:17:49 -07:00
project-runtime-git-options.test.ts
project-runtime-git-options.ts "Hide sleeping" never hides a workspace with an open agent session (#7197) (#7511) 2026-07-13 01:10:38 -07:00
pty-descendant-termination.test.ts fix(terminal): kill agent descendant processes on session teardown (STA-1800) (#8706) 2026-07-15 13:25:24 -07:00
pty-descendant-termination.ts fix(terminal): kill agent descendant processes on session teardown (STA-1800) (#8706) 2026-07-15 13:25:24 -07:00
pwsh.test.ts Fix pwsh availability cold-start cache (#6313) 2026-06-24 21:07:15 -04:00
pwsh.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
remote-agent-trust-presets.test.ts
remote-agent-trust-presets.ts Prevent Codex hook trust prompts on Windows upgrades (#6388) 2026-06-25 17:24:09 -07:00
repo-git-remote-identity-enrichment.test.ts fix: group multi-host projects by git remote identity (#6309) 2026-06-24 19:19:31 -07:00
repo-git-remote-identity-enrichment.ts fix: group multi-host projects by git remote identity (#6309) 2026-06-24 19:19:31 -07:00
repo-git-remote-identity.ts fix: group multi-host projects by git remote identity (#6309) 2026-06-24 19:19:31 -07:00
repo-git-username-enrichment.test.ts Fix Windows slow startup and multi-minute UI freezes (#7225) (#7266) 2026-07-03 19:40:45 -04:00
repo-git-username-enrichment.ts Fix Windows slow startup and multi-minute UI freezes (#7225) (#7266) 2026-07-03 19:40:45 -04:00
repo-icon-autodetect.test.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
repo-icon-autodetect.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
repo-icon-href-candidates.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
repo-worktrees.test.ts Improve workspace cleanup list (#7053) 2026-07-09 16:24:20 -07:00
repo-worktrees.ts Improve workspace cleanup list (#7053) 2026-07-09 16:24:20 -07:00
runtime-environment-focus-self-heal.test.ts Fix Resource Manager going empty when a runtime server is selected or stale (#7275) 2026-07-03 17:52:59 -07:00
runtime-environment-focus-self-heal.ts Fix Resource Manager going empty when a runtime server is selected or stale (#7275) 2026-07-03 17:52:59 -07:00
shell-ready-marker-scanner.ts Prevent duplicate startup command echoes (#6023) 2026-06-21 18:51:44 -07:00
shell-templates.ts fix(terminal): derive zsh wrapper ZDOTDIR from %x so non-ASCII WSL logins load .zshrc (#8003) (#8209) 2026-07-14 01:55:04 -07:00
synthetic-title-frame-routing.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
synthetic-title-frame-routing.ts Terminal performance initiative: pipeline fixes + term-speed-2 revival + PTY flow control (integration branch) (#7214) 2026-07-10 17:27:47 -07:00
synthetic-title-spinner.test.ts
synthetic-title-spinner.ts
synthetic-title-visibility.test.ts
synthetic-title-visibility.ts
system-fonts.test.ts fix(settings): keep full installed font list (#7581) 2026-07-06 20:21:58 -07:00
system-fonts.ts fix(settings): keep full installed font list (#7581) 2026-07-06 20:21:58 -07:00
system-resume-broadcast.test.ts Stop wiping the shared WebGL glyph atlas on plain window refocus (#7604) 2026-07-07 12:43:53 -07:00
system-resume-broadcast.ts Stop wiping the shared WebGL glyph atlas on plain window refocus (#7604) 2026-07-07 12:43:53 -07:00
terminal-history.test.ts Remove stale max-lines lint disables from files under the limit (#7548) 2026-07-06 02:12:32 -07:00
terminal-history.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
terminal-scrollback-snapshots.ts Add optional Orca account sign-in (#7515) 2026-07-09 02:13:13 -07:00
update-install-exit-watchdog.test.ts fix(updater): force-exit stale process so update install can relaunch (#8328) 2026-07-11 21:03:04 -07:00
update-install-exit-watchdog.ts fix(updater): force-exit stale process so update install can relaunch (#8328) 2026-07-11 21:03:04 -07:00
updater-changelog.test.ts
updater-changelog.ts refactor(net): use AbortSignal.timeout for fetch timeouts, fix fork-sync clobbered cancel (#7504) 2026-07-05 23:09:14 -07:00
updater-events.ts Add updater diagnostics and refine daemon teardown policy on quit (#7544) 2026-07-09 23:00:01 -07:00
updater-fallback.ts
updater-lifecycle-diagnostics.test.ts fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
updater-lifecycle-diagnostics.ts fix(crash-reporting): disambiguate renderer recovery from app relaunches (#9223) 2026-07-17 15:27:39 -07:00
updater-mac-install.ts Add updater diagnostics and refine daemon teardown policy on quit (#7544) 2026-07-09 23:00:01 -07:00
updater-nudge.test.ts
updater-nudge.ts refactor(net): use AbortSignal.timeout for fetch timeouts, fix fork-sync clobbered cancel (#7504) 2026-07-05 23:09:14 -07:00
updater-prerelease-feed-readiness.test.ts
updater-prerelease-feed.test.ts Check for Updates: cmd/ctrl-click fetches latest perf-tagged prerelease (#7278) 2026-07-05 02:53:17 -07:00
updater-prerelease-feed.ts lint(unicorn): enable prefer-number-properties, prefer-array-find, prefer-array-index-of (#7516) 2026-07-05 23:56:37 -07:00
updater.check-failure.test.ts perf(source-control): stop gh rate-limit storms and idle git-status spawn churn (#7595) 2026-07-06 15:12:56 -07:00
updater.fallback.test.ts
updater.mac-install.test.ts Add updater diagnostics and refine daemon teardown policy on quit (#7544) 2026-07-09 23:00:01 -07:00
updater.test.ts fix(updater): force-exit stale process so update install can relaunch (#8328) 2026-07-11 21:03:04 -07:00
updater.ts fix(updater): force-exit stale process so update install can relaunch (#8328) 2026-07-11 21:03:04 -07:00
usage-worktree-canonicalizer.test.ts
usage-worktree-canonicalizer.ts
usage-worktree-metadata.test.ts
usage-worktree-metadata.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
win32-utils-async-acl.test.ts fix(crash-reporting): make Windows capture and submission reliable (#8242) 2026-07-11 02:03:14 -07:00
win32-utils.test.ts fix(windows): open WSL workspaces in VS Code remote (#7982) 2026-07-09 22:37:40 -04:00
win32-utils.ts fix(crash-reporting): make Windows capture and submission reliable (#8242) 2026-07-11 02:03:14 -07:00
workspace-space-analysis-du-timeout.test.ts
workspace-space-analysis.test.ts fix(worktrees): stop surfacing prunable git worktrees as live workspaces (#8409) 2026-07-15 15:24:15 -07:00
workspace-space-analysis.ts fix(worktrees): stop surfacing prunable git worktrees as live workspaces (#8409) 2026-07-15 15:24:15 -07:00
worktree-create-base-prefetch.ts perf: avoid blocking base-ref resolution (#8182) 2026-07-11 02:05:58 -07:00
worktree-create-base.test.ts fix(worktrees): fall back from stale default base refs (#7398) 2026-07-04 21:31:51 -07:00
worktree-create-base.ts fix(worktrees): fall back from stale default base refs (#7398) 2026-07-04 21:31:51 -07:00
worktree-create-candidates.ts fix: allow duplicate review worktrees (#6812) 2026-06-29 18:02:10 -07:00
worktree-create-timing.test.ts
worktree-create-timing.ts
worktree-orphan-gitdir-proof.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
worktree-removal-authority.test.ts Show Git-created worktrees in external discovery (#7078) 2026-07-02 11:24:07 -07:00
worktree-removal-safety.test.ts Show Git-created worktrees in external discovery (#7078) 2026-07-02 11:24:07 -07:00
worktree-removal-safety.ts Show Git-created worktrees in external discovery (#7078) 2026-07-02 11:24:07 -07:00
worktree-root-preparation.test.ts
worktree-root-preparation.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
wsl-bash-command.test.ts
wsl-bash-command.ts
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-unc-delete.test.ts feat(mobile-pairing): combobox with manual network address entry (#6501) 2026-06-29 00:32:36 -07:00
wsl-unc-delete.ts chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) (#6841) 2026-06-29 22:38:29 -07:00
wsl.test.ts Fix wsl cli rc4 migration (#8471) 2026-07-12 23:19:15 -07:00
wsl.ts Fix wsl cli rc4 migration (#8471) 2026-07-12 23:19:15 -07:00