Files
OmniRoute/open-sse/executors
Minxi Hou c13780892b fix(sse): take the Antigravity output ceiling from the model, not a constant
The single 16384 ceiling came in with the port of decolua/9router#779, which
was reported against Copilot Chat in Agent mode, a path that never reaches this
executor. The catalogue has always declared the real limits, and they are not
uniform: most models publish 65535 or 65536, gpt-oss-120b-medium publishes
32768. One global number either starves the first group or lets an oversized
request through to the second.

The constant stays as the fallback for a model id the catalogue has never seen,
which is the only case the original report actually described.

A note for whoever revisits this: the clamp rewrites maxOutputTokens before the
request leaves the process, so probing a running instance for the real ceiling
measures the clamp rather than the upstream. What settles it is a response that
exceeded the old number, and one is quoted in the comment.
2026-08-04 22:37:25 -04:00
..
2026-07-13 09:12:40 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-07-13 09:12:40 -03:00
2026-07-04 13:00:30 -03:00
2026-06-29 08:40:06 -03:00
2026-06-27 09:07:12 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-04 13:00:30 -03:00
2026-06-29 08:40:06 -03:00
2026-07-13 09:12:40 -03:00
2026-06-27 09:07:12 -03:00
2026-07-13 09:12:40 -03:00
2026-06-29 08:40:06 -03:00
2026-07-13 09:12:40 -03:00
2026-07-07 13:14:06 -03:00
2026-07-07 13:14:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-06-29 08:40:06 -03:00
2026-05-24 18:05:58 -03:00
2026-07-13 09:12:40 -03:00
2026-06-27 09:07:12 -03:00
2026-05-26 23:51:47 -03:00
2026-06-29 08:40:06 -03:00
2026-07-02 10:47:13 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00
2026-06-29 08:40:06 -03:00
2026-06-27 09:07:12 -03:00