opera-browser-cli 0.1.40 → 0.1.41
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.
- package/README.md +7 -7
- package/openclaw/.claude/settings.local.json +8 -0
- package/package.json +2 -1
- package/openclaw/.env +0 -1
package/README.md
CHANGED
|
@@ -353,9 +353,9 @@ Runs snapshot command on 50 static pages (Wikipedia, GitHub, MDN, Python docs, R
|
|
|
353
353
|
| Condition | Avg tokens | Median tokens | p95 tokens |
|
|
354
354
|
|-----------------|------------|---------------|------------|
|
|
355
355
|
| `opera-compact` | 60.6k | 24.3k | 256.1k |
|
|
356
|
-
| `mcp-raw` | 94.7k | 45.0k | 391.3k |
|
|
357
356
|
| `opera-raw` | 94.9k | 45.1k | 381.4k |
|
|
358
357
|
| `axi` | 98.5k | 46.6k | 396.9k |
|
|
358
|
+
| `mcp-raw` | 94.7k | 45.0k | 391.3k |
|
|
359
359
|
|
|
360
360
|
`--full` variants (no char limit) are also measured; see the [detailed README](page-token-benchmark/README.md) and [results report](page-token-benchmark/results/report.md).
|
|
361
361
|
|
|
@@ -368,12 +368,12 @@ The agent was selecting each tool with or without `--full` flag, depending on th
|
|
|
368
368
|
|
|
369
369
|
**Results (35 runs each, 5 repeats × 7 tasks):**
|
|
370
370
|
|
|
371
|
-
| Condition
|
|
372
|
-
|
|
373
|
-
| opera-compact
|
|
374
|
-
| opera-raw
|
|
375
|
-
| axi
|
|
376
|
-
| mcp-raw
|
|
371
|
+
| Condition | Pass [%] | Avg input length [tokens] | Avg snapshot length [chars] | Avg task time [seconds] | Avg tool calls |
|
|
372
|
+
|----------------------|----------|---------------------------|-----------------------------|-------------------------|----------------|
|
|
373
|
+
| `opera-compact` | 100% | 36.3k | 83.1k | 6.8 | 1.4 |
|
|
374
|
+
| `opera-raw ` | 100% | 107.5k | 198.1k | 8.5 | 1.6 |
|
|
375
|
+
| `axi` | 100% | 102.2k | 203.9k | 9.8 | 1.5 |
|
|
376
|
+
| `mcp-raw` | 100% | 179.2k | 218.7k | 9.4 | 2.1 |
|
|
377
377
|
|
|
378
378
|
> opera-compact saves **80%** total tokens vs mcp-raw baseline.
|
|
379
379
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opera-browser-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "AXI-compliant opera-devtools-mcp wrapper — combined operations, TOON output, contextual suggestions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"openclaw",
|
|
26
|
+
"!openclaw/.env",
|
|
26
27
|
"LICENSE",
|
|
27
28
|
"README.md",
|
|
28
29
|
"SKILL.md"
|
package/openclaw/.env
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
OPENCLAW_GATEWAY_TOKEN=fe3c263c1288348034c20c101f7136e48ecabdaf7eeccd85ce94f3cc7d69ab43
|