feat(boards): Store gateway config per board
Move gateway configuration into board settings and wire agent\nprovisioning, heartbeat templates, and gateway status lookups\nto use board-specific gateway settings. Adds board_id on agents\nand UI updates for board-scoped selection.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,7 @@ MAIN_SESSION_KEY={{ main_session_key }}
|
||||
WORKSPACE_ROOT={{ workspace_root }}
|
||||
AGENT_NAME={{ agent_name }}
|
||||
AGENT_ID={{ agent_id }}
|
||||
BOARD_ID={{ board_id }}
|
||||
SESSION_KEY={{ session_key }}
|
||||
WORKSPACE_PATH={{ workspace_path }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user