Skip to content

Lyin01/mimo-dev-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiMo Dev Workflow Kit

一套面向 AI 原生开发的工作流工具包,深度集成 Xiaomi MiMo 系列模型与主流 IDE/Agent 工具,旨在提升代码质量 review、架构设计推理和自动化调试效率。

🎯 项目愿景

随着 Xiaomi MiMo V2.5 系列(Pro / Multi-Modal / Speech)的发布,我们计划构建一套可直接接入 Claude Code、Cursor、Windsurf 等工具的开发者增强套件,充分利用 MiMo 在代码推理和多模态理解上的能力,打造极致的 AI 驱动开发体验。

🚀 核心模块

1. Prompt Engineering Hub (/prompts)

  • Code Review Prompt: 针对复杂代码变更的结构性审查模板
  • Architecture Design Prompt: 基于约束条件的系统架构推理框架
  • Debug Assistant Prompt: 多步骤根因分析与修复建议生成

2. IDE Integration Configs (/configs)

  • Claude Code: MiMo API 适配配置(OpenAI-compatible 格式)
  • Cursor: .cursorrules + model_config.yml 双配置方案
  • Windsurf: Cascade 模式下的系统提示与工具调用定义

3. Automation Scripts (/scripts)

  • batch_code_review.py: 批量 PR / Commit 的自动化代码审查,支持多语言代码库
  • model_benchmark.py: MiMo 与其他 SOTA 模型在代码生成、推理任务上的横向评测框架

🛠️ 技术栈

  • Language: Python 3.10+
  • API Standard: OpenAI-compatible REST API
  • Models: MiMo-V2.5-Pro (Primary), MiMo-V2.5-Vision (Multi-modal), MiMo-V2.5-Speech (Voice)
  • Integration Targets: Claude Code, Cursor, Windsurf, Continue.dev

⚙️ 快速开始

# 1. 克隆项目
git clone https://github.com/YOUR_USERNAME/mimo-dev-workflow.git
cd mimo-dev-workflow

# 2. 安装依赖
pip install -r requirements.txt

# 3. 配置环境变量
cp .env.example .env
# 编辑 .env,填入您的 MiMo API Key

# 4. 运行示例:单文件代码审查
python scripts/batch_code_review.py --file src/main.py --model mimo-v2.5-pro

📋 MiMo 集成配置示例

Claude Code

# ~/.claude/config.json
{
  "provider": "openai-compatible",
  "baseURL": "https://api.xiaomimimo.com/v1",
  "apiKey": "$MIMO_API_KEY",
  "model": "mimo-v2.5-pro"
}

Cursor

在 Cursor Settings > Models 中添加 OpenAI-compatible endpoint:

  • Base URL: https://api.xiaomimimo.com/v1
  • Model ID: mimo-v2.5-pro
  • API Key: 您的 MiMo API Key

🗺️ Roadmap

  • 基础 Prompt 模板设计(Code Review / Architecture / Debug)
  • IDE 配置文件结构与示例
  • 自动化脚本框架搭建
  • 接入 MiMo V2.5-Pro 进行内部评测
  • 支持 Multi-Modal 输入(截图 + 代码联合审查)
  • GitHub Actions 集成:自动 PR Review Bot
  • 语音编程模式:基于 MiMo-V2.5-Speech 的口述代码生成

🤝 贡献

欢迎通过 Issue 和 PR 提交新的 Prompt 模板、IDE 配置或自动化场景。本项目遵循 MIT 协议。

📄 License

MIT License © 2026 MiMo Dev Workflow Contributors

About

AI 开发者工作流工具包,深度绑定 MiMo 生态

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages