Paseo 0.8 live view of worktree setup. Paseo already tracks `worktree.setup` from `paseo.json`. After 0.3 it only opens the built-in Setup tab when that script fails, so a long `npm install` is silent. This plugin reads the same `workspace_setup_status` stream and shows it while it runs.
paseo plugin add stevecastaneda/paseo-plugins --path setup-monitorFrom the plugin's README
paseo plugin add stevecastaneda/paseo-plugins --path setup-monitor
Turn on Settings → Plugins → Enable plugins on the daemon first.
README
Paseo 0.8 live view of worktree setup. Paseo already tracks worktree.setup from paseo.json. After 0.3 it only opens the built-in Setup tab when that script fails, so a long npm install is silent. This plugin reads the same workspace_setup_status stream and shows it while it runs.
worktree.setup is running, so the main chat tab stays selected.paseo plugin add stevecastaneda/paseo-plugins --path setup-monitor
Turn on Settings → Plugins → Enable plugins on the daemon first.
cd setup-monitor
npm install
npm run typecheck
npm test
paseo plugin install "$PWD"
paseo plugin reload setup-monitor
Scanned 10 Sep 2026, 18:42 UTC from stevecastaneda/paseo-plugins/setup-monitor.