chore: release v2.5.0

This commit is contained in:
Jim Liu 宝玉
2026-06-12 20:28:17 -05:00
parent 4d2322fd02
commit 7591d48c39
3 changed files with 35 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.4.1"
"version": "2.5.0"
},
"plugins": [
{
+17
View File
@@ -2,6 +2,23 @@
English | [中文](./CHANGELOG.zh.md)
## 2.5.0 - 2026-06-12
### Features
- `baoyu-wechat-summary`: add per-group fact memory (`memory.md`). Objective facts corrected or confirmed by group members (e.g., the real cause behind an error message, the correct name of a product) persist across digests, so a mistake corrected once is never repeated. Writes are conservative — three-part threshold (specific fact + evidence + unchallenged), strict injection guardrails (statements only, never instructions to the bot; `@bot` is not a whitelist channel), provenance on every entry, and revision/expiry/dedup rules with a 30-entry cap. Memory is shared by the normal and roast versions
- `baoyu-image-gen`: add Agnes AI image generation provider (by @Davidlaizz)
- `baoyu-image-gen`: default to GA Gemini image endpoints and allow reference images with them (by @hypn4)
- `baoyu-post-to-wechat`: add `content_source_url` support for the "阅读原文" link (by @NTLx)
### Fixes
- `baoyu-image-gen`: remove gcd from `resolveSize` so decimal aspect ratios are no longer distorted (by @Davidlaizz)
- `baoyu-fetch`: parse YouTube `/embed/` URLs in `parseYouTubeVideoId` (by @Osamaali313)
- `baoyu-image-gen`: tolerate Bun-on-Windows `EEXIST` errors from `mkdir(recursive)` (by @sandypoli-boop)
### Documentation
- Improve skill descriptions for better trigger accuracy (by @yanghaod2278827)
- README: add book/ebook links and promote `baoyu-design` in skill listings
## 2.4.1 - 2026-06-01
### Fixes
+17
View File
@@ -2,6 +2,23 @@
[English](./CHANGELOG.md) | 中文
## 2.5.0 - 2026-06-12
### 新功能
- `baoyu-wechat-summary`:新增群级事实记忆(`memory.md`)。群友指正过、确认过的客观事实(如某个报错提示的真实原因、某产品名的正确写法)跨期生效——上一期摘要说错、被群友指正的说法,后续不再重犯。写入保守:三条门槛全满足才记(针对具体事实 + 有理由或证据 + 无人反驳),严格防注入(只记陈述句事实、不记对 bot 的行为指令,`@bot` 不是白名单通道),每条带出处,并有修订/作废/去重规则和 30 条上限。事实记忆由正常版和毒舌版共用
- `baoyu-image-gen`:新增 Agnes AI 图片生成 provider (by @Davidlaizz)
- `baoyu-image-gen`:默认使用 GA Gemini 图片端点,并支持搭配参考图使用 (by @hypn4)
- `baoyu-post-to-wechat`:支持 `content_source_url`,用于设置"阅读原文"链接 (by @NTLx)
### 修复
- `baoyu-image-gen`:移除 `resolveSize` 中的 gcd 计算,修复小数宽高比被扭曲的问题 (by @Davidlaizz)
- `baoyu-fetch``parseYouTubeVideoId` 支持解析 YouTube `/embed/` 链接 (by @Osamaali313)
- `baoyu-image-gen`:容忍 Windows 上 Bun 的 `mkdir(recursive)` 抛出 `EEXIST` 错误 (by @sandypoli-boop)
### 文档
- 优化各 skill 的 description,提高触发准确度 (by @yanghaod2278827)
- README:添加图书/电子书链接,并在技能列表中突出 `baoyu-design`
## 2.4.1 - 2026-06-01
### 修复