openmates 0.14.8-alpha.8 → 0.15.0-alpha.0

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
@@ -99,17 +99,17 @@ openmates chats delete <chat-id> --yes
99
99
  Exports include YAML and Markdown. When present, code embeds and video
100
100
  transcripts are written as separate files.
101
101
 
102
- ### Run app skills
102
+ ### Use apps and typed commands
103
103
 
104
104
  ```bash
105
105
  openmates apps list
106
- openmates apps web search "latest AI news"
107
- openmates apps ai ask "What is Docker?"
106
+ openmates apps skill-info web search
107
+ openmates tasks create --title "Draft launch checklist"
108
+ openmates workflows list
108
109
  openmates apps code run --language python --code 'print("Hello from CLI")'
109
- openmates apps travel search_connections --input '{"requests":[{"legs":[{"origin":"BER","destination":"LHR","date":"2026-04-15"}]}]}'
110
110
  ```
111
111
 
112
- App commands use your logged-in session by default. For non-interactive scripts,
112
+ Typed app commands use your logged-in session by default. For non-interactive scripts,
113
113
  create an API key in **Settings > Developers > API Keys**, then pass
114
114
  `--api-key <key>` or set `OPENMATES_API_KEY`.
115
115
 
@@ -295,12 +295,12 @@ intentionally want the chat saved to the OpenMates account.
295
295
 
296
296
  ## Versioning
297
297
 
298
- OpenMates shows the short product line, for example `v0.14`, in the web app.
298
+ OpenMates shows the short product line, for example `v0.15`, in the web app.
299
299
  The npm package uses exact artifact versions:
300
300
 
301
- - `0.14.N-alpha.0` is a prerelease from the `dev` branch published under the
301
+ - `0.15.0-alpha.N` is a prerelease from the `dev` branch published under the
302
302
  `alpha` npm tag.
303
- - `0.14.N` is a stable release from `main` published under the `latest` npm tag.
303
+ - `0.15.0` is a stable release from `main` published under the `latest` npm tag.
304
304
 
305
305
  Install stable releases with `npm install -g openmates`. Install prereleases with
306
306
  `npm install -g openmates@alpha`.