diff --git a/audit/audit.log b/audit/audit.log index 30ab031..4a7bcbb 100644 --- a/audit/audit.log +++ b/audit/audit.log @@ -1,3 +1,7 @@ {"action": "skill_run", "skill": "heartbeat", "agent": "opencode", "run_id": "d52d517a", "timestamp": "2026-05-17T09:58:07.559900+00:00", "id": "36284cbc"} {"action": "skill_run", "skill": "devops-audit", "agent": "opencode", "run_id": "92cd4f97", "timestamp": "2026-05-17T09:59:08.213032+00:00", "id": "40695cd7"} {"action": "skill_run", "skill": "heartbeat", "agent": "opencode", "run_id": "f18c903b", "timestamp": "2026-05-17T10:18:44.356138+00:00", "id": "c9117c6d"} +{"action": "job_deleted", "job_id": "daily-standup-default", "timestamp": "2026-05-17T10:34:38.978261+00:00", "id": "35513486"} +{"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:37:06.791873+00:00", "id": "c41e3054"} +{"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:40:56.501310+00:00", "id": "6d4ab33d"} +{"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:42:36.570364+00:00", "id": "358f4058"} diff --git a/dashboard/api.js b/dashboard/api.js index f639be8..ea241f3 100644 --- a/dashboard/api.js +++ b/dashboard/api.js @@ -43,4 +43,6 @@ const api = { updateSettings: (settings) => api.put('/api/settings', { settings }), getStandards: () => api.get('/api/standards'), discoverStandards: () => api.post('/api/standards/discover'), + chat: (agent, message) => api.post('/api/chat', { agent, message }), + getChatHistory: () => api.get('/api/chat/history'), }; diff --git a/dashboard/index.html b/dashboard/index.html index 40c27b7..ccb9ae1 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -16,7 +16,7 @@
Talk to opencode, Hermes, and Gemini CLI
+