Merge pull request #748 from myfunc/main

fix(bash): use PowerShell on Windows to capture system utility output
This commit is contained in:
Peter Steinberger
2026-01-12 02:50:30 +00:00
committed by GitHub
52 changed files with 313 additions and 261 deletions

View File

@@ -861,7 +861,7 @@ exit
These are abort triggers (not slash commands).
For background processes (from the bash tool), you can ask the agent to run:
For background processes (from the exec tool), you can ask the agent to run:
```
process action:kill sessionId:XXX

View File

@@ -95,7 +95,7 @@ Use these hubs to discover every page, including deep dives and reference docs t
- [Tools surface](/tools)
- [CLI reference](/cli)
- [Bash tool](/tools/bash)
- [Exec tool](/tools/exec)
- [Elevated mode](/tools/elevated)
- [Cron jobs](/automation/cron-jobs)
- [Thinking + verbose](/tools/thinking)