Agent support for CodeWhale #1314
Mr-Moon121
started this conversation in
Ideas
Replies: 1 comment
Implemented — details in #2420This request matches completed work: a contributed herdr branch adding Status: on a branch in my fork, proposed upstream — not merged or shipped Branch Covers all three states (spinner strip → working, approval band → blocked, Full write-up with evidence: #2420 |
0 replies
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.
idea / problem
CodeWhale (github.com/Hmbown/CodeWhale) is a terminal coding agent — DeepSeek-first, Rust TUI, ratatui-based. Currently not detected by herdr. It has clear, stable visual markers across all three states, similar in simplicity to pi.
requested change
Add CodeWhale to detected agents with screen heuristics:
why you want this
CodeWhale runs entirely in the terminal with a consistent UI. The three detection markers are unambiguous and stable. A validated manifest exists — tested against real screen captures with herdr agent explain --file, all three states detect correctly. PR scope is small: +1 enum variant, +1 process mapping, +1 TOML manifest (~50 lines total). No integration hook needed for initial support (screen manifest only).
All reactions