mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 05:03:26 +00:00
docs: add Background Bash section before Planned Features
- Clear stance: no background bash execution - Alternative: use tmux or tterminal-cp - Link to tterminal-cp repo - Rationale: long-running commands need proper terminal sessions
This commit is contained in:
parent
c4102c7b81
commit
271810c808
1 changed files with 6 additions and 0 deletions
|
|
@ -453,6 +453,12 @@ Working on step 3 - authorization endpoints
|
|||
|
||||
The agent can read, update, and reference the plan as it works. Unlike ephemeral planning modes that only exist within a session, file-based plans persist and can be versioned with your code.
|
||||
|
||||
## Background Bash
|
||||
|
||||
**pi does not and will not implement background bash execution.** Instead, tell the agent to use `tmux` or something like [tterminal-cp](https://github.com/badlogic/tterminal-cp).
|
||||
|
||||
Long-running commands belong in proper terminal sessions, not as detached processes that complicate cleanup and monitoring.
|
||||
|
||||
## Planned Features
|
||||
|
||||
Things that might happen eventually:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue