opera-browser-cli 0.1.38 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  `opera-browser-cli` is a fork of [chrome-devtools-axi](https://github.com/kunchenguid/chrome-devtools-axi).
6
6
  It wraps [opera-devtools-mcp](https://github.com/operasoftware/opera-devtools-mcp) with an [AXI](https://axi.md)-compliant CLI.
7
7
 
8
- - **Token-efficient** — TOON-encoded output cuts token usage ~40% vs raw JSON
8
+ - **Token-efficient** — compact page snapshots cut token usage up to 80% vs raw MCP; TOON encoding reduces metadata overhead further (`opera-compact` in [benchmarks](#benchmarks))
9
9
  - **Combined operations** — one command navigates, captures, and suggests next steps
10
10
  - **Contextual suggestions** — every response includes actionable next-step hints
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opera-browser-cli",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "AXI-compliant opera-devtools-mcp wrapper — combined operations, TOON output, contextual suggestions",
5
5
  "type": "module",
6
6
  "repository": {