mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
release: 0.5.2
Version 0.5.2 in package.json, the lockfile, the plugin manifest, the marketplace entry, and the npx pins inside the skill. CHANGELOG covers one change: oc reddit reads the Atom feeds on www.reddit.com now that old.reddit.com is behind a login and the www .json views answer 403 (#52, #53).
This commit is contained in:
@@ -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.1",
|
||||
"version": "0.5.2",
|
||||
"homepage": "https://github.com/only-cli/oc",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "only-cli",
|
||||
"description": "Browse websites from the terminal in a few hundred tokens",
|
||||
"version": "0.5.1"
|
||||
"version": "0.5.2"
|
||||
}
|
||||
|
||||
+1
-1
@@ -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.2
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@only-cli/oc",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@only-cli/oc",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"impers": "0.1.1",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@only-cli/oc",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Turn websites into a compact CLI so AI agents can browse without burning tokens.",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
@@ -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.1 open <url> compact view, numbered elements
|
||||
npx --yes @only-cli/oc@0.5.1 do <n> follow link [n], or read it if [n] is text
|
||||
npx --yes @only-cli/oc@0.5.1 find <query> where a string appears, or that place itself
|
||||
npx --yes @only-cli/oc@0.5.2 open <url> compact view, numbered elements
|
||||
npx --yes @only-cli/oc@0.5.2 do <n> follow link [n], or read it if [n] is text
|
||||
npx --yes @only-cli/oc@0.5.2 find <query> where a string appears, or that place itself
|
||||
when only one matches
|
||||
npx --yes @only-cli/oc@0.5.1 next next ~500 tokens of the page already open
|
||||
npx --yes @only-cli/oc@0.5.1 read <n> full text of region [n]
|
||||
npx --yes @only-cli/oc@0.5.1 raw [url] whole page as markdown (--html for cleaned HTML)
|
||||
npx --yes @only-cli/oc@0.5.1 login seed cookies (--cookie, --domain, --expires)
|
||||
npx --yes @only-cli/oc@0.5.1 logout [session] forget a session: cookies and saved page
|
||||
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 <n> 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
|
||||
```
|
||||
|
||||
None of these except `open`/`do`/`raw <url>` fetch anything; they replay the page `open` already saved.
|
||||
|
||||
Reference in New Issue
Block a user