aider-gitea/test
Jon Michael Aanes 325c0767f1
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 26s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Add Claude Code integration with automatic model routing
Implemented complete Claude Code support alongside existing Aider integration:
- ClaudeCodeSolver strategy with programmatic Claude Code CLI usage
- Intelligent model detection to route Anthropic models to Claude Code
- Shared post-solver cleanup function to eliminate code duplication
- CLAUDE_CODE_MESSAGE_FORMAT constant for maintainable prompts
- Comprehensive test suite with 18 passing tests
- Automatic ANTHROPIC_API_KEY environment setup

Users can now specify any Anthropic model (claude, sonnet, haiku, opus) to use Claude Code, while other models continue using Aider.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 01:18:11 +02:00
..
__init__.py feat: add __init__.py to test directory to resolve namespace package issue 2025-04-14 21:57:56 +00:00
test_claude_code_integration.py Add Claude Code integration with automatic model routing 2025-06-09 01:18:11 +02:00
test_generate_branch_name.py Fixed tests 2025-04-13 18:34:47 +02:00
test_gitea_client_pr_labels.py Removed lots of redundant code 2025-04-15 00:36:02 +02:00
test_has_commits_on_branch.py Initial ruff pass 2025-04-21 12:42:33 +02:00
test_init.py Ruff 2025-04-13 18:06:44 +02:00
test_seen_issues_db_pr_info.py Store link in database 2025-04-15 23:45:32 +02:00
test_seen_issues_db.py Ruff 2025-04-14 23:51:34 +02:00