docs: 根据实际代码更新 README.md 和 docs 文件

README.md:
- Agent Loop: 最大15轮→默认85轮(可配置),移除10分钟超时
- 架构图: tool-handlers 25→21 工具
- 工作空间: 新增工具Tab说明,3个页签
- 记忆系统: 新增容量上限500条
- Heartbeat: 补充默认1小时间隔

docs/BUILD.md:
- 新增v5.1.6构建日志(含构建产物和踩坑记录)

docs/CHANGELOG.md:
- v5.1.6新增构建产物信息

docs/DEVELOPMENT.md:
- Agent Loop: 最大15轮→85轮,移除所有超时限制
This commit is contained in:
thzxx
2026-04-20 20:52:55 +08:00
parent 3938cc8770
commit 6656f16d30
4 changed files with 25 additions and 11 deletions
+8
View File
@@ -181,6 +181,14 @@ electron-builder 会自动处理所有依赖下载(Electron、NSIS、winCodeSi
- 🔧 移除所有工具执行超时:tool-registry.ts 移除 25s/60s IPC 硬超时,browser.ts 移除 executeJsWithTimeout
- 🔧 browser 工具状态检查:所有 browser 函数入口检查 isBrowserOpen(),关闭后返回明确错误
- 📝 版本号更新至 5.1.6
-`Metona Ollama Setup 5.1.6.exe`81MB
- ✅ Gitee Release v5.1.6-desktop
- ⚠️ 构建问题及处理:
1. apt 源 `mirrors.cloud.aliyuncs.com` 不可达 → 切换 `archive.ubuntu.com`
2. `restore-build-cache.sh` npmmirror NoSuchKey → 跳过,electron-builder 自动下载
3. winCodeSign 从 GitHub 下载 EOF → 使用 ghfast.top 代理手动下载缓存
4. NSIS 从 GitHub 下载 EOF → 使用 ghfast.top 代理手动下载缓存
5. 无编译错误,手动缓存后构建一次通过
### v5.1.52026-04-20 — metona-ollama-desktop 仓库