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.
- package/dist/index.js +1 -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);
|