• Berlin
  • Joined on 2025-01-15
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 22:30:19 +02:00
cbd4b71322 fix #296: auto-generate GPG signing key for Forgejo on first boot
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 22:29:43 +02:00
a94b504883 forge_notify: skip-reasons drop-list filter, configurable via agent.nix
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 22:20:18 +02:00
b0f6bd8ece fix: self-calibrate context window from API result event
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 22:18:15 +02:00
3e94914569 fix #289: full forge sync on rebuild (extract sync_agent, use in rebuild_agent)
7ad9809207 fix #289: re-seed forge token in rebuild_agent
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 22:12:56 +02:00
2f1b846baf dashboard: show meta-update progress in the META INPUTS panel
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 21:35:18 +02:00
20d2b48fe5 hive-forge: fix comment --body flag swallowing, add comment-edit verb
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 21:30:06 +02:00
3f08051bda lifecycle: seed applied repo at template commit, not main, for first-spawn diff
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 20:32:10 +02:00
93bf91535f hive-forge: add --milestone to issue-edit
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 20:21:19 +02:00
66ec8390e1 hive-forge: add comment-show <id> [--json] [repo]
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 20:08:17 +02:00
a9a10b631f dashboard: show when an approval was requested (closes #272)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 19:53:10 +02:00
908cadb151 docs: add missing #[must_use], # Errors, # Panics across public api
748536203b refactor: split long functions per review feedback; remove all #[allow] attributes
bbe2112dc9 fix: use try_from for i64/u64 casts; split format_notification into helpers
484cea62c7 fix #265: resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
Compare 4 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 18:56:16 +02:00
30d82148e0 clippy: apply auto-fixable warnings across workspace (closes #265 partial)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 18:55:56 +02:00
56d0b02c2f nix: drop unused weston-rdp.nix (closes #263)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 16:59:41 +02:00
4a0d08154e forge_notify: detect review requests via requested_reviewers (closes #253)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 16:45:49 +02:00
845fafdf1b forge_notify: show assignees and reviewers unconditionally (closes #256)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 16:33:22 +02:00
9b9277db78 fix: vendor marked UMD build so window.marked is defined (issue #244)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 16:26:53 +02:00
b283768f26 forge: replace curl shell-outs with reqwest http helper (closes #249)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 15:39:18 +02:00
5c360e8293 forge_notify: filter self-notifications, detect PR reviews (closes #230, closes #231)
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 15:29:23 +02:00
bbe4cdb872 add meta read access and remote for agents on forge
vinzenz pushed to main at vinzenz/hyperhive 2026-05-22 15:25:10 +02:00
4bc5237bea harness: fix sandbox-fallback conflict with lib.mkForce (closes #247)