oh-my-imagicma 0.2.0 → 0.2.1

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 -1
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-imagicma",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",