mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
* fix: enhance Bayer MGA provider reliability and Docker integration * Merge latest dev branch changes into Bayer MGA feature branch * Improve Bayer MGA provider model filtering and error handling * Add robust model validation with fallback mechanisms * Enhance logging and debugging capabilities for model selection * Add Bayer MGA environment variables to Docker configurations * Update worker configuration with Bayer MGA API keys * Add comprehensive Bayer MGA setup to .env.example * Create standalone test script for Bayer MGA provider debugging * Fix intermittent model selection issues beyond Claude 3.7 Sonnet * Ensure provider switching works without breaking other providers * Bayer MGA provider multimodel support and test coverage. * Add Claude.md.
18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
# Temporary test files - do not commit
|
|
temp-*
|
|
*.log
|
|
*-report.json
|
|
|
|
# Screenshots - generated during testing
|
|
screenshots/
|
|
temp-screenshots/
|
|
*screenshots*/
|
|
|
|
# Session files
|
|
session-*.json
|
|
extracted-session.json
|
|
|
|
# Test artifacts
|
|
node_modules/
|
|
coverage/
|
|
.nyc_output/ |