@appgram/agentnotch
AgentNotch is a macOS menu bar app that displays real-time AI coding assistant telemetry in the Mac's notch area. It monitors Claude Code and OpenAI Codex sessions via JSONL file parsing and displays
Install
Add @appgram/agentnotch to Claude Code with the PolySkill CLI: polyskill add @appgram/agentnotch
Instructions
# AgentNotch - Claude Code Project Memory ## Project Overview AgentNotch is a macOS menu bar app that displays real-time AI coding assistant telemetry in the Mac's notch area. It monitors Claude Code and OpenAI Codex sessions via JSONL file parsing and displays tool usage, token counts, and session status. ## Key Directories ``` AgentNotch/ ├── Core/ │ ├── ClaudeCode/ │ │ └── ClaudeCodeManager.swift # Claude Code JSONL parsing, session watching │ ├── Codex/ │ │ └── CodexManager.swift # OpenAI Codex JSONL parsing, session watching │ ├── Settings/ │ │ └── AppSettings.swift # @AppStorage setting…
Keywords: github, macos-app, ai-coding-assistant, real-time-telemetry, jsonl-parsing, openai-codex, claude-code, menu-bar-app, developer-tools