Releases: wisedev-code/MaIN.NET
Releases · wisedev-code/MaIN.NET
MaIN.NET.0.10.3
0.10.3 release
Inference parameters are now backend-specific — each AI provider has its own typed params class where only explicitly set values are sent to the API, with an AdditionalParams dictionary for custom fields.
MaIN.NET.0.10.2
0.10.2 release
Inference parameters are now backend-specific — each AI provider has its own typed params class where only explicitly set values are sent to the API, with an AdditionalParams dictionary for custom fields.
MaIN.NET.0.10.1
0.10.1 release
- Added InferPage Settings with backend selection, model configuration, API keys, and per-backend profiles.
- Added custom model paths and multimodal (.mmproj) support for local vision models.
- Refactored settings logic and upgraded LLamaSharp to 0.26.0 for improved vision reliability.
MaIN.NET.0.10.0
0.10.0 release
Improve InferPage:
- Refreshed chat UI layout with improved theming and smarter scroll behavior
- Extended attachments (drag & drop, paste), image previews, and improved image generation
- Added support for unregistered models and vision-based image handling (no OCR)
- Stability fixes, proper cancellation support, and internal service refactoring
MaIN.NET.0.9.4
0.9.0 release
- Add tool calling to local models
MaIN.NET.0.9.3
0.9.0 release
- Add tool calling to local models
MaIN.NET.0.9.2
0.9.0 release
- Add tool calling to local models
MaIN.NET.0.9.1
0.9.1 release
- Add tool calling to local models
MaIN.NET.0.9.0
0.9.0 release
- Add tool calling to local models
MaIN.NET.0.8.1
0.8.1 release
- Add Ollama integration