openmates 0.14.8-alpha.6 → 0.14.8-alpha.7

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.
@@ -3004,8 +3004,8 @@ async function buildTaskEventSystemMessage(params) {
3004
3004
  return message;
3005
3005
  }
3006
3006
  function taskUpdateJobBelongsToActiveTurn(job, activeChatId, taskEvents) {
3007
- if (taskEvents.some((event) => event.task_update_job_id === job.job_id)) return true;
3008
- return !job.chat_id || job.chat_id === activeChatId;
3007
+ void activeChatId;
3008
+ return taskEvents.some((event) => event.task_update_job_id === job.job_id);
3009
3009
  }
3010
3010
  function buildTaskUpdateJobPersistPayload(params) {
3011
3011
  const encryptedTaskPayload = pruneAbsentTaskPersistFields(params.encryptedTaskPayload);
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-7DQIT6E2.js";
5
+ } from "./chunk-S2QEBRF3.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  renderSupportInfo,
30
30
  serializeToYaml,
31
31
  unwrapApiKeyMasterKey
32
- } from "./chunk-7DQIT6E2.js";
32
+ } from "./chunk-S2QEBRF3.js";
33
33
  import "./chunk-AXNRPVLE.js";
34
34
 
35
35
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.14.8-alpha.6",
3
+ "version": "0.14.8-alpha.7",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",