Releases: useagentpulse/agentpulse-app
Releases · useagentpulse/agentpulse-app
Release list
Agent Pulse v1.0.2
Agent Pulse v1.0.2
Install
brew tap useagentpulse/agentpulse
brew trust useagentpulse/agentpulse
brew install --cask agentpulseOr download AgentPulse-1.0.2.dmg below.
If macOS blocks the app: System Settings → Privacy & Security → Open Anyway
Or run:xattr -cr /Applications/AgentPulse.app
SHA256: 788f9daa953412012ece87ad74bd8a820a1618f77ad00844cf6de475d8626518
Agent Pulse v1.0.1
Agent Pulse v1.0.1
Bug Fixes
- Notification icon now displays correctly in macOS notification banners
- Fixed
idle_promptnotification type mapping → session correctly transitions to Idle after Claude responds - Fixed session not transitioning back to Running after permission granted (PostToolUse hook)
- Fixed
InMemorySessionRepositorylosing terminal name and PID across status updates - Terminal focus now resolves TTY from Claude process at click time (not hook time)
- Notification title now includes terminal name: "Claude in VS Code needs your attention"
Install
brew tap useagentpulse/agentpulse
brew install --cask agentpulseAgent Pulse v1.0.0
Agent Pulse v1.0.0 — Initial Release
macOS menu bar app that monitors Claude Code sessions and notifies you when they need attention.
Features
- Monitors all Claude Code sessions across any terminal or IDE
- Instant macOS notifications when Claude needs permission or input
- Click notification to jump to the exact terminal window/tab
- Detects terminal/IDE (Terminal, iTerm2, VS Code, Warp, Ghostty, IntelliJ)
- Session status: Running (blue) → Input Required (red) → Idle (grey)
- Auto-installs Claude hooks — no manual configuration
Install
Homebrew (recommended):
brew tap useagentpulse/agentpulse
brew install --cask agentpulseManual:
Download AgentPulse-1.0.0.dmg, open it, drag to Applications.
If macOS blocks the app: System Settings → Privacy & Security → Open Anyway
Or run:xattr -cr /Applications/AgentPulse.app
Requirements
- macOS 14+
- Claude Code (
claudeCLI)