Herdr now detects CodeWhale agent status — try it from my fork (not merged upstream yet) #5309
atmosuwiryo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tl;dr — I added CodeWhale agent support to Herdr, the terminal-based agent runtime. It works on my fork but isn't merged upstream yet — if you use Herdr with CodeWhale you can build it and try it today.
What it adds
Herdr detects what a coding agent in a pane is doing (idle / working / blocked) and reflects it in the sidebar, status indicators, sounds, and OS taskbar progress. This commit makes CodeWhale a first-class agent:
Status
feat/codewhale-agentTry it
git clone https://github.com/atmosuwiryo/herdr.git cd herdr git checkout feat/codewhale-agent cargo build --releasethen run ./target/release/herdr, spawn CodeWhale in a pane, and the status should show up automatically.
Feedback is very welcome — especially if your CodeWhale version renders the title/status bar or approval prompts differently than the manifest expects.
All reactions