Skip to content

Commit dc7b88d

Browse files
authored
chore(release): 1.7.14 (#1402)
- bump opencli to 1.7.14 (was 1.7.13) - extension stays at 1.0.6 (no extension changes since v1.7.13) - finalize CHANGELOG with the three landed PRs: * #1399 daemon restart on stale ready state for npm -g upgrade * #1400 twitter write-action symmetry (unlike/retweet/unretweet/quote) * #1401 agent-friendly adapter help (drop globally-shared option noise)
1 parent 0996f9f commit dc7b88d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.7.14](https://github.com/jackwener/opencli/compare/v1.7.13...v1.7.14) (2026-05-08)
4+
5+
### Features
6+
7+
* **help** — adapter help is now agent-friendly: per-command listings drop the `[options]` noise from globally-shared options (`--format`, `--trace`, `-v`, `-h`, etc.) and only mention them at the site level, so `opencli twitter` etc. read like a flat command index. ([#1401](https://github.com/jackwener/opencli/issues/1401))
8+
* **twitter** — write-action symmetry P0: add `unlike`, `retweet`, `unretweet`, and `quote` to round out the read/write coverage. ([#1400](https://github.com/jackwener/opencli/issues/1400))
9+
10+
### Bug Fixes
11+
12+
* **browser daemon**`npm install -g @jackwener/opencli@latest` now correctly auto-restarts a stale ready-state daemon so users pick up the new version without a manual `opencli daemon restart`. ([#1399](https://github.com/jackwener/opencli/issues/1399))
13+
314
## [1.7.13](https://github.com/jackwener/opencli/compare/v1.7.12...v1.7.13) (2026-05-07)
415

516
Extension bumped to 1.0.6 (screenshot `--width` / `--height` / `--full-page` flags, automation tab group color marker, automation container reuse fix).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jackwener/opencli",
3-
"version": "1.7.13",
3+
"version": "1.7.14",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)