Pi extension that replaces the built-in bash tool, adding support for background execution with PID return.
pi install git:github.com/DanielusG/pi-power-bashThe extension automatically registers a bash tool with an optional background parameter.
bash(command="ls -la")
bash(command="long-running-task", background=true, timeout=60)
Returns immediately with the PID and log file path.
For full documentation, see AGENTS.md.