oh-my-imagicma 0.2.0 → 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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30715,7 +30715,6 @@ ${profileText}`);
|
|
|
30715
30715
|
return {
|
|
30716
30716
|
tool: {
|
|
30717
30717
|
slashcommand: slashcommandTool,
|
|
30718
|
-
search_codebase: searchCodebaseTool,
|
|
30719
30718
|
create_postgresql_database_tool: createPostgresqlDatabaseTool,
|
|
30720
30719
|
check_database_status: checkDatabaseStatusTool,
|
|
30721
30720
|
execute_sql_tool: executeSqlTool,
|
|
@@ -30725,8 +30724,7 @@ ${profileText}`);
|
|
|
30725
30724
|
stop_workflow: stopWorkflowTool,
|
|
30726
30725
|
snapshot_runtime_logs: snapshotRuntimeLogsTool,
|
|
30727
30726
|
query_runtime_logs: queryRuntimeLogsTool,
|
|
30728
|
-
...lspTools
|
|
30729
|
-
inspect_page_semantics: inspectPageSemanticsTool
|
|
30727
|
+
...lspTools
|
|
30730
30728
|
},
|
|
30731
30729
|
config: async (config3) => {
|
|
30732
30730
|
const injectedAgents = injectBuiltinAgents(config3, pluginConfig);
|