wraith/src-tauri
Vantz Stockwell e28d0f65cd
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 9s
feat: integrate Gemini AI XO copilot + backend cleanup + connection timeouts
Backend cleanup (Gemini):
- Strip verbose doc comments across SSH, RDP, and command modules
- Add 10s timeout on SSH connect/auth, 15s on RDP connection
- Fix macOS data directory to ~/Library/Application Support/Wraith
- Add generic disconnect_session command
- Simplify SFTP setup and error handling
- Inline AppState field construction

Gemini AI XO integration:
- Add GeminiService (src-tauri/src/ai/) with API Key, Service Account,
  and Google Account (OAuth2) authentication methods
- Add ai_commands (set_gemini_auth, gemini_chat, is_gemini_authenticated)
- Add GeminiPanel.vue — collapsible chat sidebar with multi-auth UI
- Wire Ctrl+Shift+G toggle and status bar AI button in MainLayout
- Add reqwest + anyhow dependencies

Bugfix:
- Fix dropped modulo operator in Ctrl+Tab/Ctrl+Shift+Tab handlers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:38:52 -04:00
..
gen/schemas feat: Phase 6 complete — CI/CD pipeline + auto-updater 2026-03-17 16:39:42 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src feat: integrate Gemini AI XO copilot + backend cleanup + connection timeouts 2026-03-24 16:38:52 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock feat: integrate Gemini AI XO copilot + backend cleanup + connection timeouts 2026-03-24 16:38:52 -04:00
Cargo.toml feat: integrate Gemini AI XO copilot + backend cleanup + connection timeouts 2026-03-24 16:38:52 -04:00
installer.nsi.template fix: move NSIS script to template file — avoid YAML !include parse error 2026-03-18 02:01:42 -04:00
tauri.conf.json refactor: clean up backend — strip verbose docs, add connection timeouts, fix macOS data dir 2026-03-24 16:30:02 -04:00