openmates 0.18.0-alpha.7 → 0.18.0-alpha.8

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.
@@ -50610,6 +50610,12 @@ Only output the final Markdown table. Do NOT include explanations, notes, or any
50610
50610
  }
50611
50611
  },
50612
50612
  calendar: {
50613
+ list_calendars: {
50614
+ text: "List Calendars",
50615
+ description: {
50616
+ text: "List calendars, timezones, and access roles in a connected account."
50617
+ }
50618
+ },
50613
50619
  get_events: {
50614
50620
  text: "Search",
50615
50621
  description: {
@@ -56799,6 +56805,9 @@ Only output the final Markdown table. Do NOT include explanations, notes, or any
56799
56805
  generating_title: {
56800
56806
  text: "Processing..."
56801
56807
  },
56808
+ selecting_mate_and_model: {
56809
+ text: "Selecting mate & AI model..."
56810
+ },
56802
56811
  selecting_mate: {
56803
56812
  text: "Selecting optimal mate..."
56804
56813
  },
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  resolveProjectContext,
12
12
  serializeToYaml,
13
13
  shouldRequireTrustedAccountGuard
14
- } from "./chunk-2H5LTEHD.js";
14
+ } from "./chunk-3CF6O4L6.js";
15
15
  import "./chunk-IWKP55ZB.js";
16
16
  import "./chunk-BBKJZ23O.js";
17
17
  export {
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ import {
42
42
  selectAssistantMessagesForSpeech,
43
43
  serializeToYaml,
44
44
  summarizeAssistantSpeech
45
- } from "./chunk-2H5LTEHD.js";
45
+ } from "./chunk-3CF6O4L6.js";
46
46
  import "./chunk-IWKP55ZB.js";
47
47
  import "./chunk-BBKJZ23O.js";
48
48
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.18.0-alpha.7",
3
+ "version": "0.18.0-alpha.8",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",