chore: release v2.5.2

This commit is contained in:
Jim Liu 宝玉
2026-06-18 14:14:54 -05:00
parent 22031aa2d2
commit f490f7e5e3
3 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
},
"metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "2.5.1"
"version": "2.5.2"
},
"plugins": [
{
+8
View File
@@ -2,6 +2,14 @@
English | [中文](./CHANGELOG.zh.md)
## 2.5.2 - 2026-06-18
### Fixes
- `codex-imagegen`: stop Codex from satisfying a request by copying an unrelated pre-existing image from `generated_images` instead of generating a new one. Verification now requires real evidence that `image_gen` ran in the current thread — an `image_gen` event in the stream **or** a PNG in this thread's `generated_images` dir — and the spawned-agent instruction forbids reading or reusing history images before `image_gen` is called ([#185](https://github.com/JimLiu/baoyu-skills/issues/185))
### Documentation
- README: document Codex project-level install (`.agents/skills`) and project- vs user-level WeChat credential scopes
## 2.5.1 - 2026-06-13
### Documentation
+8
View File
@@ -2,6 +2,14 @@
[English](./CHANGELOG.md) | 中文
## 2.5.2 - 2026-06-18
### 修复
- `codex-imagegen`:阻止 Codex 通过复制 `generated_images` 中无关旧图片来代替真正生成的取巧行为。校验改为要求当前线程内 `image_gen` 真正运行的证据——事件流中的 `image_gen` 事件,**或**当前线程 `generated_images` 目录下新生成的 PNG——并在派生 agent 指令中禁止在调用 `image_gen` 之前读取或复用历史图片([#185](https://github.com/JimLiu/baoyu-skills/issues/185)
### 文档
- README:补充 Codex 项目级安装(`.agents/skills`)以及项目级与全局公众号凭证的放置位置
## 2.5.1 - 2026-06-13
### 文档