iris
cd7846b348
bash-tasks page: live interval poll + spawn_blocking the dir scan (review)
...
Two fixes from review:
- Liveness: /api/state isn't polled while online (only during login), so
hooking refreshBashTasks to it only populated on cold load. Bash tasks
start + finish asynchronously between turns, so add a light ~4s interval
to keep the tasks pill live; the /api/state-time call now just does the
first-paint populate. Doc note corrected to match.
- Move the blocking dir scan + per-file reads in /api/bash-tasks off the
async executor via tokio::task::spawn_blocking (damocles nit).
2026-06-21 13:28:37 +02:00
..
bin
hive-c0re: graceful agent stop — quiesce harness, flush state, then stop
2026-06-19 11:50:59 +02:00
client.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
events.rs
feat( #1466 ): add sessions table + turn_stats.session_id capture for per-session stats
2026-06-10 19:56:15 +02:00
forge_notify.rs
forge_notify: replace issue-tag comments with doc references (tracker-tag lint)
2026-06-13 12:20:21 +02:00
identity.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
lib.rs
docs: drop stale hive-m1nd references (single hive binary)
2026-06-10 19:52:19 +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
hive-c0re: graceful agent stop — quiesce harness, flush state, then stop
2026-06-19 11:50:59 +02:00
mcp_loose_ends.rs
refactor( #1450 ): lift shared harness-path resolution into hive-sh4re
2026-06-14 21:34:58 +02:00
paths.rs
hive-sh4re: make harness_dir the single resolver; hive-ag3nt delegates ( #1450 )
2026-06-16 12:36:48 +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
docs: drop stale two-loop/two-binary framings (single hive serve loop)
2026-06-10 20:01:52 +02:00
stats.rs
feat(stats): surface first-turn ctx tokens on the per-agent stats page
2026-06-10 20:37:35 +02:00
turn.rs
docs: drop residual both-binaries framings + stale binary_subcommand doc
2026-06-10 20:04:03 +02:00
turn_stats.rs
turn_stats: create the session_id index after the column exists
2026-06-13 12:18:04 +02:00
web_ui.rs
bash-tasks page: live interval poll + spawn_blocking the dir scan (review)
2026-06-21 13:28:37 +02:00