Skip to content

Latest commit

 

History

History
159 lines (93 loc) · 12.8 KB

File metadata and controls

159 lines (93 loc) · 12.8 KB

Changelog

1.3.2 (2026-03-24)

Features

  • error-handling: refine error handling with semantic error types and emoji-coded output (#312) (b4d64ca)

Bug Fixes

  • security: replace execSync with execFileSync to prevent command injection (#309) (41aedf6)
  • remove duplicate getErrorMessage import in discovery.ts (#315) (75f4237)
  • e2e: broaden xiaoyuzhou skip logic for overseas CI runners (#316) (a170873)

Documentation

  • SKILL.md: sync command reference — add missing sites and desktop adapters (#314) (8bf750c)

Chores

  • pre-release cleanup — fix dependencies, sync docs, reduce code duplication (#311) (c9b3568)

1.3.1 (2026-03-22)

Features

  • plugin: add update command, hot reload after install, README section (#307) (966f6e5)
  • yollomi: add new commands and update documentation (#235) (ea83242)
  • record: add live recording command for API capture (#300) (dff0fe5)
  • weibo: add weibo search command (#299) (c7895ea)
  • v2ex: add node, user, member, replies, nodes commands (#282) (a83027d)
  • hackernews: add new, best, ask, show, jobs, search, user commands (#290) (127a974)
  • doubao-app: add Doubao AI desktop app CLI adapter (#289) (66c4b84)
  • doubao: add doubao browser adapter (#277) (9cdc127)
  • xiaohongshu: add publish command for 图文 note automation (#276) (a6d993f)
  • weixin: add weixin article download adapter & abstract download helpers (#280) (b7c6c02)

Bug Fixes

  • tests: use positional arg syntax in browser search tests (#302) (4343ec0)
  • xiaohongshu: improve search login-wall handling and detail output (#298) (f8bf663)
  • ensure standard PATH is available for external CLIs (#285) (22f5c7a)
  • xiaohongshu: scope image selector to avoid downloading avatars (#293) (3a21be6)
  • add turndown dependency to package.json (#288) (2a52906)

1.3.0 (2026-03-21)

Features

  • daemon: harden security against browser CSRF attacks (#268) (40bd11d)

Performance

  • smart page settle via DOM stability detection (#271) (4b976da)

Refactoring

  • doctor defaults to live mode, remove setup command entirely (#263) (b4a8089)

1.2.3 (2026-03-21)

Bug Fixes

  • replace all about:blank with data: URI to prevent New Tab Override interception (#257) (3e91876)
  • harden resolveTabId against New Tab Override extension interception (#255) (112fdef)

1.2.2 (2026-03-21)

Bug Fixes

1.2.1 (2026-03-21)

Bug Fixes

  • twitter: harden timeline review findings (#236) (4cd0409)
  • wikipedia: fix search arg name + add random and trending commands (#231) (1d56dd7)
  • resolve inconsistent doctor --live report (fix #121) (#224) (387aa0d)

1.2.0 (2026-03-21)

Features

  • douban: add movie adapter with search, top250, subject, marks, reviews commands (#239) (70651d3)
  • devto: add devto adapter (#234) (ea113a6)
  • twitter: add --type flag to timeline command (#83) (e98cf75)
  • google: add search, suggest, news, and trends adapters (#184) (4e32599)
  • add douban, sinablog, substack adapters; upgrade medium to TS (#185) (bdf5967)
  • xueqiu: add earnings-date command (#211) (fae1dce)
  • browser: advanced DOM snapshot engine with 13-layer pruning pipeline (#210) (d831b04)
  • instagram,facebook: add write actions and extended commands (#201) (eb0ccaf)
  • grok: add opt-in --web flow for grok ask (#193) (fcff2e4)
  • tiktok: add TikTok adapter with 15 commands (#202) (4391ccf)
  • add Lobste.rs, Instagram, and Facebook adapters (#199) (ce484c2)
  • medium: add medium adapter (#190) (06c902a)
  • plugin system (Stage 0-2) (1d39295)
  • make primary args positional across all CLIs (#242) (9696db9)
  • xueqiu: make primary args positional (#213) (fb2a145)

Refactoring

1.1.0 (2026-03-20)

Features

  • add antigravity serve command — Anthropic API proxy (35a0fed)
  • add arxiv and wikipedia adapters (#132) (3cda14a)
  • add external CLI hub for discovery, auto-installation, and execution of external tools. (b3e32d8)
  • add sinafinance 7x24 news adapter (#131) (02793e9)
  • boss: add 8 new recruitment management commands (#133) (7e973ca)
  • serve: implement auto new conv, model mapping, and precise completion detection (0e8c96b)
  • serve: use CDP mouse click + Input.insertText for reliable message injection (c63af6d)
  • xiaohongshu creator flows migration (#124) (8f17259)

Bug Fixes

  • docs: use base '/' for custom domain and add CNAME file (#129) (2876750)
  • serve: update model mappings to match actual Antigravity UI (36bc57a)
  • type safety for wikiFetch and arxiv abstract truncation (4600b9d)
  • use UTC+8 for XHS timestamp formatting (CI timezone fix) (03f067d)
  • xiaohongshu: use fixed UTC+8 offset in trend timestamp formatting (CI timezone fix) (593436e)

1.0.6 (2026-03-20)

Bug Fixes

  • use %20 instead of + for spaces in Bilibili WBI signed requests (#126) (4cabca1), closes #125