| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Check if the Microsoft account token is expired before attempting to
launch the game. If expired, attempt to refresh using the refresh_token.
If refresh fails, return an error instructing the user to login again.
Also removed #[allow(dead_code)] from is_token_expired since it's
now actively used.
|
| |
|
|
|
|
|
|
|
|
| |
The fallback in the reqwest client builder was calling get_client()
recursively, which would cause a stack overflow if Client::builder()
failed. Now uses reqwest::Client::new() as the fallback.
Also fixed User-Agent to be platform-agnostic.
Reviewed-by: Claude Opus 4.5
|
| |
|
|
| |
Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
|
| |
|
|
| |
MsRefreshTokenState
|
| |
|
|
| |
calls
|
| |
|
|
| |
Java detection functionality
|
| | |
|
| |
|
|
| |
and login UI
|
| |
|
|
| |
and auto-open functionality
|
| | |
|
| |
|
|
| |
refactor request handling
|
| |
|
|
| |
authentication and profile fetch
|
| | |
|
| |
|