aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/account_storage.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): rewrite macros to generate client苏向夜2026-02-181-16/+4
|
* refactor: add TypeScript support to account storage structuresHsiangNianian2026-01-301-3/+21
|
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-0/+2
| | | | 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.
* refactor: consolidate derive attributes for AccountStore structHsiangNianian2026-01-141-3/+1
|
* refactor: simplify default implementations for AccountStore and ↵HsiangNianian2026-01-141-8/+1
| | | | MsRefreshTokenState
* refactor: improve code readability by formatting and restructuring function ↵HsiangNianian2026-01-141-7/+11
| | | | calls
* feat: implement Microsoft account token refresh and storage management; add ↵HsiangNianian2026-01-131-0/+159
Java detection functionality