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
+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