You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes several configuration improvements applicable to all projects:
Config improvements:
- .gitignore: Add database files (*.db, *.sqlite*) and JSONL logs
- .vscode/settings.json: Increase submodule detection limit, add spellcheck word
- pyproject.toml: Use generic **/.venv/** pattern (was scenarios/*/.venv/**)
- tests/terminal_bench: Add type ignore for optional dependency
These changes improve the development experience across all projects.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments