diff --git a/.env.template b/.env.template index 93017f2..ada8e9a 100644 --- a/.env.template +++ b/.env.template @@ -564,3 +564,4 @@ MODULE_DELVES=0 MODULE_MOD_DISABLE_ACHIEVEMENTS=0 MODULE_LUA_BATTLEPASS=0 MODULE_MOD_GM_DISCORD=0 +MODULE_MOD_OLLAMA_CHAT_CLAUDE_PROXY=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index b488ef6..75d0785 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5587,6 +5587,20 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_OLLAMA_CHAT_CLAUDE_PROXY", + "name": "mod-ollama-chat-claude-proxy", + "repo": "https://github.com/trauntrow/mod-ollama-chat-claude-proxy.git", + "description": "", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }