Add watchdog agent profile to command center
- Add 'watchdog' to KNOWN_PROFILES (5th agent) - Custom status check via watchdog state file + kanban gateway fallback - New /api/watchdog/status endpoint with scripts, plugins, heartbeat info - Watchdog endpoint bypasses auth (public, non-sensitive) - Update frontend PROFILE_ICONS + cache buster
This commit is contained in:
+1
-1
@@ -279,7 +279,7 @@ let chatState = {
|
||||
sending: false,
|
||||
};
|
||||
|
||||
const PROFILE_ICONS = { coder: '💻', assistant: '🤖', artist: '🎨', kanban: '📋' };
|
||||
const PROFILE_ICONS = { coder: '💻', assistant: '🤖', artist: '🎨', kanban: '📋', watchdog: '🛡️' };
|
||||
|
||||
async function loadAgentProfiles() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user