diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b9212ef..79bfde4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.114.1" + "version": "1.115.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 1919475..c13ffd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ English | [中文](./CHANGELOG.zh.md) +## 1.115.0 - 2026-05-09 + +### Features +- `baoyu-post-to-x`: add Chrome Computer Use as the preferred execution mode in Codex. When Computer Use tools are available, all X UI actions (compose, article, quote, video) go through the user's real Chrome window instead of CDP scripts. CDP scripts become a fallback when Computer Use is unavailable or explicitly not requested. + ## 1.114.1 - 2026-05-08 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index f1ee661..7463aed 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,11 @@ [English](./CHANGELOG.md) | 中文 +## 1.115.0 - 2026-05-09 + +### 新功能 +- `baoyu-post-to-x`:新增 Chrome Computer Use 作为 Codex 环境下的首选执行模式。当 Computer Use 工具可用时,所有 X 界面操作(发帖、文章、引用、视频)均通过用户真实 Chrome 窗口完成,不再使用 CDP 脚本。CDP 脚本降级为 Computer Use 不可用或用户明确要求时的回退方案。 + ## 1.114.1 - 2026-05-08 ### 修复