@fonoster/autopilot 0.12.3 → 0.12.4

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.
@@ -123,7 +123,7 @@ const machine = setup_1.machineSetup.createMachine({
123
123
  target: "listeningToUser",
124
124
  description: "Event from VAD or similar system.",
125
125
  actions: [{ type: "cleanSpeech" }],
126
- guard: ({ context }) => context.enableUserBargeIn
126
+ guard: ({ context }) => context.allowUserBargeIn
127
127
  }
128
128
  },
129
129
  invoke: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/autopilot",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Voice AI for the Fonoster platform",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -59,5 +59,5 @@
59
59
  "xstate": "^5.17.3",
60
60
  "zod": "^3.23.8"
61
61
  },
62
- "gitHead": "b0cd248ac79fb63b1febb55031c53eff27714b21"
62
+ "gitHead": "79dc32b74ca44fa264078c29c00de2a6f86951ef"
63
63
  }