feat: refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness
Disabled secondary tools by default (for new installations), updated README.md with instructions on how to enable these in .env run-server.sh now displays disabled / enabled tools (when DISABLED_TOOLS is set)
This commit is contained in:
15
.env.example
15
.env.example
@@ -149,11 +149,16 @@ LOG_LEVEL=DEBUG
|
||||
# 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
|
||||
# debug, docgen, analyze, refactor, tracer, testgen, challenge, secaudit
|
||||
#
|
||||
# DEFAULT CONFIGURATION: To optimize context window usage, non-essential tools
|
||||
# are disabled by default. Only the essential tools remain enabled:
|
||||
# - chat, thinkdeep, planner, consensus (collaboration tools)
|
||||
# - codereview, precommit, debug (code quality tools)
|
||||
# - challenge (critical thinking utility)
|
||||
#
|
||||
# To enable additional tools, remove them from the DISABLED_TOOLS list below.
|
||||
DISABLED_TOOLS=analyze,refactor,testgen,secaudit,docgen,tracer
|
||||
|
||||
# Optional: Language/Locale for AI responses
|
||||
# When set, all AI tools will respond in the specified language
|
||||
|
||||
Reference in New Issue
Block a user