agent-orchestrator/packages/plugins
Priyanshu Choudhary 117b10aae9 fix(windows): QA fixes — dashboard spawn, shellEscape, tmux hint, PID fallback
T04: resolveNextBin() skips POSIX .bin/next shim on Windows; invokes
next/dist/bin/next via process.execPath instead (ENOENT fix).

T18: shellEscape() branches on isWindows() — PowerShell uses '' doubling,
Unix uses POSIX '\'' escaping. All 4 agent plugins benefit automatically.

T06 secondary: tmux attach hint in `ao spawn` output gated behind
runtimeName === "tmux" (process runtime has no tmux session).

T06/T11: runtime-process destroy() and isAlive() fall back to
handle.data.pid when the in-memory processes Map is empty — fixes
cross-process CLI calls (ao session ls / ao session kill).
2026-04-10 01:09:30 +05:30
..
agent-aider fix(agents): apply Windows correctness fixes to aider, codex, opencode 2026-04-10 01:04:12 +05:30
agent-claude-code fix(agent-claude-code): three Windows correctness fixes 2026-04-10 01:04:12 +05:30
agent-codex fix(agents): apply Windows correctness fixes to aider, codex, opencode 2026-04-10 01:04:12 +05:30
agent-opencode fix(agents): apply Windows correctness fixes to aider, codex, opencode 2026-04-10 01:04:12 +05:30
notifier-composio chore: version packages 2026-03-20 15:47:55 +00:00
notifier-desktop chore: version packages 2026-03-20 15:47:55 +00:00
notifier-discord fix: assign 429 error to lastError so exhausted rate-limit throws immediately 2026-03-27 01:42:59 +05:30
notifier-openclaw fix: address production failure modes from adversarial review 2026-03-31 14:39:49 +05:30
notifier-slack chore: version packages 2026-03-20 15:47:55 +00:00
notifier-webhook chore: version packages 2026-03-20 15:47:55 +00:00
runtime-process fix(windows): QA fixes — dashboard spawn, shellEscape, tmux hint, PID fallback 2026-04-10 01:09:30 +05:30
runtime-tmux fix: revert unlink script file 2026-03-29 20:34:33 +05:30
scm-github fix(lifecycle): reduce GitHub API rate limiting from batch enrichment bypass (#906) 2026-04-06 14:59:00 +05:30
scm-gitlab chore: version packages 2026-03-20 15:47:55 +00:00
terminal-iterm2 chore: version packages 2026-03-20 15:47:55 +00:00
terminal-web chore: version packages 2026-03-20 15:47:55 +00:00
tracker-github chore: version packages 2026-03-20 15:47:55 +00:00
tracker-gitlab chore: version packages 2026-03-20 15:47:55 +00:00
tracker-linear chore: version packages 2026-03-20 15:47:55 +00:00
workspace-clone fix(test): use mockReturnValueOnce for pwsh shell mock to prevent test pollution 2026-04-10 01:03:58 +05:30
workspace-worktree refactor(cli): extract forwardSignalsToChild utility, fix ESM build script, reject Windows absolute symlinks 2026-04-10 01:04:07 +05:30