diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-12 13:43:07 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-12 13:43:07 -1000 |
| commit | 1d47891d0097c10920ab5706b54c847024ec8f29 (patch) | |
| tree | ec5f88639ef8dcb27b4428153f0f10de93bcfdd5 /go.mod | |
| parent | 80c233287b65927a012ff46a27d4eac9a796fce0 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
