docs: clarify elevated sandbox behavior

This commit is contained in:
Peter Steinberger
2026-01-08 23:17:02 +01:00
parent 36fa3c3cd3
commit d38a8d7076
3 changed files with 8 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Background sessions are scoped per agent; `process` only sees sessions from the
- `yieldMs` (default 10000): auto-background after delay
- `background` (bool): background immediately
- `timeout` (seconds, default 1800): kill on expiry
- `elevated` (bool): run on host if elevated mode is enabled/allowed
- `elevated` (bool): run on host if elevated mode is enabled/allowed (only changes behavior when the agent is sandboxed)
- Need a real TTY? Use the tmux skill.
## Examples