|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m2s
Replace mock responses in the XO copilot panel with real Wails binding calls to the Go AIService backend: - StartLogin now opens the browser via pkg/browser.OpenURL - SendMessage returns ChatResponse (text + tool call results) instead of bare error, fixing the tool-call accumulation bug in messageLoop - Add GetModel/SetModel methods for frontend model switching - Frontend useCopilot composable calls Go via Call.ByName from @wailsio/runtime, with conversation auto-creation, auth checks, and error display in the chat panel - Store defaults to isAuthenticated=false; panel checks auth on mount - CopilotSettings syncs model changes and logout to the backend Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| client_test.go | ||
| client.go | ||
| conversation_test.go | ||
| conversation.go | ||
| oauth_test.go | ||
| oauth.go | ||
| router_test.go | ||
| router.go | ||
| screenshot_test.go | ||
| screenshot.go | ||
| service.go | ||
| terminal_buffer_test.go | ||
| terminal_buffer.go | ||
| tools.go | ||
| types.go | ||