The save() and add_project() methods were calling logger.info() without importing the logging module. This caused NameError when /add-project command tried to save configuration. Added: - import logging - logger = logging.getLogger(__name__) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bot.py | ||
| bot.py.backup | ||
| claude_runner.py | ||
| commands.py | ||
| commands.py.backup | ||
| config.py | ||
| config.py.backup | ||
| logging_config.py | ||
| response_formatter.py | ||
| session_manager.py | ||