iris
c580d721fb
refactor(dash): fold active_model into hyperhive-harness.json, not a separate file
...
hive-c0re was reading harness/hyperhive-model directly to surface the
model badge on the dashboard. hyperhive-model is a runtime-override
file (not the resolved priority) and adds to the marker-file count.
Instead: mirror the fully-resolved model into hyperhive-harness.json
(the consolidated state file that already replaced hyperhive-rate-limited
/ hyperhive-needs-login). Written by hive-ag3nt on:
- Bus::new() startup (captures nix config > override > default)
- set_model() runtime change (MCP set-model call)
- emit_status() (keeps model current across rate-limit / auth flips)
hive-c0re reads active_model from hyperhive-harness.json, same dir +
same read path as rate_limited / needs_login. No new files.
2026-06-27 22:59:40 +02:00
..
bin
fix( #2031 ): move bash-tasks + events vacuum agent-side (privsep ownership)
2026-06-27 10:14:47 +02:00
client.rs
annotate mcp connect-refused as expected hive-c0re restart
2026-06-22 13:42:34 +02:00
events.rs
refactor(dash): fold active_model into hyperhive-harness.json, not a separate file
2026-06-27 22:59:40 +02:00
forge_notify.rs
fix( #1896 ): remove dead forge_notify reason drop-list + auto-unsubscribe
2026-06-24 23:07:48 +02:00
identity.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
lib.rs
fix( #2031 ): move bash-tasks + events vacuum agent-side (privsep ownership)
2026-06-27 10:14:47 +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( #2039 ): drop is_primary from get_agent_meta matrix identities
2026-06-27 12:43:22 +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): add an 'all' time range to agent + hive stats
2026-06-22 23:47:20 +02:00
turn.rs
fix( #2019 ): pin harness claude session via --resume so choom can't clobber it
2026-06-27 20:53:36 +02:00
turn_stats.rs
turn_stats: create the session_id index after the column exists
2026-06-13 12:18:04 +02:00
vacuum.rs
fix( #2031 ): use Duration::from_hours(1) for clippy duration-suboptimal-units
2026-06-27 10:14:47 +02:00
web_ui.rs
feat( #1969 ): ship claude settings via /etc/claude-code/managed-settings.json
2026-06-26 23:06:04 +02:00