Skip to content

MIRA v0.334.0

Choose a tag to compare

@tarekedOz tarekedOz released this 14 Aug 16:47
· 11 commits to main since this release

MIRA v0.334.0 — public beta. Research automations that actually reach the wiki, and a rich wiki UI. No breaking changes; safe to upgrade in place.

Self-hostable single binary, AGPL-3.0-or-later, signed with the vexillon.ai release key.

Install

# Linux / macOS
curl -fsSL https://get.vexillon.ai/install.sh | sh
# Windows (PowerShell)
irm https://get.vexillon.ai/install.ps1 | iex

Research automations reach the wiki

A multi-cycle research automation could search all day and never write anything down. Five fixes close that gap:

  • Configurable per-action timeout. A new automations.max_action_secs (default 300) sets the wall-clock ceiling for a single automation action, and a prompt action can raise its own ceiling with max_action_secs — so a genuinely long research run (search → fetch → write, ~15 min) isn't killed at the old hard-coded 300s.
  • Dispatch no longer blocks the tick loop. Each run is spawned off the tick loop, so one slow action can't starve the others or delay the next tick.
  • Iteration budget is honoured per prompt. A prompt action's max_iterations now caps its tool-call rounds directly — raise it so a research task has enough search → fetch → write rounds to actually record what it found (too low a budget was the classic "searches but never writes").
  • You can always fix what the agent wrote. A user edit through the UI to any agent-authored wiki page is now allowed across every operation.
  • No more review-queue hammering. A write the extractor keeps proposing but that stays blocked is suppressed after a few identical failures (within a 14-day window) instead of being retried forever.

New installs also default wiki.auto_extract.auto_apply_above to 0.7 — confident extractions apply immediately while uncertain ones still queue for review. Existing configs are untouched.

Rich wiki UI

  • Markdown rendering with a View / Edit toggle — headings, tables, task lists, code blocks with syntax highlighting, blockquotes; existing pages open rendered, editing gives a live preview.
  • Embedded images — click Insert image or paste / drag-and-drop into the editor. Images upload into the wiki's own assets/ folder (content-addressed, so they travel with git sync and tarball export) and insert a portable ![](assets/…) reference. Accepts png/jpeg/webp/gif up to 10 MB; uploads are traversal-safe and served with immutable caching.
  • Settings → Wiki tab surfaces the review-gate controls in one place: extraction mode (review/auto/off), minimum confidence, max updates per turn, the auto-apply threshold, and the model's own write mode.

There's a new guide too: Run long research automations (docs/guides/long-running-research-automations.md).

Verify (optional)

Every archive is signed with the vexillon.ai minisign key committed at verification/release-pubkey.minisign:

minisign -Vm mira-0.334.0-<target>.tar.gz -p verification/release-pubkey.minisign