aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/fabric.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-8/+10
| | | | 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.
* feat: Add version installation and check functionality to enhance mod loader ↵HsiangNianian2026-01-151-3/+24
| | | | support in the application
* refactor: clean up formatting and improve readability in core modulesHsiangNianian2026-01-141-3/+8
|
* feat: add Fabric and Forge loader support modules with version fetching and ↵HsiangNianian2026-01-141-0/+269
installation functionality