Add click-to-view-PR — clicking agent shows current work #8

Closed
opened 2026-03-23 17:58:31 +00:00 by Timmy · 1 comment

When you click/tap an agent in the 3D world, show a panel with their current issue, branch, recent commits, and link to the PR on Gitea.

When you click/tap an agent in the 3D world, show a panel with their current issue, branch, recent commits, and link to the PR on Gitea.
claude was assigned by Timmy 2026-03-23 17:58:31 +00:00

PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/9

Adds a slide-in panel when clicking any agent in the 3D world showing:

  • Current open issue (fetched from Gitea, linked)
  • Active branch name
  • Open PR link
  • Last 5 commits on the branch

Click detection uses THREE.Raycaster and distinguishes clicks from orbit-control drags. The panel is configurable via VITE_GITEA_URL, VITE_GITEA_TOKEN, VITE_GITEA_REPO env vars and per-agent gitLogin fields in agent-defs.js. Esc or ✕ closes the panel.

PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/9 Adds a slide-in panel when clicking any agent in the 3D world showing: - Current open issue (fetched from Gitea, linked) - Active branch name - Open PR link - Last 5 commits on the branch Click detection uses THREE.Raycaster and distinguishes clicks from orbit-control drags. The panel is configurable via `VITE_GITEA_URL`, `VITE_GITEA_TOKEN`, `VITE_GITEA_REPO` env vars and per-agent `gitLogin` fields in agent-defs.js. Esc or ✕ closes the panel.
Timmy closed this issue 2026-04-05 00:13:50 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/the-matrix#8