chore: update PR Agent model (#1014)

chore: update pr agent model
This commit is contained in:
Dream Hunter
2026-04-29 02:07:47 +08:00
committed by GitHub
parent c703082391
commit fb6e77fded
3 changed files with 10 additions and 8 deletions
+4 -3
View File
@@ -28,8 +28,9 @@
### Improvements
- refactor: |Worker| Split `mails_api/index.ts` and `admin_api/index.ts` so the index files only wire routes. Business logic moved into dedicated `*_api.ts` files (`mails_crud.ts` / `new_address.ts` / `parsed_mail_api.ts` / `address_api.ts` / `address_sender_api.ts` / `sendbox_api.ts` / `statistics_api.ts` / `account_settings_api.ts`). Paths and behavior unchanged
- chore: |CI| Change Codium PR Agent `CONFIG.MODEL` and `CONFIG.MODEL_TURBO` to `gpt-5.4-nano`
## v1.7.0(main)
## v1.7.0
### Breaking Changes
@@ -47,7 +48,7 @@
### Improvements
## v1.6.0(main)
## v1.6.0
### Features
@@ -71,7 +72,7 @@
- docs: |Email Sending| Enhance SMTP_CONFIG field reference and multi-domain examples, add send balance mechanism documentation
- docs: |Email Routing| Note that subdomains require Email Routing to be enabled separately; enabling it only on the apex domain does not cover subdomains (#969)
## v1.5.0(main)
## v1.5.0
### Features