iris
d34c594f2b
feat: hint to do other work when recv/bash_status waits time out
...
When an agent parks on a long-poll that expires with nothing to show,
nudge it to spend the idle time on other useful work instead of
immediately re-blocking on the same call.
- recv: when wait_seconds > 0 and the inbox is empty at timeout, the
'(empty)' result now carries IDLE_WAIT_HINT. Immediate peeks
(no/zero wait) are unchanged.
- bash_status: when wait_seconds > 0 and the task is still
pending/running at timeout, append BASH_IDLE_WAIT_HINT. Finished
tasks and no-wait calls are unchanged.
Both thread a 'waited' flag into the formatter so the hint only fires
on an actual wait-timeout. Unit tests cover both. Implements #1411 .
2026-06-05 20:50:44 +02:00
..
bin
refactor: remove hyperhive.role option — there is only one role: agent
2026-06-04 14:31:44 +02:00
client.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
events.rs
fix(clippy): fix all clippy warnings in hive-ag3nt, hive-forge, hive-matrix-mcp, hive-sh4re
2026-06-05 14:35:12 +02:00
forge_notify.rs
fix( #1309 ): retry forge token read at startup instead of giving up immediately
2026-06-04 21:15:03 +02:00
identity.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
lib.rs
fix: replace bash_tasks.rs with generic mcp_loose_ends scanner
2026-06-03 18:06:59 +02:00
login.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
login_session.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
mcp.rs
feat: hint to do other work when recv/bash_status waits time out
2026-06-05 20:50:44 +02:00
mcp_loose_ends.rs
fix(clippy): fix all clippy warnings in hive-ag3nt, hive-forge, hive-matrix-mcp, hive-sh4re
2026-06-05 14:35:12 +02:00
paths.rs
rename( #162 ): scrub remaining hm1nd references from comments and MCP instructions
2026-06-01 19:18:02 +02:00
plugins.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
prompt.rs
refactor: remove hyperhive.role option — there is only one role: agent
2026-06-04 14:31:44 +02:00
serve_common.rs
fix( #1179 ): normalize bash-task-* wake_from at write time
2026-06-03 21:13:59 +02:00
stats.rs
chore: remove stale TODO in stats.rs (ReminderRollup RPC already implemented)
2026-06-05 00:48:05 +02:00
turn.rs
fix(clippy): fix all clippy warnings in hive-ag3nt, hive-forge, hive-matrix-mcp, hive-sh4re
2026-06-05 14:35:12 +02:00
turn_stats.rs
feat( #2 ): split harness-internal state from agent-visible state
2026-06-01 13:27:35 +02:00
web_ui.rs
fix(clippy): fix all clippy warnings in hive-ag3nt, hive-forge, hive-matrix-mcp, hive-sh4re
2026-06-05 14:35:12 +02:00