All releases
Auxot OSS v0.3.17 April 8, 2026

Live-MCP CLI Worker, Gemma 4, and Context Truncation

Live-MCP tool continuation for the Claude CLI worker, Gemma 4 model support, and automatic truncation of large bash/read outputs with recall markers.


Features

  • Live-MCP continuation (CLI worker): the Claude CLI worker now handles live-mode MCP tool calls across multiple parallel tool results, correctly resuming inference after all tool results are collected.
  • Gemma 4 model support: added Gemma 4 models (Google and Unsloth) to the model registry with a 131 072-token default context size.
  • Bash output truncation: bash tool now caps inline output at 1 KB (showing the tail) and includes a tool_recall hint so the LLM can retrieve the full output when needed.
  • Byte-mode file reading: read tool adds offset_byte/limit_bytes parameters for binary-safe and large-file access, with the same inline cap and recall hint behaviour.