Jim Liu 宝玉
78d6d23359
refactor(baoyu-comic): enforce blocking first-time setup
...
- Mark preferences loading as BLOCKING operation
- Update workflow flow diagram
2026-02-01 19:48:56 -06:00
Jim Liu 宝玉
ec6781a231
feat(baoyu-article-illustrator): add reference image support
...
- Add reference image handling with direct/style/palette usage types
- Enhance first-time setup as blocking operation
- Update prompt construction with reference frontmatter format
2026-02-01 19:48:46 -06:00
Jim Liu 宝玉
edf9030675
feat(baoyu-cover-image): add reference image support and visual elements library
...
- Add --ref parameter for reference images (style/palette/direct usage)
- Add visual-elements.md with icon vocabulary by topic
- Enhance first-time setup as blocking operation
- Remove character limits from titles, use original source titles
- Update prompt template with reference handling
2026-02-01 19:48:37 -06:00
Jim Liu 宝玉
10e1c426a0
chore: release v1.27.0
2026-02-01 02:15:08 -06:00
Jim Liu 宝玉
dbab83ff82
feat(baoyu-markdown-to-html): add remark-cjk-friendly for CJK emphasis
...
Preprocess markdown with remark-cjk-friendly to properly handle
CJK emphasis markers before HTML conversion.
2026-02-01 02:14:12 -06:00
Jim Liu 宝玉
478e66a93a
docs(baoyu-infographic): clarify AskUserQuestion usage
...
Emphasize combining multiple questions into single call.
2026-02-01 02:14:06 -06:00
Jim Liu 宝玉
3a5866eb4b
refactor(baoyu-format-markdown): use remark-cjk-friendly for CJK emphasis
...
Replace custom CJK emphasis handling with remark-cjk-friendly library,
significantly simplifying the codebase.
2026-02-01 02:13:58 -06:00
Jim Liu 宝玉
c0162bb3af
chore: release v1.26.1
2026-01-29 22:02:42 -06:00
Jim Liu 宝玉
e9342a16f8
fix(baoyu-xhs-images): remove notebook style, add backup rules for prompts and images
2026-01-29 22:01:47 -06:00
Jim Liu 宝玉
5cb86d8e51
feat(baoyu-slide-deck): add backup rules for source, prompt, and slide image files
2026-01-29 22:01:42 -06:00
Jim Liu 宝玉
66ed08f010
feat(baoyu-infographic): add backup rules for source, analysis, prompt, and image files
2026-01-29 22:01:22 -06:00
Jim Liu 宝玉
b179166d28
feat(baoyu-cover-image): add backup rules for source and prompt files
2026-01-29 22:01:17 -06:00
Jim Liu 宝玉
4805526649
feat(baoyu-comic): add backup rules for source, character sheet, prompts, and page images
2026-01-29 22:00:59 -06:00
Jim Liu 宝玉
89159bf86e
feat(baoyu-article-illustrator): add backup rules for source, prompt, and image files
2026-01-29 22:00:37 -06:00
Jim Liu 宝玉
b45b5d2c6e
chore: release v1.26.0
2026-01-29 20:59:45 -06:00
Jim Liu 宝玉
62866426c5
feat(baoyu-xhs-images): add notebook and study-notes styles with mindmap and quadrant layouts
...
- notebook: hand-drawn infographic style with watercolor rendering and Morandi palette
- study-notes: realistic handwritten photo style with blue pen, red annotations, yellow highlighter
- mindmap: center radial layout (4-8 branches)
- quadrant: four-quadrant / circular section layout
2026-01-29 20:59:24 -06:00
Jim Liu 宝玉
28a7db6129
chore: release v1.25.4
2026-01-29 17:17:58 -06:00
Jim Liu 宝玉
7c5e81fd15
chore: release v1.25.3
2026-01-28 22:31:47 -06:00
Jim Liu 宝玉
058d25d02c
feat(baoyu-format-markdown): add content type detection and CJK punctuation handling
2026-01-28 22:31:25 -06:00
Jim Liu 宝玉
fe09ec546f
chore: release v1.25.2
2026-01-28 22:10:32 -06:00
Jim Liu 宝玉
cf611a4514
docs(baoyu-post-to-wechat): add WeChat API credentials configuration guide
2026-01-28 22:10:27 -06:00
Jim Liu 宝玉
7cf30e969f
chore: release v1.25.1
2026-01-28 21:49:51 -06:00
Jim Liu 宝玉
18b71157db
feat(baoyu-markdown-to-html): add CJK content pre-check step
...
Suggest formatting with baoyu-format-markdown before conversion
to fix bold markers with punctuation issues.
2026-01-28 21:49:47 -06:00
Jim Liu 宝玉
9904c490e4
chore: release v1.25.0
2026-01-28 21:38:06 -06:00
Jim Liu 宝玉
32ed09128c
docs: add baoyu-format-markdown and baoyu-markdown-to-html to plugin registry
2026-01-28 21:37:49 -06:00
Jim Liu 宝玉
81e96ee43c
feat(baoyu-post-to-wechat): add API publishing and external theme support
...
- Add wechat-api.ts for direct API-based article publishing
- Support plain text, HTML, and markdown inputs with auto-conversion
- Add external theme discovery from MD_THEME_DIR environment variable
- Improve CSS inlining with juice library integration
- Support WeChat API credentials via .baoyu-skills/.env
2026-01-28 21:37:40 -06:00
Jim Liu 宝玉
5f994589b3
feat(baoyu-markdown-to-html): add markdown to HTML converter skill
...
Converts markdown to styled HTML with inline CSS, code highlighting,
math, PlantUML, footnotes, alerts, and WeChat-compatible themes.
2026-01-28 21:37:30 -06:00
Jim Liu 宝玉
40363194be
feat(baoyu-format-markdown): add markdown formatter skill
...
Formats plain text or markdown with frontmatter, titles, summaries,
headings, bold, lists, code blocks, and CJK typography fixes.
2026-01-28 21:37:23 -06:00
Jim Liu 宝玉
21a5167b61
chore: release v1.24.4
2026-01-28 14:54:44 -06:00
Jim Liu 宝玉
4d3957ca06
fix(baoyu-post-to-x): ensure Apply button click closes modal before continuing
2026-01-28 14:54:39 -06:00
Jim Liu 宝玉
013c72fce7
chore: release v1.24.3
2026-01-28 13:56:48 -06:00
Jim Liu 宝玉
40fadcb1f6
docs: emphasize updating prompt files before regenerating
2026-01-28 13:56:35 -06:00
Jim Liu 宝玉
499a1ee478
chore: release v1.24.2
2026-01-28 13:14:44 -06:00
Jim Liu 宝玉
fa89eaf2f7
refactor(baoyu-image-gen): default to sequential generation
2026-01-28 13:14:39 -06:00
Jim Liu 宝玉
7964e20bc3
chore: release v1.24.1
2026-01-28 12:29:43 -06:00
Jim Liu 宝玉
45c109ce88
Merge pull request #27 from JianJang2017/my-baoyu-skills
...
Adapting baoyu-image-gen to the Tongyi Text-to-Image Model
2026-01-28 12:23:34 -06:00
jianzhang50
74c08def06
docs: add Aliyun text-to-image model config to README.md
2026-01-28 22:04:53 +08:00
jianzhang50
907c8ab852
Adapting baoyu-image-gen to the Tongyi Text-to-Image Model
2026-01-28 09:04:57 +08:00
Jim Liu 宝玉
64945f3341
chore: release v1.24.0
2026-01-27 10:10:44 -06:00
Jim Liu 宝玉
050d37c344
docs: backfill third-party contributor attributions in changelogs
2026-01-27 10:06:22 -06:00
Jim Liu 宝玉
f9f168fc1f
docs(release-skills): add third-party contributor attribution to release workflow
2026-01-27 10:06:15 -06:00
Jim Liu 宝玉
b1af3a3e45
fix(baoyu-post-to-wechat): improve title extraction, summary auto-fill, and content verification
2026-01-27 10:06:11 -06:00
Jim Liu 宝玉
0727296592
Merge pull request #23 from AliceLJY/feat/reuse-existing-chrome
...
feat(baoyu-post-to-wechat): reuse existing Chrome instead of requiring all windows closed
2026-01-27 08:03:46 -06:00
Jim Liu 宝玉
0e571b72fb
chore: release v1.23.1
2026-01-27 00:59:34 -06:00
Jim Liu 宝玉
366630f8c3
fix(baoyu-compress-image): rename original as backup instead of deleting
2026-01-27 00:59:30 -06:00
安闲静雅
6bfafe0ec5
feat(baoyu-post-to-wechat): reuse existing Chrome instead of requiring all windows closed
...
Previously, the script always launched a new Chrome instance, which failed
when Chrome was already running due to profile lock conflicts on macOS.
Users had to close all Chrome windows before publishing.
This change adds auto-detection of existing Chrome debug ports and reuses
an already-logged-in WeChat tab when available, falling back to launching
a new instance only when no existing Chrome is found.
Changes:
- cdp.ts: add tryConnectExisting() and findExistingChromeDebugPort()
- wechat-article.ts: try existing Chrome before launching new one,
reuse logged-in WeChat tab (identified by token= in URL),
add waitForElement() for reliable menu detection,
add --cdp-port option for manual override,
fix process not exiting after completion
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 13:16:33 +08:00
Jim Liu 宝玉
5e597f0a8b
chore: release v1.23.0
2026-01-26 11:36:06 -06:00
Jim Liu 宝玉
40f4d2f730
refactor(baoyu-cover-image): replace 20 styles with 5D palette×rendering system
...
Migrate from 4-dimension (Type×Style×Text×Mood) to 5-dimension
(Type×Palette×Rendering×Text×Mood) system. 9 palettes × 6 renderings
= 54 combinations replacing 20 fixed styles. Add style presets for
backward compatibility, v2→v3 schema migration, and new reference
structure (palettes/, renderings/, workflow/).
2026-01-26 11:32:30 -06:00
Jim Liu 宝玉
b12ae7374d
chore: release v1.22.0
2026-01-25 21:05:37 -06:00
Jim Liu 宝玉
1afa6f5a58
refactor(baoyu-post-to-x): simplify image placeholders from bracket format to XIMGPH
2026-01-25 21:05:08 -06:00