openmates 0.12.0-alpha.9 → 0.12.1
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 +3 -1
- package/dist/{chunk-5SWMZDHG.js → chunk-PHFCP5AM.js} +2127 -131
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +44 -0
- package/dist/index.js +1 -1
- package/fixtures/brandenburger-tor.png +0 -0
- package/fixtures/brandenburger-tor.svg +25 -0
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -24,12 +24,14 @@ openmates apps list
|
|
|
24
24
|
openmates apps ai ask "What is Docker?"
|
|
25
25
|
openmates apps code run --language python --code 'print("Hello")'
|
|
26
26
|
openmates settings account export data --json
|
|
27
|
+
openmates learning-mode status --json
|
|
27
28
|
openmates settings memories list --json
|
|
28
29
|
openmates docs list
|
|
30
|
+
openmates benchmark model google/gemini-3.5-flash --dry-run --json
|
|
29
31
|
openmates server install
|
|
30
32
|
```
|
|
31
33
|
|
|
32
|
-
Run `openmates --help` or `openmates <command> --help` for the full command surface.
|
|
34
|
+
Run `openmates --help` or `openmates <command> --help` for the full command surface. Benchmark commands also support `openmates benchmark --help` for suite, comparison, judge, and spend-confirmation options.
|
|
33
35
|
|
|
34
36
|
## Environments
|
|
35
37
|
|