Roo-Code/packages/types
hannesrudolph d3ad4f2379 fix: add explicit max_output_tokens for GPT-5 Responses API
- Added max_output_tokens parameter to GPT-5 request body using model.maxTokens
- This prevents GPT-5 from defaulting to very large token limits (e.g., 120k)
- Updated tests to expect max_output_tokens in GPT-5 request bodies
- Fixed test for handling unhandled stream events by properly mocking SDK fallback
2025-08-08 18:57:31 -06:00
..
npm Bump @roo-code/types to v1.44.0 (#6675) 2025-08-04 07:58:11 -10:00
src fix: add explicit max_output_tokens for GPT-5 Responses API 2025-08-08 18:57:31 -06:00
eslint.config.mjs Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
package.json Stop making types private (#6737) 2025-08-05 11:56:16 -07:00
tsconfig.json Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00