Codevator plays ambient sound while your AI agent works and goes quiet exactly when it needs your attention. It's a small tool that solves a very real annoyance: the awkward wait while Claude Code thinks, and the moment you get distracted and miss that it's already done.
The project has passed 60 stars on GitHub and is open source.
The problem it solves
Working with coding agents changed the rhythm of development: you spend more time waiting for the agent to finish a task. That silence is strange — and risky, because it's easy to drift off. Codevator turns the wait into something pleasant and, more importantly, uses sound as a signal: when the music stops, the agent needs you.
What I built
- A lightweight CLI that integrates with Claude Code and plays background audio during the agent's runs.
- Silence as a signal: the music stops automatically when the agent needs your input, so you don't have to babysit the terminal.
- Retro beats and "elevator music" ambience, with configurable volume.
- Easy distribution via npm, free and open source.
Key decisions
The point was never the music — it was the signal. The most useful part of Codevator is that it goes quiet at the right moment: it turns a passive channel (background audio) into a notification you don't need to watch the screen for. That inversion — silence as the alert, not the sound — is what makes it useful day to day.
Results
- Over 60 stars on GitHub and real usage within the Claude Code community.
- A way to work with agents without staying glued to the terminal, waiting.
Project link: codevator.dev
