Commit Graph

13 Commits

Author SHA1 Message Date
Vantz Stockwell
39dc29b048 fix: force CFLAGS=-w via env + add verbose output on FreeRDP build failure
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
2026-03-17 09:33:13 -04:00
Vantz Stockwell
3deb2d6be3 fix: suppress all FreeRDP warnings (-w) — we don't own this code, just need the DLLs
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
2026-03-17 09:32:03 -04:00
Vantz Stockwell
1b04d3edeb fix: suppress MinGW format string warnings in FreeRDP build (-Wno-format)
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
2026-03-17 09:31:17 -04:00
Vantz Stockwell
893b2350b6 fix: downgrade FreeRDP to 3.10.3 — 3.24.0 requires C11 threads.h missing from MinGW
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 26s
2026-03-17 09:30:01 -04:00
Vantz Stockwell
e39747850c fix: disable FreeRDP SDL/Windows clients — only need core libs, no C++
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 15s
2026-03-17 09:28:53 -04:00
Vantz Stockwell
04bf9b42c3 fix: build zlib + OpenSSL from source for MinGW FreeRDP cross-compile
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 32s
2026-03-17 09:27:15 -04:00
Vantz Stockwell
e5cc40df37 fix: replace awscli/SeaweedFS with Gitea package registry upload
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 46s
2026-03-17 09:22:10 -04:00
Vantz Stockwell
eda819c0fd fix: single-line git clone in CI workflow (Gitea Actions line continuation)
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 6s
2026-03-17 09:15:20 -04:00
Vantz Stockwell
7ee5321d69 feat: AI copilot backend — OAuth PKCE, Claude API streaming, 16 tools, conversations
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled
- 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
Vantz Stockwell
be868e8172 feat: AI copilot panel — chat UI with streaming, tool visualization, OAuth settings
Add the XO copilot right-side panel with:
- Pinia store (copilot.store.ts) managing panel state, messages, streaming, and token tracking
- useCopilot composable with mock streaming (30-100ms/word) and context-aware responses
- CopilotPanel: 320px collapsible panel with header, scrollable message list, and input area
- CopilotMessage: markdown rendering (bold, code, lists) with streaming cursor animation
- CopilotToolViz: color-coded tool call cards (green=terminal, yellow=SFTP, blue=RDP)
  with pending spinner, done checkmark, expandable input/result JSON
- CopilotSettings: model selector, token usage, clear history, connect/disconnect
- MainLayout integration: ghost icon toggle in toolbar, Ctrl+Shift+K shortcut,
  CSS slide transition, content area resizes (not overlay)

All Wails AIService bindings are TODOs with mock behavior. Pure Tailwind CSS,
no external markdown library.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 09:03:33 -04:00
Vantz Stockwell
1793576030 docs: update AI copilot spec — OAuth PKCE auth against Max subscription (no API key) 2026-03-17 08:55:40 -04:00
Vantz Stockwell
1962d2c9bc docs: AI Copilot design spec — Claude as XO with terminal, SFTP, and RDP vision/input 2026-03-17 08:37:35 -04:00
Vantz Stockwell
8a096d7f7b Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled
Go + Wails v3 + Vue 3 + SQLite + FreeRDP3 (purego)
183 tests, 76 source files, 9,910 lines of code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 08:19:29 -04:00