Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit e87a51cbc7 - Show all commits
+9
View File
@@ -20,6 +20,15 @@ model_list:
timeout: 30 timeout: 30
max_retries: 1 max_retries: 1
- model_name: cc-kiro
litellm_params:
model: openai/claude-opus-4-6
api_base: https://www.bytecatcode.org/v1
api_key: os.environ/CC_KIRO_API_KEY
extra_headers: {"User-Agent": "Mozilla/5.0"}
timeout: 60
max_retries: 2
general_settings: general_settings:
# Optional - leave empty in .env to disable gateway auth. # Optional - leave empty in .env to disable gateway auth.
master_key: os.environ/LITELLM_MASTER_KEY master_key: os.environ/LITELLM_MASTER_KEY