From 5ed47af59b79042fd308a0b968ffc4bb5bb55902 Mon Sep 17 00:00:00 2001 From: only-cli Date: Fri, 4 Sep 2026 09:04:54 -0400 Subject: [PATCH] release: 0.5.3 reddit.com is asked with the firefox fingerprint first; see CHANGELOG. --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- skills/web-browsing-cli/SKILL.md | 16 ++++++++-------- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f7724fd..2ccb9d0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ "name": "only-cli", "source": { "source": "github", "repo": "only-cli/oc" }, "description": "Browse websites from the terminal in a few hundred tokens", - "version": "0.5.2", + "version": "0.5.3", "homepage": "https://github.com/only-cli/oc", "license": "MIT" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0319ce1..6ed2360 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "only-cli", "description": "Browse websites from the terminal in a few hundred tokens", - "version": "0.5.2" + "version": "0.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c3cca..0a6d180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Notable changes per release. Releases before 0.4.0 are listed at [github.com/only-cli/oc/releases](https://github.com/only-cli/oc/releases). -## Unreleased +## 0.5.3 ### Changed diff --git a/package-lock.json b/package-lock.json index b33aea0..3f150d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@only-cli/oc", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@only-cli/oc", - "version": "0.5.2", + "version": "0.5.3", "license": "MIT", "dependencies": { "impers": "0.1.1", diff --git a/package.json b/package.json index 0de6e79..3db3eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@only-cli/oc", - "version": "0.5.2", + "version": "0.5.3", "description": "Turn websites into a compact CLI so AI agents can browse without burning tokens.", "type": "module", "bin": { diff --git a/skills/web-browsing-cli/SKILL.md b/skills/web-browsing-cli/SKILL.md index 14a8d41..df940a7 100644 --- a/skills/web-browsing-cli/SKILL.md +++ b/skills/web-browsing-cli/SKILL.md @@ -8,15 +8,15 @@ description: Token-efficient web browsing and web content extraction for AI agen Renders a web page as a compact, numbered terminal view instead of raw HTML. A typical page is under 500 tokens. ``` -npx --yes @only-cli/oc@0.5.2 open compact view, numbered elements -npx --yes @only-cli/oc@0.5.2 do follow link [n], or read it if [n] is text -npx --yes @only-cli/oc@0.5.2 find where a string appears, or that place itself +npx --yes @only-cli/oc@0.5.3 open compact view, numbered elements +npx --yes @only-cli/oc@0.5.3 do follow link [n], or read it if [n] is text +npx --yes @only-cli/oc@0.5.3 find where a string appears, or that place itself when only one matches -npx --yes @only-cli/oc@0.5.2 next next ~500 tokens of the page already open -npx --yes @only-cli/oc@0.5.2 read full text of region [n] -npx --yes @only-cli/oc@0.5.2 raw [url] whole page as markdown (--html for cleaned HTML) -npx --yes @only-cli/oc@0.5.2 login seed cookies (--cookie, --domain, --expires) -npx --yes @only-cli/oc@0.5.2 logout [session] forget a session: cookies and saved page +npx --yes @only-cli/oc@0.5.3 next next ~500 tokens of the page already open +npx --yes @only-cli/oc@0.5.3 read full text of region [n] +npx --yes @only-cli/oc@0.5.3 raw [url] whole page as markdown (--html for cleaned HTML) +npx --yes @only-cli/oc@0.5.3 login seed cookies (--cookie, --domain, --expires) +npx --yes @only-cli/oc@0.5.3 logout [session] forget a session: cookies and saved page ``` None of these except `open`/`do`/`raw ` fetch anything; they replay the page `open` already saved.