Skip to content

Commit 89787af

Browse files
committed
chore: release v0.2.13
1 parent 671b7aa commit 89787af

7 files changed

Lines changed: 42 additions & 54 deletions

File tree

docs/data/update.json

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
{
2-
"version": "0.2.12",
3-
"releasedAt": "2026-05-09",
2+
"version": "0.2.13",
3+
"releasedAt": "2026-05-10",
44
"channel": "stable",
55
"locales": {
66
"zh": {
77
"title": "发现新版本",
8-
"summary": "Locus v0.2.12 (2026-05-09)",
8+
"summary": "Locus v0.2.13 (2026-05-10)",
99
"changelogUrl": "/overview/latest-version",
1010
"changes": [
1111
{
1212
"title": "新增",
1313
"items": [
14-
"QQ群号:1104932978,欢迎加入交流,现在可以搜索到了,之前没有开搜索。",
15-
"聊天支持接收 Unity 编辑器上下文引用。Unity 资产与场景对象可从编辑器发送到输入区,以引用形式随消息发送,并可在转录中重新选择或打开。",
16-
"自定义 endpoint 支持 `xhigh` 推理强度,可用于 GPT-5 / Codex 风格的最高推理档位。",
17-
"自定义 Anthropic Messages 端点新增服务器端工具选项,可按端点启用 Anthropic 原生 `web_search`。",
18-
"自定义端点设置会保存服务器端工具偏好,旧端点配置默认关闭服务器端联网搜索。"
14+
"GPT-5.5 现在作为 Codex 默认 fallback 模型,GPT-5.4 保留为后备 fallback。",
15+
"自定义 Anthropic Messages 端点支持配置推理内容回放。",
16+
"英文与中文 README 新增 Star History 图表。"
1917
]
2018
},
2119
{
2220
"title": "修复",
2321
"items": [
24-
"Unity 执行进度传输在进度临时不可用、管道重连与取消收尾时更稳定。",
25-
"中断已取消的运行后,文件变更面板会继续显示该轮产生的变更。",
26-
"Unity 嵌入窗口获得输入焦点时,系统通知会保持静默。",
27-
"自定义 Anthropic Messages 请求只在端点启用时发送 Anthropic 原生 `web_search`,避免兼容端点收到不支持的服务器端工具载荷。",
28-
"Chat Completions 调试日志在流式工具调用元数据不完整时,会记录模型、端点格式与最近的原始响应片段,便于定位兼容端点问题。"
22+
"自定义 Anthropic Messages 端点默认关闭推理内容回放,并且只在启用回放时发送带签名的 thinking block。",
23+
"Unity 重编译后会等待 bridge 就绪,再刷新类型索引。",
24+
"聊天状态会在 Unity 重编译重连期间显示等待重连状态,并在等待期间禁用启动操作。",
25+
"Unity bridge transport 会忽略 trim 后为空的 `reply_to` 值。"
2926
]
3027
},
3128
{
@@ -44,27 +41,24 @@
4441
},
4542
"en": {
4643
"title": "Update available",
47-
"summary": "Locus v0.2.12 (2026-05-09)",
44+
"summary": "Locus v0.2.13 (2026-05-10)",
4845
"changelogUrl": "/en/overview/latest-version",
4946
"changes": [
5047
{
5148
"title": "Added",
5249
"items": [
53-
"Made QQ group 1104932978 searchable for community discussion.",
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.",
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."
50+
"Added GPT-5.5 as the default Codex fallback model, with GPT-5.4 kept as the secondary fallback.",
51+
"Added a reasoning replay setting for custom Anthropic Messages endpoints.",
52+
"Added a Star History chart to the English and Chinese READMEs."
5853
]
5954
},
6055
{
6156
"title": "Fixed",
6257
"items": [
63-
"Hardened Unity execute progress transport around temporarily unavailable progress snapshots, pipe reconnects, and cancellation draining.",
64-
"File changes from a cancelled run now remain visible after interruption.",
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."
58+
"Custom Anthropic Messages endpoints now default reasoning replay to disabled and only replay signed thinking blocks when replay is enabled.",
59+
"Unity recompilation now waits for the bridge to become ready before refreshing the type index.",
60+
"Unity recompile status now shows a reconnect waiting state in chat and disables the launch action while reconnect is pending.",
61+
"Unity bridge transport now ignores empty `reply_to` values after trimming."
6862
]
6963
},
7064
{

docs/en/overview/latest-version.mdx

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Latest Version"
3-
description: "Locus v0.2.12 (2026-05-09)"
3+
description: "Locus v0.2.13 (2026-05-10)"
44
sidebarTitle: "Latest Version"
5-
version: "0.2.12"
6-
releasedAt: "2026-05-09"
5+
version: "0.2.13"
6+
releasedAt: "2026-05-10"
77
channel: "stable"
88
updateTitle: "Update available"
99
changelogUrl: "/en/overview/latest-version"
@@ -17,19 +17,16 @@ changelogUrl: "/en/overview/latest-version"
1717

1818
### Added
1919

20-
- Made QQ group 1104932978 searchable for community discussion.
21-
- 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.
22-
- Added `xhigh` reasoning effort support for custom endpoints that expose GPT-5 / Codex-style effort levels.
23-
- Added a Server Tools option for custom Anthropic Messages endpoints. Users can enable Anthropic native `web_search` per endpoint.
24-
- Custom endpoint settings now persist server tool preferences and default legacy endpoint configs to server-side web search disabled.
20+
- Added GPT-5.5 as the default Codex fallback model, with GPT-5.4 kept as the secondary fallback.
21+
- Added a reasoning replay setting for custom Anthropic Messages endpoints.
22+
- Added a Star History chart to the English and Chinese READMEs.
2523

2624
### Fixed
2725

28-
- Hardened Unity execute progress transport around temporarily unavailable progress snapshots, pipe reconnects, and cancellation draining.
29-
- File changes from a cancelled run now remain visible after interruption.
30-
- System notifications now stay silent while the embedded Unity window has input focus.
31-
- 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.
32-
- 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.
26+
- Custom Anthropic Messages endpoints now default reasoning replay to disabled and only replay signed thinking blocks when replay is enabled.
27+
- Unity recompilation now waits for the bridge to become ready before refreshing the type index.
28+
- Unity recompile status now shows a reconnect waiting state in chat and disables the launch action while reconnect is pending.
29+
- Unity bridge transport now ignores empty `reply_to` values after trimming.
3330

3431
### Removed
3532

docs/overview/latest-version.mdx

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "当前版本"
3-
description: "Locus v0.2.12 (2026-05-09)"
3+
description: "Locus v0.2.13 (2026-05-10)"
44
sidebarTitle: "当前版本"
5-
version: "0.2.12"
6-
releasedAt: "2026-05-09"
5+
version: "0.2.13"
6+
releasedAt: "2026-05-10"
77
channel: "stable"
88
updateTitle: "发现新版本"
99
changelogUrl: "/overview/latest-version"
@@ -17,19 +17,16 @@ changelogUrl: "/overview/latest-version"
1717

1818
### 新增
1919

20-
- QQ群号:1104932978,欢迎加入交流,现在可以搜索到了,之前没有开搜索。
21-
- 聊天支持接收 Unity 编辑器上下文引用。Unity 资产与场景对象可从编辑器发送到输入区,以引用形式随消息发送,并可在转录中重新选择或打开。
22-
- 自定义 endpoint 支持 `xhigh` 推理强度,可用于 GPT-5 / Codex 风格的最高推理档位。
23-
- 自定义 Anthropic Messages 端点新增服务器端工具选项,可按端点启用 Anthropic 原生 `web_search`
24-
- 自定义端点设置会保存服务器端工具偏好,旧端点配置默认关闭服务器端联网搜索。
20+
- GPT-5.5 现在作为 Codex 默认 fallback 模型,GPT-5.4 保留为后备 fallback。
21+
- 自定义 Anthropic Messages 端点支持配置推理内容回放。
22+
- 英文与中文 README 新增 Star History 图表。
2523

2624
### 修复
2725

28-
- Unity 执行进度传输在进度临时不可用、管道重连与取消收尾时更稳定。
29-
- 中断已取消的运行后,文件变更面板会继续显示该轮产生的变更。
30-
- Unity 嵌入窗口获得输入焦点时,系统通知会保持静默。
31-
- 自定义 Anthropic Messages 请求只在端点启用时发送 Anthropic 原生 `web_search`,避免兼容端点收到不支持的服务器端工具载荷。
32-
- Chat Completions 调试日志在流式工具调用元数据不完整时,会记录模型、端点格式与最近的原始响应片段,便于定位兼容端点问题。
26+
- 自定义 Anthropic Messages 端点默认关闭推理内容回放,并且只在启用回放时发送带签名的 thinking block。
27+
- Unity 重编译后会等待 bridge 就绪,再刷新类型索引。
28+
- 聊天状态会在 Unity 重编译重连期间显示等待重连状态,并在等待期间禁用启动操作。
29+
- Unity bridge transport 会忽略 trim 后为空的 `reply_to` 值。
3330

3431
### 移除
3532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "locus",
33
"private": true,
44
"license": "GPL-3.0-or-later",
5-
"version": "0.2.12",
5+
"version": "0.2.13",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "locus"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
description = "A opensource unity dev agent"
55
authors = ["FarLocus"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "locus",
4-
"version": "0.2.12",
4+
"version": "0.2.13",
55
"identifier": "com.locus.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)