iris
4769d7ce5a
docs: remove stale /api/agent/{name}/links references
...
The c0re-proxy endpoint was removed in the dashboard-state refactor.
Links are now served by agent_links() via two agent-local endpoints:
StateSnapshot.links (GET /api/state, per-agent page) and
DashboardState.links (GET /api/dashboard-state, dashboard card).
Update docs/web-ui/agent.md and the StateSnapshot.links doc comment
to reflect the current source of truth.
2026-06-05 00:46:17 +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
feat( #1187 ): dynamic terminal scrollback with paginated history
2026-06-03 21:07:53 +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
docs: update get_host_journal container param to mention hive-ci and other siblings
2026-06-05 00:40:45 +02:00
mcp_loose_ends.rs
fix: address argus review yellows on #1158
2026-06-03 18:06:59 +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
fix( #1179 ): normalize bash-task-* wake_from at write time
2026-06-03 21:13:59 +02:00
turn.rs
remove Role::Manager + ManagerSurface + Flavor::Manager — there is only one role: agent
2026-06-04 12:15:03 +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
docs: remove stale /api/agent/{name}/links references
2026-06-05 00:46:17 +02:00