Add click-to-view-PR — clicking agent shows current work #8
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?
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.
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:
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_REPOenv vars and per-agentgitLoginfields in agent-defs.js. Esc or ✕ closes the panel.