Skip to content

0.35.0 - 2026-06-04

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:27
5e35400

Release Notes

Added

  • (config) 完善内置模型列表并新增 baseUrl 配置项 (#389)
  • (agent) 优化系统提示词静态化与 KV Cache 缓存利用率,修复未知工具中断 (#388)
  • (agent) 支持工具并发调用以提升执行效率 (#387)

Other

  • 更新 README 项目描述和安装说明 (#390)
  • (agent) 添加工具流式处理的 20 个测试用例 (#385)

Install zapmyco 0.35.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/shenjingnan/zapmyco/releases/download/v0.35.0/zapmyco-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/shenjingnan/zapmyco/releases/download/v0.35.0/zapmyco-installer.ps1 | iex"

Download zapmyco 0.35.0

File Platform Checksum
zapmyco-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
zapmyco-x86_64-apple-darwin.tar.xz Intel macOS checksum
zapmyco-x86_64-pc-windows-msvc.zip x64 Windows checksum
zapmyco-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
zapmyco-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum