wraith/internal/ai
Vantz Stockwell 7ee5321d69
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled
feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations
- OAuth PKCE flow for Max subscription auth (no API key needed)
- Claude API client with SSE streaming (Messages API v1)
- 16 tool definitions: terminal, SFTP, RDP, session management
- Tool dispatch router mapping to existing Wraith services
- Conversation manager with SQLite persistence
- Terminal output ring buffer for AI context
- RDP screenshot encoder (RGBA → JPEG with downscaling)
- Wired into Wails app as AIService

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 09:09:23 -04:00
..
client_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
client.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
conversation_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
conversation.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
oauth_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
oauth.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
router_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
router.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
screenshot_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
screenshot.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
service.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
terminal_buffer_test.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
terminal_buffer.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
tools.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00
types.go feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations 2026-03-17 09:09:23 -04:00