fix(opencode): keep user message variants scoped to model (#21332)

This commit is contained in:
Dax 2026-04-07 10:12:53 -04:00 committed by GitHub
commit 1f94c48bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 42 additions and 36 deletions

View file

@ -548,12 +548,12 @@ export type UserMessage = {
model: {
providerID: string
modelID: string
variant?: string
}
system?: string
tools?: {
[key: string]: boolean
}
variant?: string
}
export type AssistantMessage = {