JimLiu-baoyu-skills/skills/baoyu-post-to-wechat/scripts
cfh 84c56b0da3 fix(baoyu-post-to-wechat): improve browser publishing reliability
- Add retry logic (5 attempts with progressive backoff) to clickMenuByText
  to handle slow-loading home page menus
- Increase post-login wait from 2s to 5s and menu timeout from 20s to 40s
- Replace fixed 3s sleep after editor tab opens with waitForElement polling
  for #title (30s) and .ProseMirror (15s) to reliably wait for full load
- Improve title/author filling with focus() and change event dispatch
  for more reliable value setting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 00:43:39 +08:00
..
vendor fix: preserve inline code in cjk emphasis 2026-03-14 17:12:03 +08:00
bun.lock refactor: share markdown renderer via baoyu-md 2026-03-13 10:20:28 -05:00
cdp.ts feat(baoyu-post-to-wechat): add multi-account support 2026-03-11 23:24:02 -05:00
check-permissions.ts fix(security): remove curl|bash, enforce HTTPS-only downloads 2026-03-06 16:03:10 -06:00
copy-to-clipboard.ts fix(baoyu-post-to-wechat): fix PowerShell clipboard copy on Windows 2026-02-10 16:05:03 -06:00
md-to-wechat.ts refactor: share markdown renderer via baoyu-md 2026-03-13 10:20:28 -05:00
package.json refactor: share markdown renderer via baoyu-md 2026-03-13 10:20:28 -05:00
paste-from-clipboard.ts Add clipboard paste functionality and documentation for X Articles and regular posts 2026-01-15 15:38:03 -06:00
wechat-agent-browser.ts fix: surface agent-browser startup errors 2026-03-08 22:25:34 -05:00
wechat-api.ts feat(baoyu-post-to-wechat): add placeholder image upload and fix frontmatter parsing 2026-03-13 10:58:13 -05:00
wechat-article.ts fix(baoyu-post-to-wechat): improve browser publishing reliability 2026-03-17 00:43:39 +08:00
wechat-browser.ts feat(baoyu-post-to-wechat): add multi-account support 2026-03-11 23:24:02 -05:00
wechat-extend-config.ts feat(baoyu-post-to-wechat): add multi-account support 2026-03-11 23:24:02 -05:00