Daniel Emden
ecdf309404
fix(codex): pass reasoning_effort to Codex API
...
The OpenAI Codex provider accepts reasoning_effort but silently
discards it. Wire it through as {"reasoning": {"effort": ...}} in
the request body so the config option actually takes effect.
2026-03-04 15:31:56 +01:00
Jack Lu
3ee061b879
Merge branch 'main' into main
2026-03-01 13:35:24 +08:00
Re-bin
f9d72e2e74
feat: add reasoning_effort config to enable LLM thinking mode
2026-02-28 17:18:05 +00:00
JK_Lu
977ca725f2
style: unify code formatting and import order
...
- Remove trailing whitespace and normalize blank lines
- Unify string quotes and line breaks for long lines
- Sort imports alphabetically across modules
2026-02-28 20:55:43 +08:00
Re-bin
73fdd0dd45
fix: complete ensure_ascii=False and UTF-8 encoding migration
2026-02-20 07:59:32 +00:00
PiEgg
9789307dd6
Fix Codex provider routing for GitHub Copilot models
2026-02-19 13:30:02 +08:00
Re-bin
1ce586e9f5
fix: resolve Codex provider bugs and simplify implementation
2026-02-16 11:43:36 +00:00
qiupinhua
1ae47058d9
fix: refactor code structure for improved readability and maintainability
2026-02-13 18:51:30 +08:00
pinhua33
51f97efcb8
refactor: simplify Codex URL handling by removing unnecessary function
2026-02-09 16:04:04 +08:00
pinhua33
42c2d83d70
refactor: remove Codex OAuth implementation and integrate oauth-cli-kit
2026-02-08 13:41:47 +08:00
pinhua33
b639192e46
fix: codex tool calling failed unexpectedly
2026-02-06 11:52:03 +08:00
qiupinhua
d4e65319ee
refactor: split codex oauth logic to several files
2026-02-05 17:53:00 +08:00
qiupinhua
5bff24096c
feat: implement OpenAI Codex OAuth login and provider integration
2026-02-05 17:39:18 +08:00