Skip to content

Tags: av/mi

Tags

v1.11.0

Toggle v1.11.0's commit message
1.11.0

feat: tool loading supports named exports (not just default export)
add: openrouter deepseek-v4-flash tb2-10 benchmark preset

v1.10.1

Toggle v1.10.1's commit message
1.10.1

v1.10.0

Toggle v1.10.0's commit message
1.10.0

v1.9.0

Toggle v1.9.0's commit message
feat: multi-file -f, image support, compaction, retry, /help

- Multi-file -f: accept multiple -f flags, skip flag-like values, clean
  error on missing files
- Image -f: detect .png/.jpg/.jpeg/.gif/.webp, send as base64 image_url
  content in user message with correct MIME mapping
- Reactive compaction: on context-overflow errors (isCtx), summarize
  conversation via non-streaming API call and splice history to
  [system, user-recap]. Dumps full history to /tmp for recovery.
  Single retry guard per run() call.
- Fetch retry: exponential backoff (500ms base) on 429/5xx/network
  errors, 3 retries max
- REPL /help: lists available commands and env vars
- Error .code preservation: thrown errors carry API error codes so
  isCtx can match structured context_length_exceeded responses
- MI_API_PARAMS: validate JSON at startup instead of raw SyntaxError
- 10 new tests covering all new features and edge cases

v1.8.0

Toggle v1.8.0's commit message
Persona: terse/unimpressed traits, structural one-sentence cap for no…

…n-task input

Bump to v1.8.0 — goal tool check param is now a judge prompt (breaking)

v1.7.10

Toggle v1.7.10's commit message
Add MI_API_PARAMS env var for chat completion payload overrides

v1.7.9

Toggle v1.7.9's commit message
Release v1.7.9

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v1.7.8

Toggle v1.7.8's commit message
Sandbox: add procps, util-linux, bind-tools, iputils, tree, rsync, vim

Closes ergonomic gaps in the sandbox image — ps/dig/tree/ping/etc.
were missing or busybox-only. +45MB on the final image (222→267MB).

v1.7.7

Toggle v1.7.7's commit message
Fix sandbox: forward API key, prevent recursive sandbox via MI_SANDBOXED

v1.7.6

Toggle v1.7.6's commit message
Add --version flag, fix sandbox entrypoint, update self skill

- Add -v/--version flag, restructure --help output
- Fix Dockerfile ENTRYPOINT to use absolute path (sandbox -w /work was
  overriding WORKDIR, causing "cannot find module /work/index.mjs")
- Update self skill: document config file, env vars table, four tools