Skip to content

v5.10.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:43
  • Local fetch now works in proxy fake-IP mode (Clash, Clash Verge Rev, mihomo, Surge) without allowPrivateNetwork. DNS answers in 198.18.0.0/15 are treated as fake-IP placeholders and the connection stays pinned to the checked address. Literal URLs such as http://198.18.0.5/ remain blocked when the switch is off (#26).
  • grok-cli returned a placeholder ("Uncertain: 检索尚未完成") because --json-schema cut Grok Build's search loop. It now runs without that flag and reads the result from the final message (#27).
  • grok-cli now passes --disallowed-tools so Grok Build cannot read the user's skills and shell out to modsearch, which would recurse. --tools (allowlist) does not cover injected x_* tools, so the denylist is the one that works. web_search and web_fetch stay available.
  • Engine children now receive MODSEARCH_NESTED=1. If they still launch modsearch, the CLI refuses to run rather than start another engine loop.