chore: release 0.8.18
Cross-platform packages / Validate source (push) Waiting to run
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (x64, macos, macos-15-intel) (push) Blocked by required conditions
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
Cross-platform packages / Publish GitHub Release (push) Blocked by required conditions
Cross-platform packages / ${{ matrix.platform }} ${{ matrix.arch }} (arm64, windows, windows-2025) (push) Blocked by required conditions

This commit is contained in:
lofyer
2026-08-11 21:01:53 +08:00
parent 44d30b428d
commit 6c0defcf04
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "goodbuddy", "name": "goodbuddy",
"version": "0.8.12", "version": "0.8.18",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "goodbuddy", "name": "goodbuddy",
"version": "0.8.12", "version": "0.8.18",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@antv/g6": "^5.1.1", "@antv/g6": "^5.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "goodbuddy", "name": "goodbuddy",
"version": "0.8.12", "version": "0.8.18",
"private": true, "private": true,
"description": "Secure desktop AI workspace with controlled Agent Runtimes", "description": "Secure desktop AI workspace with controlled Agent Runtimes",
"desktopName": "GoodBuddy", "desktopName": "GoodBuddy",
+2 -2
View File
@@ -18,7 +18,7 @@
], ],
"fixes": [ "fixes": [
"修复 Execute 模式下内置 OpenCode 和 Continue 仍可能阻止已授权工具的问题。", "修复 Execute 模式下内置 OpenCode 和 Continue 仍可能阻止已授权工具的问题。",
"修复工具失败信息重复显示,并仅为最近一次失败保留重新编辑入口。", "修复工具失败信息重复显示、已恢复的 OpenCode 响应仍被判定失败,并仅为最近一次失败保留重新编辑入口。",
"修复共享开关在部分设置布局中尺寸被文本输入样式覆盖的问题。" "修复共享开关在部分设置布局中尺寸被文本输入样式覆盖的问题。"
] ]
}, },
@@ -35,7 +35,7 @@
], ],
"fixes": [ "fixes": [
"Fixed authorized tools still being blocked for bundled OpenCode and Continue in Execute mode.", "Fixed authorized tools still being blocked for bundled OpenCode and Continue in Execute mode.",
"Fixed duplicate tool-failure messages and limited the edit-and-retry action to the latest failed response.", "Fixed duplicate tool-failure messages, preserved recovered OpenCode responses, and limited the edit-and-retry action to the latest failed response.",
"Fixed shared switches inheriting text-input dimensions in some settings layouts." "Fixed shared switches inheriting text-input dimensions in some settings layouts."
] ]
} }