@codemcp/workflows-opencode 6.6.1 → 6.6.2

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 +0 -9
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28402,15 +28402,6 @@ var WorkflowsPlugin = async (input) => {
28402
28402
  }
28403
28403
  return cachedServerContext;
28404
28404
  }
28405
- getServerContext().then((context) => {
28406
- const pluginNames = context.pluginRegistry?.getPluginNames() ?? [];
28407
- if (pluginNames.length > 0) {
28408
- logger37.info("Registered plugins", { plugins: pluginNames });
28409
- } else {
28410
- logger37.debug("No plugins registered");
28411
- }
28412
- }).catch(() => {
28413
- });
28414
28405
  async function getWorkflowState() {
28415
28406
  try {
28416
28407
  const serverContext = await getServerContext();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
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.1",
23
- "@codemcp/workflows-server": "6.6.1"
22
+ "@codemcp/workflows-core": "6.6.2",
23
+ "@codemcp/workflows-server": "6.6.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@anthropic-ai/sdk": "*"