Skip to content

v0.13.0 — Gemma Profiles & Human Control

Choose a tag to compare

@ITSpecialist111 ITSpecialist111 released this 11 Jul 13:02
· 7 commits to main since this release

Gemma 4 E4B, one model with three depths

  • gemma4:e4b is now the local default across reasoning, orchestration, specialist templates, architecture, and Dashboard Studio.
  • Rapid disables model thinking for low-latency checks.
  • Balanced enables thinking for everyday multi-step goals.
  • Deep enables thinking with larger bounded output and run budgets.
  • All profiles retain the same deterministic schemas, tool ordering, allowlists, approvals, deduplication, and checkpointed plan replay.
  • Ollama private thinking is deliberately excluded from history, traces, persistence, and the human UI.

Human control layer

The dashboard is reorganized around Home, Ask & Run, Plans, Automation, Insights, and Studio. It adds streaming run progress, cancellation, an exact-plan review center, responsive activity and agent views, mobile drawer navigation, accessible focus/ARIA behavior, and the Clawpilot light/dark theme.

Upgrade notes

  • This is a breaking local-model default change from the previous Qwen/DeepSeek/Mistral mix.
  • The Gemma E4B Ollama artifact is approximately 9.6 GB. Verify disk space and runtime memory before upgrading.
  • Existing persistent /config/agents.yaml files are preserved.
  • Keep dry_run_mode: true while validating Rapid/Balanced/Deep against your real entities.
  • New option: reasoning_default_profile (rapid|balanced|deep, default balanced).

Verification

  • 272 backend tests passed; 4 live external-MCP tests skipped by design.
  • React 19 / Vite 8 production build passed.
  • npm audit: 0 vulnerabilities.
  • Desktop and 390 px mobile operator flows validated.

See CHANGELOG.md, DEPLOYMENT.md, and GEMMA_UI_0_13.md for full details.