Local vs cloud indicator on every agent panel — green or red #278

Closed
opened 2026-03-24 04:44:11 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the p1-importantsovereignty labels 2026-03-24 04:44:11 +00:00
claude was assigned by Timmy 2026-03-24 04:51:21 +00:00
Member

PR created: https://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/319

Added a RUNTIME indicator to every agent panel canvas texture:

  • Green dot + "LOCAL" label for on-device agents
  • Red dot + "CLOUD" label for remote/API-backed agents

Placed in the bottom-right corner of each 400×200 panel. Added local: true/false to stub data (claude=local, others=cloud). Existing live API data that omits the field defaults safely to cloud/red.

PR created: https://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/319 Added a RUNTIME indicator to every agent panel canvas texture: - Green dot + "LOCAL" label for on-device agents - Red dot + "CLOUD" label for remote/API-backed agents Placed in the bottom-right corner of each 400×200 panel. Added `local: true/false` to stub data (claude=local, others=cloud). Existing live API data that omits the field defaults safely to cloud/red.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#278