Releases: DUBSOpenHub/copilot-cli-agent-pulse
Releases · DUBSOpenHub/copilot-cli-agent-pulse
v2.3.1 — First-run launcher prompt
✨ New
- 🪟🏠 First-run launcher prompt — the first time you run
agentpulse, it asks whether you want a new window or in-place, then remembers your choice in~/.config/agent-pulse/launcher.conf. --new-windowflag added (explicit one-off opt-in, symmetric with--here)--reconfigureflag to forget the saved preference and prompt again
Behaviour
| Situation | Result |
|---|---|
| First run, interactive | Asks 1/2, saves choice |
| First run, non-interactive (piped) | Defaults to new-window, writes no config |
| Subsequent runs | Reads config silently |
--here / --new-window passed |
One-off override; does not modify saved pref |
--reconfigure |
Wipes config, asks again |
v2.3.0 — Launcher improvements + real-time sub-agent tracking
✨ New
Launcher improvements (#3)
- 🍺 Homebrew install:
brew tap DUBSOpenHub/copilot-cli-agent-pulse && brew install agent-pulse - 🐟 Fish shell support — aliases now written to
~/.config/fish/config.fish - 🖥️ Multi-terminal auto-detection —
start.shnow detects Ghostty, iTerm, Kitty, WezTerm, Alacritty, Warp, Terminal.app, tmux, gnome-terminal, and xterm - 🏠
--hereflag — run the dashboard in the current terminal (great for SSH / tmux panes) - 📡 Release workflow — auto-updates the Homebrew formula URL + SHA256 on every new tag
Real-time sub-agent tracking
Live Metricsnow shows Agents (sessions), Sub-Agents running, Sub-Agents (5m), and Sub-Agents todayTrend Analysisrenames the agents row/sparkline to Sub-Agents for clarity across 24h/7d/30d/14dSub-Agent Breakdownheader now shows running and 24h totals inline- Backed by a new
running_subagents_since()query that counts started-but-not-completed events
🙏 Contributors
- @djensenius — Homebrew formula, fish support, multi-terminal detection
- @Oregand —
--hereflag
Install
```bash
brew tap DUBSOpenHub/copilot-cli-agent-pulse
brew install agent-pulse
```
or
```bash
curl -fsSL https://raw.githubusercontent.com/DUBSOpenHub/copilot-cli-agent-pulse/main/quickstart.sh | bash
```