Merge pull request #88 from wbxl2000/main

优化中文翻译: 保留英文专有名词
This commit is contained in:
Xinlu Lai 2026-03-30 00:04:18 +08:00 committed by GitHub
commit e4edd82c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 112 additions and 112 deletions

View file

@ -8,7 +8,7 @@
## 问题
有些命令要跑好几分钟: `npm install``pytest``docker build`。阻塞式循环下模型只能干等。用户说 "装依赖, 顺便建个配置文件", 智能体却只能一个一个来。
有些命令要跑好几分钟: `npm install``pytest``docker build`。阻塞式循环下模型只能干等。用户说 "装依赖, 顺便建个配置文件", Agent 却只能一个一个来。
## 解决方案