Skip to content

Releases: DUBSOpenHub/copilot-cli-agent-pulse

v2.3.1 — First-run launcher prompt

20 Apr 23:57

Choose a tag to compare

✨ 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-window flag added (explicit one-off opt-in, symmetric with --here)
  • --reconfigure flag 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

20 Apr 23:50

Choose a tag to compare

✨ 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-detectionstart.sh now detects Ghostty, iTerm, Kitty, WezTerm, Alacritty, Warp, Terminal.app, tmux, gnome-terminal, and xterm
  • 🏠 --here flag — 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 Metrics now shows Agents (sessions), Sub-Agents running, Sub-Agents (5m), and Sub-Agents today
  • Trend Analysis renames the agents row/sparkline to Sub-Agents for clarity across 24h/7d/30d/14d
  • Sub-Agent Breakdown header 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--here flag

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
```