fix(opencode): add input limit for compaction (#8465)

This commit is contained in:
Brandon Smith 2026-01-15 01:35:16 -06:00 committed by GitHub
commit 8d720f9463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 34 deletions

View file

@ -47,6 +47,7 @@ export namespace ModelsDev {
.optional(),
limit: z.object({
context: z.number(),
input: z.number().optional(),
output: z.number(),
}),
modalities: z