@nt-ai-lab/deterministic-agent-workflow-codex 0.4.0 → 0.4.1

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.
@@ -171,8 +171,8 @@ function preventUnsupportedStop(config, engineDeps, sessionId) {
171
171
  };
172
172
  return {
173
173
  output: JSON.stringify({
174
- continue: false,
175
- stopReason: `Workflow state ${state.currentStateMachineState} does not allow stopping.`
174
+ decision: 'block',
175
+ reason: `Workflow state ${state.currentStateMachineState} does not allow stopping.`
176
176
  }),
177
177
  exitCode: 0,
178
178
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nt-ai-lab/deterministic-agent-workflow-codex",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -17,9 +17,9 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "zod": "^3.25.76",
20
- "@nt-ai-lab/deterministic-agent-workflow-engine": "0.4.0",
20
+ "@nt-ai-lab/deterministic-agent-workflow-cli": "0.4.0",
21
21
  "@nt-ai-lab/deterministic-agent-workflow-event-store": "0.4.0",
22
- "@nt-ai-lab/deterministic-agent-workflow-cli": "0.4.0"
22
+ "@nt-ai-lab/deterministic-agent-workflow-engine": "0.4.0"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"