Fast Actions
Your shell commands, one click from the notch
The commands you type twenty times a day, npm run build, a test suite, a deploy script, deserve better than being retyped. Fast Actions saves them in AgentPeek and runs them straight from the notch, with live status while they go.
Save once, run forever
Open Fast Actions from the zap icon in the panel header, press +, and give the action a name and a command (like npm run build). It joins the list, ready to run from the notch any time. Reorder or delete saved actions right from the list.
Watch it run without a terminal window
Run an action and its row shows running, then succeeded or failed, with the last line of output so you know what happened. A long run can be stopped any time. It's the fire-and-forget middle ground between "open a terminal for this" and "hope it worked".
Your shell, your PATH
Commands run in a login shell from your home folder, so your PATH finds the same tools your terminal would: npm, node, pnpm, and the rest. Need a specific project? cd into it as part of the command. For anything bigger than one command, a whole agent workspace for example, that's what Views are for.