• Berlin
  • Joined on 2025-01-15
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 16:23:07 +02:00
5c27ab9d13 fix: scope rate-limit detection on stdout to JSON error events only
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 16:22:11 +02:00
e6469403ee fix forge theme: add forgejo-* to THEMES, use C+ copy for CSS
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 16:02:00 +02:00
4bcc8bf0b1 fix: import anyhow::Context for .context() on serde_json result
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:58:07 +02:00
7b3bc3a744 docs: fix stale contextWindowTokens reference in hyperhive.model option
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:49:25 +02:00
d3d52349c3 model/context: move context window config to host-level hive-c0re.nix
7e2f13cad8 model/context: defaults in nix module, no heuristic in rust
770cbaccf9 model/context: per-model ctx window overrides + expose window size in /api/state
9064cd3c57 model/context: configurable default model + model-derived context window
Compare 4 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:48:06 +02:00
67f948028c add catppuccin mocha × vibec0re theme to forge
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:29:57 +02:00
b1f10b1d1b render message reply threads in dashboard and per-agent inbox
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:17:47 +02:00
804875d670 surface rate_limited status as red badge on per-agent page and dashboard
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 15:06:54 +02:00
808b9cbe1a extract ctx token thresholds into named constants
de13e80082 screen: fix VeNCrypt security negotiation for weston VNC backend
270ef19920 dashboard: add per-agent ctx-window usage chip to container rows
Compare 3 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 14:49:36 +02:00
25659ee9f3 auto session-reset: drop checkpoint turn, reset cold without warming cache
fb951c1004 auto session-reset: fix default cache TTL to 1h, clarify state-preservation purpose
44c903f265 auto session-reset when context large and cache is cold
Compare 3 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 14:40:49 +02:00
80dd5bb69e two-step agent spawn: request_init_config + request_spawn
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 14:39:22 +02:00
42437f9c6a agent UI: show 🖥 screen link when gui_enabled
e448db2c34 harness: add /screen page and /screen/ws WebSocket VNC relay
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 14:38:53 +02:00
2027e94432 harness: add /screen page and /screen/ws WebSocket VNC relay
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 14:34:19 +02:00
29df223650 fix weston-vnc: use /etc/hostname instead of hostname binary, disable TLS
37522fd629 nix: replace weston RDP backend with VNC, add hyperhive.gui.enable option
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:58:35 +02:00
0b237d7d8c broker: skip broadcast self-delivery
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:42:24 +02:00
bded8d789f integrate reminder stats into stats page via socket RPC
86a499eeb5 add reminder_stats field to stats Snapshot
96d35786a5 fix: handle ReminderRollup in agent/manager response patterns
f17ee5659e add reminder rollup RPC and broker query
Compare 4 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:41:49 +02:00
931d4b26e7 broker: batch reminder delivery in single db transaction
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:41:20 +02:00
3c672ed6b2 add allowedBashPatterns NixOS option for finer-grained Bash tool approval
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:40:46 +02:00
c05a750409 enforce per-agent pending reminder cap (default 50, HIVE_REMIND_MAX_PENDING_PER_AGENT)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-20 13:40:21 +02:00
e27984b74c add graceful shutdown signal to coordinator and all background tasks