Skip to content

Releases: mobitouchOS/MaIN.NET

MaIN.NET.10.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 09:16
2d69ac9

10.0.1 release

  • Added support for Anthropic's new Claude Sonnet 5 model

MaIN.NET.10.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:57
29b377c

10.0.0 release

  • Stability improvements
  • Agentic interactive documentation - www.usemain.net
  • Happiness <3

MaIN.NET.0.10.16

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:23

0.10.14 release

  • Local image generation now runs in-process via StableDiffusion.NET (GGUF diffusion models on CPU/CUDA), replacing the external Python/Flask image-gen service.
  • Adds local diffusion model catalog (StableDiffusion1_5, Flux1Shnell, QwenImage) with multi-asset downloads (VAE/CLIP/T5/etc) via AIHub.Model().EnsureDownloadedAsync().
  • InferPage Settings now lists local diffusion models for the Self backend, tagged "Image Gen", and resolves custom model paths correctly for image generation.
  • Removes the ImageGen Python service, Docker image, and MaIN__ImageGenUrl setting.

MaIN.NET.0.10.14

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:33

0.10.14 release

  • Local image generation now runs in-process via StableDiffusion.NET (GGUF diffusion models on CPU/CUDA), replacing the external Python/Flask image-gen service.
  • Adds local diffusion model catalog (StableDiffusion1_5, Flux1Shnell, QwenImage) with multi-asset downloads (VAE/CLIP/T5/etc) via AIHub.Model().EnsureDownloadedAsync().
  • InferPage Settings now lists local diffusion models for the Self backend, tagged "Image Gen", and resolves custom model paths correctly for image generation.
  • Removes the ImageGen Python service, Docker image, and MaIN__ImageGenUrl setting.

MaIN.NET.0.10.13

Choose a tag to compare

@github-actions github-actions released this 08 Jun 06:14

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:53

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:46

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

Choose a tag to compare

@github-actions github-actions released this 31 May 13:03
4fb8ec7

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

Choose a tag to compare

@github-actions github-actions released this 26 May 13:56

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

Choose a tag to compare

@github-actions github-actions released this 24 May 20:27
696c27e

Adds agent skills support.

What's Changed

Full Changelog: 0.10.4...0.10.5