iris
c353dc1893
fix: emit relative container link URLs from harness, update dashboard join
...
Container link URLs (/screen.html, /stats.html) were root-relative,
which works when the agent is accessed directly at :port/ but resolves
to the gateway root when accessed via /agent/<name>/.
Fix at the source: harness emits relative URLs (screen.html, stats.html)
and the dashboard joins containerBase + '/' + url. The agent page uses
the URL directly and relative resolution is now correct in both paths.
2026-05-31 23:24:39 +02:00
..
bin
agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
2026-05-31 21:38:34 +02:00
client.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
events.rs
doc: add non-atomicity comment to emit_status RMW (argus note)
2026-05-31 20:32:13 +02:00
forge_notify.rs
hive-ag3nt + docs: extract forge_notify prose ( #716 batch 4)
2026-05-31 17:17:24 +02:00
identity.rs
feat( #589 ): swarm peers option + HYPERHIVE_PEERS env wire v0
2026-05-31 23:06:38 +02:00
lib.rs
hive-ag3nt: identity module with hive-qualified label ( #589 phase A, first PR)
2026-05-29 19:09:44 +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-ag3nt: scrub mcp.rs cookies ( #716 batch 8)
2026-05-31 17:39:45 +02:00
paths.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
plugins.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
prompt.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
serve_common.rs
harness: flip into needs_login on 401 mid-turn ( closes #419 )
2026-05-25 21:50:21 +02:00
stats.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
turn.rs
hive-ag3nt: scrub turn.rs cookies ( #716 batch 7)
2026-05-31 17:29:20 +02:00
turn_stats.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
web_ui.rs
fix: emit relative container link URLs from harness, update dashboard join
2026-05-31 23:24:39 +02:00