chore: release v1.59.1
This commit is contained in:
parent
6363bd83e2
commit
1cb54420e0
|
|
@ -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.59.0"
|
"version": "1.59.1"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.59.1 - 2026-03-11
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `baoyu-translate`: improve short text annotation density rule and add explicit style preset passing to 02-prompt.md
|
||||||
|
- `baoyu-post-to-x`: remove `--disable-blink-features=AutomationControlled` Chrome flag
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
- `baoyu-post-to-weibo`: add entry point guard to md-to-html.ts for module import compatibility
|
||||||
|
- Replace clawhub CLI with local sync-clawhub.mjs script
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Update CLAUDE.md to reflect v1.59.0 codebase state (by @jackL1020)
|
||||||
|
|
||||||
## 1.59.0 - 2026-03-09
|
## 1.59.0 - 2026-03-09
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.59.1 - 2026-03-11
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
- `baoyu-translate`:改进短文本注释密度规则,补充风格预设到 02-prompt.md 的显式传递
|
||||||
|
- `baoyu-post-to-x`:移除 `--disable-blink-features=AutomationControlled` Chrome 启动参数
|
||||||
|
|
||||||
|
### 重构
|
||||||
|
- `baoyu-post-to-weibo`:为 md-to-html.ts 添加入口守卫,支持模块导入
|
||||||
|
- 使用本地 sync-clawhub.mjs 脚本替代 clawhub CLI
|
||||||
|
|
||||||
|
### 文档
|
||||||
|
- 更新 CLAUDE.md 以反映 v1.59.0 代码库状态 (by @jackL1020)
|
||||||
|
|
||||||
## 1.59.0 - 2026-03-09
|
## 1.59.0 - 2026-03-09
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
Claude Code marketplace plugin providing AI-powered content generation skills. Current version: **1.59.0**. Skills use official AI APIs (OpenAI, Google, DashScope, Replicate) or the reverse-engineered Gemini Web API for text/image generation, and Chrome CDP for browser automation.
|
Claude Code marketplace plugin providing AI-powered content generation skills. Current version: **1.59.1**. Skills use official AI APIs (OpenAI, Google, DashScope, Replicate) or the reverse-engineered Gemini Web API for text/image generation, and Chrome CDP for browser automation.
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
|
|
@ -188,7 +188,7 @@ Skills that process external Markdown/HTML should treat content as untrusted:
|
||||||
The file contains:
|
The file contains:
|
||||||
- `name`: Plugin name (`baoyu-skills`)
|
- `name`: Plugin name (`baoyu-skills`)
|
||||||
- `owner`: Author info
|
- `owner`: Author info
|
||||||
- `metadata.version`: Semver version (currently `1.59.0`)
|
- `metadata.version`: Semver version (currently `1.59.1`)
|
||||||
- `plugins[]`: Array of plugin categories, each with `name`, `description`, `source`, `strict`, and `skills[]` paths
|
- `plugins[]`: Array of plugin categories, each with `name`, `description`, `source`, `strict`, and `skills[]` paths
|
||||||
|
|
||||||
## ClawHub / OpenClaw Publishing
|
## ClawHub / OpenClaw Publishing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue