Skip to content

v0.2.0

Choose a tag to compare

@only-cli only-cli released this 19 Aug 18:50
· 89 commits to main since this release

Highlights

  • Navigation without URLs: oc do <n> follows a numbered link or reads it if it's text; oc find <query>, oc read <n>, and oc next let an agent dig into a long page without refetching it.
  • Rendering leads with the page's main content instead of chrome/nav, so the budget is spent on what the page is actually about.
  • YouTube support: video <id> and channel <name>, including transcript access via caption track links.
  • Stack Overflow via Atom/RSS feeds: question <id>, tag <name>, user <id>, recent.
  • Yahoo Finance CLI: quote, news, history, lookup, markets, gainers, losers, trending.
  • Security fix: the SSRF guard now validates the resolved IP a request actually connects to (including every redirect hop), instead of pattern-matching the hostname string. Closes IPv4-mapped IPv6 loopback, 0.0.0.0, and DNS-rebinding bypasses, and fixes a false positive on hostnames like 10.example.com.
  • README condensed to the core pitch; full benchmark methodology and results now live in only-cli/benchmarks.

Full changelog

v0.2.0-beta.1...v0.2.0