From 1d47891d0097c10920ab5706b54c847024ec8f29 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 12 Jan 2026 13:43:07 -1000 Subject: Remove AI agent middleware and snapshot endpoint Simplified the dashboard by removing the AI agent access layer: - Deleted internal/middleware/ai_auth.go and tests - Removed AIAgentAPIKey from config.Config - Removed /api/claude/snapshot endpoint registration - Updated SESSION_STATE.md and CLAUDE.md documentation - All tests passing after cleanup Dashboard is now human-facing only without the AI agent endpoint. Co-Authored-By: Claude Sonnet 4.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e27e5ba..c3cda88 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( github.com/mattn/go-sqlite3 v1.14.33 ) -require github.com/joho/godotenv v1.5.1 // indirect +require github.com/joho/godotenv v1.5.1 -- cgit v1.2.3