openmates 0.12.0-alpha.2 → 0.12.0-alpha.20

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 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