AgentPulse banner
yazelin yazelin

AgentPulse

AI community

Description

Cross-platform Dynamic Island monitor for AI coding assistant sessions (Claude, Gemini, Copilot, Codex)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AgentPulse

A cross-platform desktop app that brings **Dynamic Island-inspired** real-time monitoring to your AI coding assistant sessions.

Inspired by [ClaudePulse](https://github.com/tzangms/ClaudePulse) by [@tzangms](https://github.com/tzangms) — a beautiful macOS-native app built with Swift/SwiftUI. AgentPulse is a cross-platform rewrite using [Tauri v2](https://tauri.app/) to support **Linux**, **Windows**, and **macOS**, extended with multi-provider support.

Demo

![AgentPulse demo](assets/demo.gif)

Full-quality recording with audio: [`assets/demo.mp4`](assets/demo.mp4)

Capsule (collapsed)
Collapsed capsule
Expanded session list
Expanded session list

Supported AI Coding Assistants

Provider Hook Events Config Location
Claude Code 8 events ~/.claude/settings.json
Antigravity CLI (agy) 3 events ~/.gemini/config/hooks.json
Codex CLI (OpenAI) 5 events ~/.codex/hooks.json + config.toml
GitHub Copilot CLI 6 events ~/.copilot/config.json

Provider icons from [@lobehub/icons](https://github.com/lobehub/lobe-icons).

Hook Events per Provider

Event (normalized) Claude Antigravity Codex Copilot
SessionStart SessionStart SessionStart sessionStart
SessionEnd SessionEnd sessionEnd
UserPromptSubmit UserPromptSubmit PreInvocation UserPromptSubmit userPromptSubmitted
PreToolUse PreToolUse PreToolUse preToolUse
PostToolUse PostToolUse PostToolUse PostToolUse postToolUse
Stop Stop Stop Stop agentStop / subagentStop
PermissionRequest `Permis