From da99002886b8bfbc223eba576d0657d615306154 Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Mon, 2 Feb 2026 09:19:46 +0000 Subject: [PATCH] chore: sync module manifest --- .env.template | 1 + config/module-manifest.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) 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": [] } ] }