Skip to content

Releases: useagentpulse/agentpulse-app

Agent Pulse v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:53

Agent Pulse v1.0.2

Install

brew tap useagentpulse/agentpulse
brew trust useagentpulse/agentpulse
brew install --cask agentpulse

Or 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

Choose a tag to compare

@harshit-kushwaha harshit-kushwaha released this 08 Jul 14:37

Agent Pulse v1.0.1

Bug Fixes

  • Notification icon now displays correctly in macOS notification banners
  • Fixed idle_prompt notification type mapping → session correctly transitions to Idle after Claude responds
  • Fixed session not transitioning back to Running after permission granted (PostToolUse hook)
  • Fixed InMemorySessionRepository losing 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 agentpulse

Agent Pulse v1.0.0

Choose a tag to compare

@harshit-kushwaha harshit-kushwaha released this 08 Jul 12:23

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 agentpulse

Manual:
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 (claude CLI)