@codemcp/workflows-opencode 6.6.3 → 6.6.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28514,6 +28514,7 @@ var WorkflowsPlugin = async (input) => {
28514
28514
  sessionID: hookInput.sessionID,
28515
28515
  messageID: hookInput.messageID || output.message.id,
28516
28516
  type: "text",
28517
+ synthetic: true,
28517
28518
  text: `No Active Workflow Use the \`start_development\` tool to begin.`
28518
28519
  });
28519
28520
  return;
@@ -28530,6 +28531,7 @@ var WorkflowsPlugin = async (input) => {
28530
28531
  sessionID: hookInput.sessionID,
28531
28532
  messageID: hookInput.messageID || output.message.id,
28532
28533
  type: "text",
28534
+ synthetic: true,
28533
28535
  text: `No Active Workflow Use the \`start_development\` tool to begin.`
28534
28536
  });
28535
28537
  return;
@@ -28554,6 +28556,7 @@ var WorkflowsPlugin = async (input) => {
28554
28556
  sessionID: hookInput.sessionID,
28555
28557
  messageID: hookInput.messageID || output.message.id,
28556
28558
  type: "text",
28559
+ synthetic: true,
28557
28560
  text: instructionText
28558
28561
  });
28559
28562
  logger37.info("chat.message: injected phase instructions", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.6.3",
3
+ "version": "6.6.4",
4
4
  "description": "OpenCode plugin for structured development workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "rimraf": "^6.0.1",
20
20
  "tsup": "^8.0.0",
21
21
  "vitest": "4.0.18",
22
- "@codemcp/workflows-core": "6.6.3",
23
- "@codemcp/workflows-server": "6.6.3"
22
+ "@codemcp/workflows-server": "6.6.4",
23
+ "@codemcp/workflows-core": "6.6.4"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@anthropic-ai/sdk": "*"