- Add .agents/ directory to .gitignore
- Comment out sys.stdout.reconfigure() to prevent encoding issues
🤖 Generated with [Qoder][https://lingma.aliyun.com]
Windows Chinese locale defaults stdout to GBK which cannot encode
emoji characters used in log messages. Reconfigure stdout to UTF-8.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>