Luis Pater
4999fce7f4
v6 version first commit
2025-09-22 01:40:24 +08:00
Luis Pater
9fce13fe03
Update internal module imports to use v5 package path
...
- Updated all `github.com/luispater/CLIProxyAPI/internal/...` imports to point to `github.com/luispater/CLIProxyAPI/v5/internal/...`.
- Adjusted `go.mod` to specify `module github.com/luispater/CLIProxyAPI/v5`.
2025-09-13 23:34:32 +08:00
Luis Pater
f1d6f01585
Add reasoning/thinking configuration handling for Claude and OpenAI translators
...
- Implemented `thinkingConfig` handling to allow reasoning effort configuration in request generation.
- Added support for reasoning content deltas (`thinking_delta`) in response processing.
- Enhanced reasoning-related token budget mappings for various reasoning levels.
- Improved response handling logic to ensure proper reasoning content inclusion.
2025-09-04 09:43:22 +08:00
Luis Pater
3acdec51bd
Add OpenAI Responses support
2025-09-03 00:15:35 +08:00
Luis Pater
8c555c4e69
Refactor codebase
2025-08-25 16:58:16 +08:00
Luis Pater
d58cc55cb2
Add claude code support
2025-08-21 02:53:28 +08:00