agent-orchestrator/packages/plugins
Prateek adc0d22f56 fix: multi-pane tmux, EPERM handling, strict process matching
Codex review iteration 1 fixes:
- Iterate all tmux pane TTYs instead of only the first — prevents
  false "exited" in multi-pane sessions
- Handle EPERM from process.kill(pid, 0) as "process exists" — EPERM
  means the process is alive but we lack permission to signal it
- Use word-boundary regex for process name matching — prevents false
  positives on similar names like "claude-code" or paths containing
  the substring
- Add tests for EPERM handling, multi-pane detection, and strict
  name matching (134 tests total)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 11:00:04 +05:30
..
agent-aider fix: multi-pane tmux, EPERM handling, strict process matching 2026-02-14 11:00:04 +05:30
agent-claude-code fix: multi-pane tmux, EPERM handling, strict process matching 2026-02-14 11:00:04 +05:30
agent-codex fix: multi-pane tmux, EPERM handling, strict process matching 2026-02-14 11:00:04 +05:30
notifier-desktop feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-slack feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-webhook feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
runtime-process feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
runtime-tmux feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
scm-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-iterm2 feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-web feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-linear feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
workspace-clone feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
workspace-worktree feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30