v1.7.6

snail007/goproxyv1.7.6Jul 21, 2026by Ed1s0nZ

AI Summary

Enhances tool execution by allowing background running, preventing the agent from being blocked by long tasks through soft timeouts.

Key Highlights

  • Tools can run in the background
  • Soft timeout returns execution handle
  • Agent can continue deciding across turns

New Features

  • Background execution for tools
  • Non-blocking agent decision-making

Full Release Notes

工具可后台执行:软超时交还迭代权,Agent 可跨轮继续决策,不必再被长任务焊死。

---

Tools can run in the background: soft wait returns an execution handle so the agent can keep deciding across turns instead of blocking on long jobs.