chore: release v1.68.0

This commit is contained in:
Jim Liu 宝玉 2026-03-14 23:08:00 -05:00
parent 926f74e9c9
commit e31294415d
4 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,7 @@
}, },
"metadata": { "metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency", "description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "1.67.0" "version": "1.68.0"
}, },
"plugins": [ "plugins": [
{ {

View File

@ -2,6 +2,12 @@
English | [中文](./CHANGELOG.zh.md) English | [中文](./CHANGELOG.zh.md)
## 1.68.0 - 2026-03-14
### Features
- `baoyu-article-illustrator`: add configurable output directory (`default_output_dir`) with 4 options — `imgs-subdir`, `same-dir`, `illustrations-subdir`, `independent`
- `baoyu-cover-image`: add character preservation from reference images — use `usage: direct` to pass people references to model for stylized likeness
## 1.67.0 - 2026-03-13 ## 1.67.0 - 2026-03-13
### Features ### Features

View File

@ -2,6 +2,12 @@
[English](./CHANGELOG.md) | 中文 [English](./CHANGELOG.md) | 中文
## 1.68.0 - 2026-03-14
### 新功能
- `baoyu-article-illustrator`:新增可配置输出目录(`default_output_dir`),支持 4 种选项——`imgs-subdir`、`same-dir`、`illustrations-subdir`、`independent`
- `baoyu-cover-image`:新增参考图片人物保留功能——当参考图包含人物时使用 `usage: direct` 传递给模型,风格化保留人物特征
## 1.67.0 - 2026-03-13 ## 1.67.0 - 2026-03-13
### 新功能 ### 新功能

View File

@ -1,6 +1,6 @@
# CLAUDE.md # CLAUDE.md
Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.67.0**. Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.68.0**.
## Architecture ## Architecture