damocles
9bd51a7440
feat( #1653 ): optional name param for bash run tool
2026-06-13 17:16:36 +02:00
damocles
1569d55f78
feat: capture normalised bash command heads for the favorite-tools stat
2026-06-06 00:52:56 +02:00
damocles
fb726197ea
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
damocles
41eb3f806c
refactor: remove hyperhive.role option — there is only one role: agent
2026-06-04 14:31:44 +02:00
damocles
280ae23c0c
fix( #1220 ): remove default 180s timeout from bash run — no timeout unless explicitly set
2026-06-03 22:35:51 +02:00
damocles
5c2f9dcf11
feat( #1192 ): spawn bash tasks with nice(10)
2026-06-03 21:11:34 +02:00
damocles
8731474104
fix: replace bash_tasks.rs with generic mcp_loose_ends scanner
...
- hive-ag3nt: remove bash_tasks.rs entirely; add mcp_loose_ends.rs that
scans harness/mcp-loose-ends/*.json generically (no bash knowledge)
- hive-bash-mcp: daemon writes mcp-loose-ends/bash.json on every task
state transition (pending/running/done/interrupted/timed_out)
- get_loose_ends: reads mcp_loose_ends::collect() instead of bash-specific code
- implements the generic mechanism from #1162
2026-06-03 18:06:59 +02:00
damocles
e86160820a
feat( #1106 ): split bash mcp into hive-bash-daemon + hive-bash-mcp bridge
...
- new hive-bash-mcp crate: daemon (subprocess runner, wake signals) +
stdio bridge (mcp tools). mirrors hive-matrix-mcp architecture
- hive-ag3nt: remove bash_runner.rs and bash_run/bash_status mcp tools;
get_loose_ends uses hive_bash_mcp:🏃 :active_tasks() via crate dep
- harness-base.nix: add hive-bash-daemon systemd service + auto-inject
bash extraMcpServer into every agent (socket: /run/hive-bash/socket)
2026-06-03 18:06:59 +02:00