|
13 | 13 | "items": [ |
14 | 14 | "QQ群号:1104932978,欢迎加入交流,现在可以搜索到了,之前没有开搜索。", |
15 | 15 | "聊天支持接收 Unity 编辑器上下文引用。Unity 资产与场景对象可从编辑器发送到输入区,以引用形式随消息发送,并可在转录中重新选择或打开。", |
16 | | - "自定义 endpoint 支持 `xhigh` 推理强度,可用于 GPT-5 / Codex 风格的最高推理档位。" |
| 16 | + "自定义 endpoint 支持 `xhigh` 推理强度,可用于 GPT-5 / Codex 风格的最高推理档位。", |
| 17 | + "自定义 Anthropic Messages 端点新增服务器端工具选项,可按端点启用 Anthropic 原生 `web_search`。", |
| 18 | + "自定义端点设置会保存服务器端工具偏好,旧端点配置默认关闭服务器端联网搜索。" |
17 | 19 | ] |
18 | 20 | }, |
19 | 21 | { |
20 | 22 | "title": "修复", |
21 | 23 | "items": [ |
22 | 24 | "Unity 执行进度传输在进度临时不可用、管道重连与取消收尾时更稳定。", |
23 | 25 | "中断已取消的运行后,文件变更面板会继续显示该轮产生的变更。", |
24 | | - "Unity 嵌入窗口获得输入焦点时,系统通知会保持静默。" |
| 26 | + "Unity 嵌入窗口获得输入焦点时,系统通知会保持静默。", |
| 27 | + "自定义 Anthropic Messages 请求只在端点启用时发送 Anthropic 原生 `web_search`,避免兼容端点收到不支持的服务器端工具载荷。", |
| 28 | + "Chat Completions 调试日志在流式工具调用元数据不完整时,会记录模型、端点格式与最近的原始响应片段,便于定位兼容端点问题。" |
25 | 29 | ] |
26 | 30 | }, |
27 | 31 | { |
|
48 | 52 | "items": [ |
49 | 53 | "Made QQ group 1104932978 searchable for community discussion.", |
50 | 54 | "Added Unity editor context references in chat. Unity assets and scene objects can be sent from the editor into the composer, included with messages as references, and reopened or selected from the transcript.", |
51 | | - "Added `xhigh` reasoning effort support for custom endpoints that expose GPT-5 / Codex-style effort levels." |
| 55 | + "Added `xhigh` reasoning effort support for custom endpoints that expose GPT-5 / Codex-style effort levels.", |
| 56 | + "Added a Server Tools option for custom Anthropic Messages endpoints. Users can enable Anthropic native `web_search` per endpoint.", |
| 57 | + "Custom endpoint settings now persist server tool preferences and default legacy endpoint configs to server-side web search disabled." |
52 | 58 | ] |
53 | 59 | }, |
54 | 60 | { |
55 | 61 | "title": "Fixed", |
56 | 62 | "items": [ |
57 | 63 | "Hardened Unity execute progress transport around temporarily unavailable progress snapshots, pipe reconnects, and cancellation draining.", |
58 | 64 | "File changes from a cancelled run now remain visible after interruption.", |
59 | | - "System notifications now stay silent while the embedded Unity window has input focus." |
| 65 | + "System notifications now stay silent while the embedded Unity window has input focus.", |
| 66 | + "Custom Anthropic Messages requests now include Anthropic native `web_search` only when the endpoint enables it, avoiding unsupported server tool payloads for compatible custom endpoints.", |
| 67 | + "Chat Completions debug logs now include the model, endpoint flavor, and recent raw response chunk when streamed tool-call metadata is incomplete, making compatible endpoint issues easier to diagnose." |
60 | 68 | ] |
61 | 69 | }, |
62 | 70 | { |
|
0 commit comments