feat(ai-proxy): add mergeConsecutiveMessages option to merge consecutive same-role messages (#3598)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
澄潭
2026-03-16 14:28:17 +08:00
committed by GitHub
parent 68d6090e36
commit f1e305844e
4 changed files with 191 additions and 3 deletions

View File

@@ -199,12 +199,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go 1.24
- name: Set up Go 1.25
uses: actions/setup-go@v4
with:
go-version: 1.24
go-version: 1.25
cache: true
- name: Install required tools
run: |
go install github.com/wadey/gocovmerge@latest