Skip to content

Releases: wisedev-code/MaIN.NET

MaIN.NET.0.10.13

08 Jun 06:14

Choose a tag to compare

0.10.13 release

  • Adds WithMaxIterations() to ToolsConfigurationBuilder and McpContext to override the default tool-call iteration limit.
  • Fix: MCP loop now sends a final synthesis request instead of returning an error string when the iteration cap is reached.
  • Fix: Gemini/Vertex backends now throw NotSupportedException when WithMaxIterations is used instead of silently ignoring the value.

MaIN.NET.0.10.12

07 Jun 17:53

Choose a tag to compare

0.10.10 release

  • Adds WithMaxIterations() to ToolsConfigurationBuilder and McpContext to override the default tool-call iteration limit.
  • Fix: MCP loop now sends a final synthesis request instead of returning an error string when the iteration cap is reached.
  • Fix: Gemini/Vertex backends now throw NotSupportedException when WithMaxIterations is used instead of silently ignoring the value.

MaIN.NET.0.10.11

07 Jun 15:46

Choose a tag to compare

0.10.11 release

  • Adds WithMaxIterations() to ToolsConfigurationBuilder and McpContext to override the default tool-call iteration limit.
  • Fix: MCP loop now sends a final synthesis request instead of returning an error string when the iteration cap is reached.
  • Fix: Gemini/Vertex backends now throw NotSupportedException when WithMaxIterations is used instead of silently ignoring the value.

MaIN.NET.0.10.10

31 May 13:03
4fb8ec7

Choose a tag to compare

0.10.10 release

  • Adds WithMaxIterations() to ToolsConfigurationBuilder and McpContext to override the default tool-call iteration limit.
  • Fix: MCP loop now sends a final synthesis request instead of returning an error string when the iteration cap is reached.
  • Fix: Gemini/Vertex backends now throw NotSupportedException when WithMaxIterations is used instead of silently ignoring the value.

MaIN.NET.0.10.9

26 May 13:56

Choose a tag to compare

0.10.9 release

  • Expands model catalog with latest Claude (Opus 4.7, Sonnet 4.6, Haiku 4.5), OpenAI (GPT-4.1, GPT-5 family, o3, o4-mini, Codex Mini), Gemini (3.x series), Groq (Llama 4, Qwen3, Compound), and Ollama (Llama 4, Gemma 3/4, Qwen3/3.5/3.6/Coder, DeepSeek R1, Phi4, Mistral) models.
  • Adds configurable Ollama base URL (MaIN__OllamaBaseUrl) for containerized deployments.
  • Adds InferPage Docker images published to GHCR with CPU, CUDA, and bundled-Ollama targets.

MaIN.NET.0.10.5

24 May 20:27
696c27e

Choose a tag to compare

Adds agent skills support.

What's Changed

Full Changelog: 0.10.4...0.10.5

MaIN.NET.0.10.4

14 Apr 12:46
841dd68

Choose a tag to compare

0.10.4 release

Adds Google Vertex AI as a backend with authentication, MCP support, and new models including image generation, along with UI configuration and example usage.

MaIN.NET.0.10.3

25 Mar 19:14

Choose a tag to compare

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

19 Mar 11:25
93b9913

Choose a tag to compare

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

17 Mar 08:32
69446b1

Choose a tag to compare

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.