Skip to content

Releases: Mouseww/anything-analyzer

v3.6.50

03 Jun 03:12

Choose a tag to compare

Anything Analyzer v3.6.50

修复

  • LLM 工具调用协议校验 — 拒绝非字符串的 OpenAI、Responses API 与 Anthropic/MiniMax 工具调用标识字段
    • 工具调用轮次不再让数字型 idnamecall_id 进入工具执行与结果回填路径
    • 畸形工具调用响应现在会在入站协议边界返回明确格式错误

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.50.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.50-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.50-x64.dmg
Linux Anything-Analyzer-3.6.50.AppImage

v3.6.49

03 Jun 02:10

Choose a tag to compare

Anything Analyzer v3.6.49

修复

  • OpenAI 工具调用协议校验 — 拒绝 tool_calls 不是数组的 OpenAI Chat Completions 工具调用响应
    • 工具调用轮次不再把畸形 tool_calls 误判为缺少最终文本
    • 现在会在入站协议边界返回明确的工具调用格式错误

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.49.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.49-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.49-x64.dmg
Linux Anything-Analyzer-3.6.49.AppImage

v3.6.48

03 Jun 01:09

Choose a tag to compare

Anything Analyzer v3.6.48

修复

  • OpenAI 工具轮次响应校验 — 拒绝缺少 assistant message 的 OpenAI Chat Completions 工具调用响应
    • 工具调用轮次缺少 message 字段时不再退化为原生运行时异常
    • 现在会在入站协议边界返回明确的 LLM 响应格式异常

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.48.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.48-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.48-x64.dmg
Linux Anything-Analyzer-3.6.48.AppImage

v3.6.47

02 Jun 23:11

Choose a tag to compare

Anything Analyzer v3.6.47

修复

  • 工具调用空参数校验 — 拒绝 OpenAI Chat Completions 与 Responses API 返回的空字符串工具参数
    • OpenAI tool_call arguments 为空字符串时不再被当作空对象执行
    • Responses API function_call arguments 为空字符串时会在入站协议边界报错

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.47.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.47-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.47-x64.dmg
Linux Anything-Analyzer-3.6.47.AppImage

v3.6.46

02 Jun 22:04

Choose a tag to compare

Anything Analyzer v3.6.46

修复

  • Responses/Anthropic 工具调用状态输出校验 — 流式状态通知前先完成工具调用协议校验
    • Responses API 缺少 function_call name 时不会再提前输出工具调用状态
    • Anthropic/MiniMax 缺少 tool_use name 时不会再提前输出工具调用状态

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.46.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.46-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.46-x64.dmg
Linux Anything-Analyzer-3.6.46.AppImage

v3.6.45

02 Jun 21:03

Choose a tag to compare

Anything Analyzer v3.6.45

修复

  • OpenAI 工具调用状态输出校验 — 流式状态通知前先校验工具调用字段
    • 启用 onChunk 时,缺少 function name 的 tool_call 现在会返回明确协议错误
    • 避免畸形工具调用在工具状态文本拼接阶段退化成原生运行时异常

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.45.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.45-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.45-x64.dmg
Linux Anything-Analyzer-3.6.45.AppImage

v3.6.44

02 Jun 20:02

Choose a tag to compare

Anything Analyzer v3.6.44

修复

  • LLM 工具调用参数校验 — OpenAI/Responses 工具参数必须是合法 JSON 对象
    • 工具调用 arguments 格式错误时直接在协议边界拒绝,不再包装成工具错误继续下一轮
    • 新增回归测试覆盖 OpenAI Chat Completions 与 Responses API 的坏 JSON 参数

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.44.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.44-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.44-x64.dmg
Linux Anything-Analyzer-3.6.44.AppImage

v3.6.43

02 Jun 19:04

Choose a tag to compare

Anything Analyzer v3.6.43

修复

  • Responses API 工具调用回填 — 使用协议字段 call_id 回传 function_call_output
    • 工具调用结果回填时不再误用 function_call.id 作为 call_id
    • 新增回归测试覆盖 function_call.id 与 call_id 不一致的路径

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.43.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.43-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.43-x64.dmg
Linux Anything-Analyzer-3.6.43.AppImage

v3.6.42

02 Jun 17:58

Choose a tag to compare

Anything Analyzer v3.6.42

修复

  • Anthropic/MiniMax 工具调用字段校验 — 避免缺少 id/name 的 tool_use 进入工具执行轮次
    • 工具调用入站阶段直接拒绝缺少 id 或 name 的 tool_use
    • 新增回归测试覆盖 Anthropic 兼容工具调用字段缺失路径

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.42.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.42-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.42-x64.dmg
Linux Anything-Analyzer-3.6.42.AppImage

v3.6.41

02 Jun 17:00

Choose a tag to compare

Anything Analyzer v3.6.41

修复

  • Anthropic/MiniMax 工具参数校验 — 避免非对象 tool_use.input 被当作正常工具参数执行
    • 工具调用入站阶段直接拒绝字符串、数组等非对象 input
    • 新增回归测试覆盖 Anthropic 兼容工具调用参数类型异常路径

下载

平台 文件
Windows Anything-Analyzer-Setup-3.6.41.exe
macOS (Apple Silicon) Anything-Analyzer-3.6.41-arm64.dmg
macOS (Intel) Anything-Analyzer-3.6.41-x64.dmg
Linux Anything-Analyzer-3.6.41.AppImage