Files
oc/.claude-plugin/marketplace.json
T
only-cli 21f9955e15 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).
2026-09-04 08:47:02 -04:00

15 lines
364 B
JSON

{
"name": "only-cli",
"owner": { "name": "only-cli" },
"plugins": [
{
"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",
"homepage": "https://github.com/only-cli/oc",
"license": "MIT"
}
]
}