iDev CLI 2.0 发布:终端中的 AI 编程助手

iDev CLI 2.0 Released: AI Programming Assistant in Your Terminal

| iDev Product | 2026-08-27T11:11:37

iDev CLI 2.0 正式发布,为喜欢终端工作流的开发者带来完整的 AI 编程能力,支持自然语言命令生成、代码解释、Git 操作辅助和项目脚手架等功能。

iDev CLI 2.0 is officially released, bringing full AI programming capabilities to developers who prefer terminal workflows, supporting natural language command generation, code explanation, Git operation assistance, and project scaffolding.

产品定位iDev CLI 2.0 专为终端重度用户设计,将 AI 编程能力无缝融入命令行工作流。无需打开 IDE,在终端即可完成代码生成、重构和调试。核心功能自然语言转命令$ idev ask "查找所有超过 100 行的 Python 文件并按大小排序" > find . -name "*.py" -exec wc -l {} + | sort -rn | awk '$1 > 100'代码生成与编辑$ idev gen "创建一个 FastAPI 用户注册接口,包含邮箱验证" # 自动生成代码并写入指定文件交互式代码审查idev review:对当前 Git diff 进行 AI 代码审查idev explain:解释选定代码段的逻辑idev refactor:建议重构方案并一键应用项目脚手架通过自然语言描述项目需求,自动生成完整的项目结构、配置文件和基础代码:$ idev init "Spring Boot 3 + MyBatis-Plus + JWT 认证的 REST API 项目" # 生成完整项目结构、pom.xml、配置文件和示例代码安装方式# macOS / Linux curl -fsSL https://cli.idev.my/install.sh | sh # npm npm install -g @idev/cli # Homebrew brew install idev-cli隐私与安全iDev CLI 支持本地模型推理模式,敏感代码无需上传云端。企业版支持接入私有部署的模型服务。定价免费版每日 50 次 AI 调用,Pro 版 $12/月(无限调用),企业版联系销售。


Product PositioningiDev CLI 2.0 is designed specifically for power terminal users, seamlessly integrating AI programming capabilities into command-line workflows. Complete code generation, refactoring, and debugging directly in the terminal without opening an IDE.Core FeaturesNatural Language to Commands$ idev ask "Find all Python files over 100 lines and sort by size" > find . -name "*.py" -exec wc -l {} + | sort -rn | awk '$1 > 100'Code Generation and Editing$ idev gen "Create a FastAPI user registration endpoint with email validation" # Automatically generates code and writes to specified fileInteractive Code Reviewidev review: AI code review of current Git diffidev explain: Explains the logic of selected code segmentsidev refactor: Suggests refactoring plans and applies with one clickProject ScaffoldingDescribe project requirements in natural language to automatically generate complete project structure, configuration files, and base code:$ idev init "Spring Boot 3 + MyBatis-Plus + JWT auth REST API project" # Generates complete project structure, pom.xml, configs, and sample codeInstallation# macOS / Linux curl -fsSL https://cli.idev.my/install.sh | sh # npm npm install -g @idev/cli # Homebrew brew install idev-cliPrivacy and SecurityiDev CLI supports local model inference mode, ensuring sensitive code never leaves your machine. Enterprise edition supports connecting to privately deployed model services.PricingFree tier with 50 AI calls per day, Pro at $12/month (unlimited calls), Enterprise pricing available on request.

← Back to News