Android 0.12-preview
Pre-releaseAndroid 0.12-preview
主要更新(自 0.11-preview 起)。Highlights since 0.11-preview.
✨ New features / 新功能
-
MCP Integrations — connect Model Context Protocol servers so the agent can call external tools. Settings → MCP Integrations lets you add a server (HTTP / SSE / STDIO), import a Claude-Desktop / Cursor
mcpServersJSON config, and toggle servers on/off; configs live in/var/minis/mcp-servers/servers.json. The agent discovers and calls them via the bundledminis-mcp-cli, and enabled servers are disclosed in the system prompt + the/command list (tagged[mcp]).
MCP 集成 —— 连接 Model Context Protocol 服务器,让 AI 调用外部工具。设置 → MCP 集成 可添加服务器(HTTP / SSE / STDIO)、导入 Claude Desktop / Cursor 的mcpServersJSON 配置、按开关启用;配置存于/var/minis/mcp-servers/servers.json。AI 通过内置的minis-mcp-cli发现并调用,已启用的服务器会写入系统提示词与/命令列表(标注[mcp])。 -
MCPs in Session — a per-session sheet to toggle which MCP servers are active in the current chat, independent of the global default.
会话内 MCP —— 在当前对话里单独开关 MCP 服务器,独立于全局默认。 -
$$VAR app-environment-variable references — in an MCP server's env / headers / URL, pick an App environment variable to insert a
$$NAMEreference (resolved at runtime), so secrets aren't hardcoded. A picker is available on all three fields and supports inserting multiple.
$$VAR 应用环境变量引用 —— 在 MCP 服务器的 env / 请求头 / URL 中,可从 App 环境变量选择并插入$$NAME引用(运行时解析),避免硬编码密钥。三个字段都带选择器,支持插入多个。 -
Export an MCP server — Copy JSON / Share JSON from the edit screen exports the current server as standard importable
mcpServersJSON.
导出 MCP 服务器 —— 编辑页的「复制 JSON / 分享 JSON」可把当前服务器导出为标准、可再导入的mcpServersJSON。 -
Provider export now round-trips OAuth logins — exporting an OAuth-signed-in provider carries its login token so the provider survives an export/import round-trip.
服务商导出支持 OAuth 登录 —— 导出已 OAuth 登录的服务商会带上登录令牌,导入后无需重新登录。 -
MCP UI fully localized — including Russian, plus the existing zh / zh-rTW / de / fr / ja / ko locales.
MCP 界面全量本地化 —— 含俄语,以及已有的简中 / 繁中 / 德 / 法 / 日 / 韩。
🐛 Fixes / 修复
-
Edited API key now sticks after Save — editing a provider's API key and tapping Save no longer reverts the field to the old value.
修改 API Key 保存后不再回退 —— 编辑服务商 API Key 点保存后,不再显示回原来的旧值。 -
Model Groups no longer crash on scroll — a duplicate pinned model/group id (from sync/reorder) could crash the Agent Loop list while scrolling; it now de-duplicates.
模型分组滚动不再崩溃 —— 同步/重排导致的重复置顶模型/分组 ID 曾让 Agent Loop 列表滚动时崩溃,现已去重。 -
xAI (Grok) OAuth sign-in — uses the
127.0.0.1redirect that xAI's allow-list expects, fixing "redirect_uri does not match".
xAI(Grok)OAuth 登录 —— 改用 xAI 允许列表要求的127.0.0.1回调,修复「redirect_uri does not match」。 -
Qwen3 thinking budget — clamped strictly below the response token limit so DashScope stops rejecting the request.
Qwen3 思考预算 —— 严格限制在回复 token 上限之下,避免 DashScope 拒绝请求。 -
Deep Thinking toggle for direct Claude — reasoning-capable Claude models (e.g. Opus 4.8) now show the Deep Thinking switch.
直连 Claude 的深度思考开关 —— 支持推理的 Claude 模型(如 Opus 4.8)现在会显示深度思考开关。 -
Model capability badges show output modalities, not just input.
模型能力标签 —— 现在显示输出模态,而不只是输入。 -
Check for Updates no longer reports a newer prerelease as "up to date" (local version normalized before comparison).
检查更新 —— 不再把更新的预览版误判为「已是最新」(比较前先归一化本地版本号)。 -
File browser: Copy Absolute Path returns the full
/var/minis/...guest path instead of an opaque host path.
文件浏览器:复制绝对路径 —— 返回完整的/var/minis/...路径,而非不透明的宿主路径。 -
Scheduled tasks — the home-screen clock badge counts only enabled tasks; the new-task button is now a circle.
定时任务 —— 主页时钟角标只统计已启用的任务;新建按钮改为圆形。 -
Open a Provider-export JSON in Minis prompts whether to import it as a provider or add it as a chat attachment.
用 Minis 打开服务商导出的 JSON —— 会询问是导入为服务商还是作为聊天附件添加。
🎨 Polish / 视觉打磨
-
Themed (monochrome) launcher icon — the "M" is retuned to match the colored app-icon proportions and no longer clipped by the circular themed-icon mask.
主题(单色)桌面图标 —— 「M」重新调整到与彩色图标相称的比例,且不再被圆形主题遮罩裁切。 -
Provider / Model settings — Material 3 visual normalization across the screens (incl. equal-height action buttons).
服务商 / 模型设置 —— 全面 Material 3 视觉规范化(含等高操作按钮)。 -
Terminal — added an Enter (⏎) key to the shell quick-toolbar.
终端 —— Shell 快捷工具条新增回车(⏎)键。 -
Chat — tighter top spacing for the first message under the model title bar.
聊天 —— 第一条消息与模型标题栏的间距更紧凑。
Full changelog: 0.11-preview...0.12-preview