Add agent activity feed overlay showing real-time agent work #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a scrolling activity feed (bottom or side panel) showing agent actions in real time. Pull from Gitea API. Auto-refresh every 30s. Show PR merges, issue starts, completions.
PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/15
Added a right-side collapsible activity feed panel (
js/activity-feed.js) that polls the Gitea API every 30 s. Shows PR opens/merges and issue opens/closes with colour-coded icons and relative timestamps. Configurable via URL params or Vite env vars. Build passes clean.