← Reddit

Made a Garmin app because I kept missing Claude Code prompts

Reddit · yazoniak · June 5, 2026
A developer created a Garmin smartwatch app to receive alerts when Claude Code requires attention, after repeatedly missing permission prompts and notifications while switching between tasks. The app displays real-time Claude Code activity on the watch and tracks metrics including tool calls, file edits, bash commands, idle time, and API usage. The open-source project addresses a specific workflow problem for users who run Claude Code while working on other activities.

Detailed Analysis

A developer identified as yazon has created a Garmin smartwatch application called "oh-my-wrist" designed to solve a practical workflow problem arising from extended Claude Code sessions. The core issue the tool addresses is that Claude Code, Anthropic's terminal-based agentic coding assistant, frequently pauses execution to request user permission for certain actions — such as running bash commands or editing files — and these prompts can go unnoticed when a developer has switched contexts to other work. The app resolves this by delivering haptic buzz notifications directly to the user's wrist and displaying real-time session data on the watch face, including tool calls, file edits, bash command execution, idle time, session duration, and Claude API usage metrics. The project is open source and available on GitHub.

The problem the app addresses reflects a structural tension in agentic AI development: the more autonomous and long-running an AI coding session becomes, the more its interruptions disrupt human workflow. Claude Code is designed to operate semi-autonomously, executing multi-step tasks across codebases, but retains human-in-the-loop permission gates for potentially consequential actions. These gates are a deliberate safety mechanism, but they create friction when the human operator has mentally context-switched. The Garmin app essentially offloads the monitoring burden from the developer's primary screen to a peripheral device, preserving both the safety architecture and the developer's ability to work on other things concurrently.

This kind of third-party tooling emerging organically around Claude Code is indicative of a broader pattern in the developer tools ecosystem: as AI coding assistants mature from simple autocomplete features into long-running autonomous agents, a surrounding ecosystem of productivity and observability tools begins to form. Developers are increasingly treating AI coding sessions less like interactive conversations and more like background processes that require monitoring — analogous to how developers already use dashboards, alerts, and logging systems to track running services. The smartwatch integration is an unusually tactile example of this shift, pushing AI session state into the physical environment rather than keeping it confined to a terminal window.

The tool also supports OpenCode, another terminal-based AI coding interface, suggesting the underlying monitoring mechanism is flexible enough to track multiple AI coding backends. This points to an emerging category of "AI session observability" tooling that operates at the interface layer rather than within any single AI product. As Claude Code and similar agentic tools become more deeply embedded in professional development workflows, the demand for ambient, low-friction awareness of session state is likely to grow. The fact that a developer felt compelled to build wearable hardware integration for this purpose underscores how seriously some practitioners are integrating these tools into sustained, multi-hour work sessions.

Read original article →