AllenX95267 downloadsEmbeds MiMo-Code CLI Agent as an AI collaborator in your vault. Your vault becomes the working directory, giving MiMo-Code capabilities for file reads and writes, search, bash commands, and multi-step workflows.
Sidebar MiMo-Code embeds the MiMo-Code CLI agent in an Obsidian sidebar. The active vault becomes the agent working directory, so MiMo-Code can read, write, search, and run approved commands against your vault content.
#), slash commands, skills, and custom subagentsForking and in-app MCP management are not currently supported. MCP server mentions are therefore not exposed in MiMo-Code chats.
npm install -g @mimo-ai/cli)main.js, manifest.json, and styles.css from the release.<your-vault>/.obsidian/plugins/sidebar-mimocode/.git clone https://github.com/AllenX95/sidebar-mimocode.git
cd sidebar-mimocode
npm ci
npm run build
Copy main.js, manifest.json, and styles.css to <your-vault>/.obsidian/plugins/sidebar-mimocode/.
mimo executable.Custom permission rules can be added under Settings -> Sidebar MiMo-Code -> MiMo-Code -> Permissions. They use MiMo-Code's native permission format; later matching patterns take precedence:
{
"bash": {
"*": "ask",
"git status*": "allow"
},
"edit": "ask"
}
Custom subagents created by the plugin are stored under .mimocode/agent/. MiMo-Code data is read from its platform data directory, or from MIMOCODE_DB when configured.
npm ci
npm run typecheck
npm run lint
npm run test
npm run build
Set OBSIDIAN_VAULT in .env.local to copy development builds to .obsidian/plugins/sidebar-mimocode/.
MIT.
Sidebar MiMo-Code 是一个 Obsidian 桌面端插件,用于在侧边栏中嵌入 MiMo-Code CLI Agent。当前打开的 vault 会作为 Agent 的工作目录,因此 MiMo-Code 可以在授权后读取、写入、搜索 vault 内容,并执行命令。
#)、斜杠命令、技能和自定义子 Agent当前暂不支持 fork 和插件内 MCP 管理,因此 MiMo-Code 聊天中不会暴露 MCP server mention。
npm install -g @mimo-ai/cli)main.js、manifest.json 和 styles.css。<你的-vault>/.obsidian/plugins/sidebar-mimocode/。git clone https://github.com/AllenX95/sidebar-mimocode.git
cd sidebar-mimocode
npm ci
npm run build
构建完成后,将 main.js、manifest.json 和 styles.css 复制到 <你的-vault>/.obsidian/plugins/sidebar-mimocode/。
mimo 可执行文件。可以在 Settings -> Sidebar MiMo-Code -> MiMo-Code -> Permissions 中添加自定义权限规则。规则使用 MiMo-Code 原生权限格式;越靠后的匹配规则优先级越高:
{
"bash": {
"*": "ask",
"git status*": "allow"
},
"edit": "ask"
}
插件创建的自定义子 Agent 会存储在 .mimocode/agent/。MiMo-Code 数据会从平台默认数据目录读取;如果配置了 MIMOCODE_DB,则会从该路径读取。
npm ci
npm run typecheck
npm run lint
npm run test
npm run build
在 .env.local 中设置 OBSIDIAN_VAULT 后,开发构建会复制到对应 vault 的 .obsidian/plugins/sidebar-mimocode/。
MIT.