Skip to content

v2.3.0 — Launcher improvements + real-time sub-agent tracking

Choose a tag to compare

@DUBSOpenHub DUBSOpenHub released this 20 Apr 23:50
· 33 commits to main since this release

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