Merge branch 'main' into feat-dockerisation

This commit is contained in:
OhMyApps
2025-06-25 18:10:26 +02:00
committed by GitHub
25 changed files with 1846 additions and 75 deletions

View File

@@ -153,6 +153,13 @@ LOG_LEVEL=DEBUG
# 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
# Examples: "fr-FR", "en-US", "zh-CN", "zh-TW", "ja-JP", "ko-KR", "es-ES"
# Leave empty for default language (English)
# LOCALE=fr-FR
# ===========================================
# Docker Configuration
# ===========================================