This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryConversation‑Scoped MCP, Friendlier Agent Errors, WebUI auto‑open, and multiple bug fixes improve stability.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
MCP management moved to conversation scope, each chat has its own toolset. MCP management moved to conversation scope, each chat has its own toolset. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Medium |
WebUI now opens automatically in the browser on startup. WebUI now opens automatically in the browser on startup. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Medium |
Importing MCP servers from JSON now validates payload up front, surfacing clear UI errors for bad URLs, missing commands, or malformed configs. Importing MCP servers from JSON now validates payload up front, surfacing clear UI errors for bad URLs, missing commands, or malformed configs. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Medium |
Agent failures now render structured, readable error explanations with suggested fixes and retry/feedback actions. Agent failures now render structured, readable error explanations with suggested fixes and retry/feedback actions. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Medium |
Feedback submission on failed messages automatically attaches relevant error details for faster diagnosis. Feedback submission on failed messages automatically attaches relevant error details for faster diagnosis. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Image generation toggle no longer flashes blue while the model is loading. Image generation toggle no longer flashes blue while the model is loading. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Team conversation badges now initialize from confirmation counts instead of refetching the full list at startup, speeding launch. Team conversation badges now initialize from confirmation counts instead of refetching the full list at startup, speeding launch. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Web backend reuses its original port after a crash‑restart, preventing UI disconnection. Web backend reuses its original port after a crash‑restart, preventing UI disconnection. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Quitting the app during backend startup is now treated as normal cancellation instead of a crash. Quitting the app during backend startup is now treated as normal cancellation instead of a crash. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Backend health‑timeout diagnostics now record last health‑check error and response for easier failure debugging. Backend health‑timeout diagnostics now record last health‑check error and response for easier failure debugging. Source: llm_adapter@2026-05-29 Confidence: high |
— |
Full changelog
Highlights
Conversation-Scoped MCP
- MCP servers are now managed per conversation instead of being synced globally to CLI agents, so each chat keeps its own toolset without affecting others.
- Importing MCP servers from JSON now validates the payload up front — bad URLs, missing commands, or malformed configs surface as clear UI errors instead of silent failures or unhandled crashes.
Friendlier Agent Errors
- When an agent fails to respond, you now get a readable explanation with a suggested fix, plus retry and feedback actions, instead of a raw error dump. - Error tips survive navigation and reload, and submitting feedback on a failed message automatically attaches the relevant error details to help diagnose the problem faster.WebUI
- The local WebUI now opens automatically in your browser on startup, for both
bun run webuiand the packaged web build. Use--no-openorAIONUI_OPEN_BROWSERif you'd rather control this yourself.
Bug Fixes
- The image generation toggle no longer flashes blue while the model is still loading.
- Team conversation badges initialize from confirmation counts instead of refetching the full list for every team chat at startup, making launch faster.
- The web backend now reuses its original port after a crash-restart, so the UI no longer loses connection to a stale port.
- Quitting the app during backend startup is now treated as a normal cancellation rather than a startup crash.
- Backend startup timeouts now record diagnostic detail (last health-check error and response) to make failures easier to debug.
What's Changed
- fix(settings): avoid blue switch during image generation loading by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3091
- fix(web-host): add health timeout diagnostics by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3102
- Avoid sidebar confirmation fan-out by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3105
- fix(mcp): validate json imports by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3106
- fix(startup): ignore cancelled backend startup by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3108
- fix(webui): auto-open local url on startup by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3110
- fix(web-host): reuse backend port after crash restart by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3111
- feat(mcp): move MCP management to conversation scope by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3109
- fix(conversation): render structured agent errors by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3093
- fix(feedback): tag agent error reports by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3113
- chore: bump version to 2.1.7 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3114
Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.6...v2.1.7
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 AionUi
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | Star if you like it!
Related context
Related tools
Beta — feedback welcome: [email protected]