shinnmen / internal /thinking

Commit History

feat(codex): expose fixed gpt-5.3 reasoning aliases
ef25018

shinmentakezo07 Claude Opus 4.6 commited on

Revert "Merge pull request #1627 from thebtf/fix/reasoning-effort-clamping"
d43abb5

hkfires commited on

fix: clamp reasoning_effort to valid OpenAI-format values
24c6552

Kirill Turanskiy commited on

Add Kimi (Moonshot AI) provider support
61bff8c

test Claude Opus 4.6 commited on

fix(thinking): ensure includeThoughts is false for ModeNone in budget processing
c9d172f

hkfires commited on

fix(thinking): support user-defined includeThoughts setting with camelCase and snake_case variants
3bd01db

hkfires commited on

fix(gemini): support snake_case thinking config fields from Python SDK
0d60b04

neavo commited on

feat(thinking): enable thinking toggle for qwen3 and deepseek models
a72e515

hkfires commited on

feat(registry): support provider-specific model info lookup
4771da8

hkfires commited on

feat(claude): clamp thinking budget to max_tokens constraints
a45ca70

hkfires commited on

refactor(claude): move max_tokens constraint enforcement to Apply method
40b5dfe

hkfires commited on

fix(thinking): update ValidateConfig to include fromSuffix parameter and adjust budget validation logic
b8c994e

hkfires commited on

refactor(thinking): add Gemini family provider grouping for strict validation
56b75fa

hkfires commited on

refactor(thinking): pass source and target formats to ApplyThinking for cross-format validation
4072514

hkfires commited on

feat(iflow): add iflow-rome model definition
ee871d4

hkfires commited on

refactor(thinking): extract antigravity logic into a dedicated provider
c549b59

hkfires commited on

feat(thinking): support zero as a valid thinking budget for capable models
61f17fe

hkfires commited on

refactor(thinking): simplify ModeNone and budget validation logic
c6740fe

hkfires commited on

refactor(thinking): improve logging for user-defined models
2d20425

hkfires commited on

fix(thinking): refine ModeNone handling based on provider capabilities
541678b

hkfires commited on

refactor(thinking): improve budget clamping and logging with provider/model context
d15e4d4

hkfires commited on

feat(logging): order log fields for improved readability
219750f

hkfires commited on

refactor(thinking): refine configuration logging
0647fc0

hkfires commited on

fix(thinking): map reasoning_effort to thinkingConfig
44c95c2

hkfires commited on

test(thinking): remove legacy unit and integration tests
9904520

hkfires commited on

fix(thinking): improve model lookup and validation
8ce90bc

hkfires commited on

fix(thinking): use static lookup to avoid alias issues
741e87b

hkfires commited on

fix(executor): properly handle thinking application errors
e934726

hkfires commited on

fix(thinking): fix auth matching for thinking suffix and json field conflicts
08e8b59

hkfires commited on

refactor: improve thinking logic
ee9e572

hkfires commited on