From 0c7ac4fffde4cc694f36eb418aec88a02ce04b22 Mon Sep 17 00:00:00 2001 From: OhMyApps <74984020+GiGiDKR@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:38:40 +0200 Subject: [PATCH] fix: sync fork --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.example b/.env.example index 9f137e1..ebb3fe2 100644 --- a/.env.example +++ b/.env.example @@ -143,6 +143,16 @@ MAX_CONVERSATION_TURNS=20 # ERROR: Shows only errors LOG_LEVEL=DEBUG +# Optional: Tool Selection +# Comma-separated list of tools to disable. If not set, all tools are enabled. +# Essential tools (version, listmodels) cannot be disabled. +# Available tools: chat, thinkdeep, planner, consensus, codereview, precommit, +# debug, docgen, analyze, refactor, tracer, testgen +# Examples: +# DISABLED_TOOLS= # All tools enabled (default) +# DISABLED_TOOLS=debug,tracer # Disable debug and tracer tools +# DISABLED_TOOLS=planner,consensus # Disable planning tools + # Optional: Language/Locale for AI responses # When set, all AI tools will respond in the specified language # while maintaining their analytical capabilities