This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
Affected surfaces
ReleasePort's take
Light signalConfiguration files now reside at `~/.mi/config.json`, overriding the former `~/.mirc` location, and can be customized via the `MI_HOME` environment variable.
Why it matters: Update scripts and documentation to reference `~/.mi/config.json` before deploying v1.7.2; otherwise config will be missed.
Summary
AI summaryConfig moved from ~/.mirc to ~/.mi/config.json, line count limit now applies only to index.mjs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Line count limit now applies to `index.mjs` only — tools are excluded. Line count limit now applies to `index.mjs` only — tools are excluded. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Fixed test isolation so user config doesn't leak into the test suite. Fixed test isolation so user config doesn't leak into the test suite. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Config moved from `~/.mirc` to `~/.mi/config.json` (overridable via `MI_HOME`). Config moved from `~/.mirc` to `~/.mi/config.json` (overridable via `MI_HOME`). Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
- Config moved from
~/.mircto~/.mi/config.json(overridable viaMI_HOME) - Line count limit now applies to
index.mjsonly — tools are excluded - Split dense lines in
index.mjsfor readability (still 30 LOC) - Fixed test isolation so user config doesn't leak into the test suite
Breaking Changes
- Removed default config file at ~/.mirc; new location is ~/.mi/config.json (overridable via MI_HOME).
- Line count limit now applies exclusively to index.mjs, excluding tool files.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Tiny agentic loop with Docker sandbox
All releases →Related context
Related tools
Earlier breaking changes
- v1.8.0 Goal tool's `check` parameter now a judge prompt, not bash command.
Beta — feedback welcome: [email protected]