devin-companion
v0.1.0
Published
Local bridge + CLI for Devin Companion: a desktop pet that mirrors what your AI agents are doing. Drive it from any terminal, script, or agent hook.
Maintainers
Readme
devin-companion
The CLI and local bridge for Devin Companion: a living desktop pet that mirrors what your AI agents are doing.
npm install -g devin-companion
companion serve # run the local bridge
companion emit --session deploy --state working # publish a state
companion watch --session tests -- npm test # wrap any commandwatch marks the session working while your command runs, then completed
or failed from its exit code: and your companion reacts on your desktop.
Eight states, shared with every companion surface:
idle, preparing, working, waiting_for_user, waiting_for_approval,
completed, failed, suspended.
The bridge binds to 127.0.0.1 only, has zero dependencies, and grants
browser access to local origins exclusively. Full protocol and recipes
(Claude Code hooks, CI, long-running jobs):
docs/local-bridge.md.
MIT.
