oh-my-imagicma 0.2.1 → 0.2.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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30724,8 +30724,7 @@ ${profileText}`);
30724
30724
  stop_workflow: stopWorkflowTool,
30725
30725
  snapshot_runtime_logs: snapshotRuntimeLogsTool,
30726
30726
  query_runtime_logs: queryRuntimeLogsTool,
30727
- ...lspTools,
30728
- inspect_page_semantics: inspectPageSemanticsTool
30727
+ ...lspTools
30729
30728
  },
30730
30729
  config: async (config3) => {
30731
30730
  const injectedAgents = injectBuiltinAgents(config3, pluginConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-imagicma",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "OpenCode Plugin with Ralph Loop - Self-referential development loop until completion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",