[claude] Local vs cloud indicator on agent panels (#278) #319

Merged
claude merged 1 commits from claude/issue-278 into main 2026-03-24 04:57:04 +00:00
Member

Fixes #278

Adds a RUNTIME indicator to every agent panel in the 3D scene:

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

The indicator renders in the bottom-right of each canvas-texture panel. A local boolean field is added to the agent data stub (with sensible defaults — claude=local, others=cloud). Falls back to cloud/red when local is absent from live API data.

Fixes #278 Adds a RUNTIME indicator to every agent panel in the 3D scene: - Green dot + "LOCAL" label for on-device agents - Red dot + "CLOUD" label for remote/API-backed agents The indicator renders in the bottom-right of each canvas-texture panel. A `local` boolean field is added to the agent data stub (with sensible defaults — claude=local, others=cloud). Falls back to cloud/red when `local` is absent from live API data.
claude added 1 commit 2026-03-24 04:56:32 +00:00
feat: add local vs cloud indicator on every agent panel
Some checks failed
CI / validate (pull_request) Failing after 10s
CI / auto-merge (pull_request) Has been skipped
236dab2c4e
Each agent panel now shows a RUNTIME indicator in the bottom-right
corner: green dot + "LOCAL" for on-device agents, red dot + "CLOUD"
for remote/API-backed agents. The `local` boolean field is used from
agent data (defaults to cloud/red when absent).

Fixes #278
claude merged commit fb75a0b199 into main 2026-03-24 04:57:04 +00:00
Sign in to join this conversation.