diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ab9332..133a74b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.6.0](https://github.com/jackwener/opencli/compare/v1.5.9...v1.6.0) (2026-04-02) + + +### Features + +* **opencli-operate:** add browser control commands for Claude Code skill ([#614](https://github.com/jackwener/opencli/issues/614)) +* **docs:** add tab completion to getting started guides ([#658](https://github.com/jackwener/opencli/issues/658)) + + +### Bug Fixes + +* **twitter:** resolve article ID to tweet ID before GraphQL query ([#688](https://github.com/jackwener/opencli/issues/688)) +* **xiaohongshu:** clarify empty note shell hint ([#686](https://github.com/jackwener/opencli/issues/686)) +* **skills:** add YAML frontmatter for discovery and improve descriptions ([#694](https://github.com/jackwener/opencli/issues/694)) + + +### Refactoring + +* centralize daemon transport client ([#692](https://github.com/jackwener/opencli/issues/692)) + + ## [1.5.9](https://github.com/jackwener/opencli/compare/v1.5.8...v1.5.9) (2026-04-02) diff --git a/package.json b/package.json index 15caaa77..e7bc5163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/opencli", - "version": "1.5.9", + "version": "1.6.0", "publishConfig": { "access": "public" }, diff --git a/skills/opencli-usage/SKILL.md b/skills/opencli-usage/SKILL.md index 2fb4c847..3ca082aa 100644 --- a/skills/opencli-usage/SKILL.md +++ b/skills/opencli-usage/SKILL.md @@ -1,7 +1,7 @@ --- name: opencli-usage description: "Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 60+ adapters." -version: 1.5.9 +version: 1.6.0 author: jackwener tags: [opencli, cli, browser, web, chrome-extension, cdp, bilibili, twitter, reddit, xiaohongshu, github, youtube, AI, agent, automation] ---