[PR #9681] feat(opencode): Feature/background task manager #13191

Open
opened 2026-02-16 18:18:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9681

State: open
Merged: No


  • Add Background Tasks modal (ctrl+p > "Background tasks")
  • Add [bg] button to migrate running processes to background
  • Add [kill] button to terminate running processes
  • Support [bg]/[kill] for shell commands (! prefix)
  • Add TaskManager.adopt() for process migration
  • Add foreground process registry for tracking
  • Optimize migration latency with fire-and-forget persistence
  • Add 17 tests for foreground process management

Fixes: #9714

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9681 **State:** open **Merged:** No --- - Add Background Tasks modal (ctrl+p > \"Background tasks\") - Add [bg] button to migrate running processes to background - Add [kill] button to terminate running processes - Support [bg]/[kill] for shell commands (! prefix) - Add TaskManager.adopt() for process migration - Add foreground process registry for tracking - Optimize migration latency with fire-and-forget persistence - Add 17 tests for foreground process management Fixes: #9714
yindo added the pull-request label 2026-02-16 18:18:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13191