aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/assistant.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): rewrite macros to generate client苏向夜2026-02-181-18/+12
|
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-231-0/+4
|
* feat(ts-bindings): fix ts bindings naming convention苏向夜2026-01-211-4/+7
|
* fix: Update TypeScript export paths to reflect new directory structureHsiangNianian2026-01-211-4/+7
|
* feat: Add TypeScript support to data structures using ts-rs for type generationHsiangNianian2026-01-211-4/+15
|
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-0/+694
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.