Commit Graph

  • e9e0016a63 Fix some bugs. Luis Pater 2025-08-29 03:00:43 +08:00
  • 3704dae342 Add nil-check for GetRequestMutex across handlers to prevent potential panics Luis Pater 2025-08-28 02:47:15 +08:00
  • bea5f97cbf Add /v1/completions endpoint with OpenAI compatibility Luis Pater 2025-08-28 00:30:46 +08:00
  • 7a6adfa97e Suppress debug logs for model routing and ignore empty tools arrays Luis Pater 2025-08-27 22:29:08 +08:00
  • 1c4183d943 Add support for localhost unauthenticated requests Luis Pater 2025-08-27 21:10:01 +08:00
  • dff31a7a4c Improved the /v1/models endpoint Luis Pater 2025-08-27 20:30:17 +08:00
  • ed8873fbb0 Add OpenAI compatibility support and improve resource cleanup Luis Pater 2025-08-26 03:21:19 +08:00
  • 9102ff031d Refactor API handlers to implement retry mechanism with configurable limits and improved error handling Luis Pater 2025-08-25 23:27:30 +08:00
  • 8c555c4e69 Refactor codebase Luis Pater 2025-08-22 01:31:12 +08:00
  • 2b1762be16 Update README to reflect usage of Qwen models instead of Claude models Luis Pater 2025-08-22 00:34:09 +08:00
  • aa2f37d54d Add Qwen support Luis Pater 2025-08-21 05:11:21 +08:00
  • d58cc55cb2 Add claude code support Luis Pater 2025-08-19 01:16:52 +08:00
  • c5cc238308 Refactor error handling and variable declarations in browser and logging modules Luis Pater 2025-08-17 18:34:15 +08:00
  • 6bbdf67f96 Refactor Gemini API handlers to standardize response field names and improve model descriptions Luis Pater 2025-08-17 00:28:13 +08:00
  • fcadf08921 Add request logging capabilities to API handlers and update .gitignore Luis Pater 2025-08-16 05:03:10 +08:00
  • 4155805ad6 Add support for Codex model in provider logic and update documentation for claude code Luis Pater 2025-08-16 02:02:44 +08:00
  • de7b8501cc Add openai codex support Luis Pater 2025-08-08 15:44:00 +08:00
  • d2394b0be9 Update .goreleaser.yml to specify archive formats for different OS targets Luis Pater 2025-08-08 14:28:02 +08:00
  • ebcd4dbf3d Fix activation URL extraction logic and improve warning message formatting Luis Pater 2025-08-05 23:58:43 +08:00
  • 1483c31c73 Refactor API handlers organization and simplify error response handling Luis Pater 2025-08-05 17:37:00 +08:00
  • 00f33f5f3a Enhance Gemini request handling for contents support and improve error logging Luis Pater 2025-08-04 02:51:00 +08:00
  • 3c4dc07980 Add file watcher for dynamic configuration and client reloading Luis Pater 2025-08-02 16:05:05 +08:00
  • 3b4634e2dc Improve getClient logic with optional content generation flag Luis Pater 2025-07-27 02:30:08 +08:00
  • 00bd6a3e46 Update .goreleaser.yml to include config.example.yaml instead of config.yaml in release assets Luis Pater 2025-07-26 22:19:33 +08:00
  • 5812229d9b Add .gitignore and ignore config.yaml Luis Pater 2025-07-26 22:10:07 +08:00
  • 0b026933a7 Update example configuration file (config.example.yaml) Luis Pater 2025-07-26 22:08:25 +08:00
  • 3b2ab0d7bd Fix SSE headers initialization for geminiStreamGenerateContent and internalStreamGenerateContent Luis Pater 2025-07-26 17:16:55 +08:00
  • e64fa48823 Enhance Gemini request handling with fallback support for contents Luis Pater 2025-07-26 17:04:14 +08:00
  • beff9282f6 Fix alt parameter handling in URL construction Luis Pater 2025-07-26 15:51:04 +08:00
  • 31a9e2d11f Add GeminiGetHandler, enhance Gemini functionality, and enable token counting Luis Pater 2025-07-26 06:51:49 +08:00
  • 423faae3da Add GeminiModels handler and enhance API key validation Luis Pater 2025-07-26 04:41:55 +08:00
  • ead71fb7ef Improve error logging and add user guidance for issue reporting Luis Pater 2025-07-24 04:51:09 +08:00
  • 58b7afdf1e Enhance HTTP server with custom multiplexer in Auth flow Luis Pater 2025-07-23 05:09:05 +08:00
  • c86545d7e1 Add Chinese README and update project files Luis Pater 2025-07-21 11:23:13 +08:00
  • f49a530c1a Refactor client handling and improve error responses Luis Pater 2025-07-15 17:03:18 +08:00
  • 368796349e Add Docker support with CI/CD workflow and usage instructions Luis Pater 2025-07-14 16:50:51 +08:00
  • c601542f6f Add ClaudeMessages handler for SSE-compatible chat completions Luis Pater 2025-07-11 13:53:09 +08:00
  • 3c0c61aaf1 Add Claude compatibility and enhance API handling Luis Pater 2025-07-11 13:46:27 +08:00
  • edeadfc389 Restrict CLI access to localhost and update README for Gemini compatibility Luis Pater 2025-07-11 10:57:23 +08:00
  • aa9fd057fe Add FixCLIToolResponse for enhanced function call-response mapping Luis Pater 2025-07-11 10:17:25 +08:00
  • b3607d3981 Add Gemini-compatible API and improve error handling Luis Pater 2025-07-11 04:01:45 +08:00
  • fa8d94971f Enhance response and request handling in translators Luis Pater 2025-07-10 22:26:04 +08:00
  • ef68a97526 Refactor API handlers and proxy logic Luis Pater 2025-07-10 17:45:28 +08:00
  • d880d1a1ea Set the http request header and update client metadata handling Luis Pater 2025-07-10 14:02:10 +08:00
  • d4104214ed Updated README.md Luis Pater 2025-07-10 05:31:55 +08:00
  • 273e1d9cbe Add system instruction support and enhance internal API handlers Luis Pater 2025-07-10 05:16:54 +08:00
  • 65f47c196a Merge pull request #1 from chaudhryfaisal/main Luis Pater 2025-07-09 16:57:19 +08:00
  • 9be56fe8e0 Correct config in README.md Faisal Chaudhry 2025-07-08 23:28:55 -04:00
  • 589ae6d3aa Add support for Generative Language API Key and improve client initialization Luis Pater 2025-07-06 02:04:39 +08:00
  • 7cb76ae1a5 Enhance quota management and refactor configuration handling Luis Pater 2025-07-05 07:53:46 +08:00
  • e73f165070 Refactor API handlers to streamline response handling Luis Pater 2025-07-05 04:10:00 +08:00
  • 512f2d5247 Refactor API request flow and streamline response handling Luis Pater 2025-07-05 02:27:34 +08:00
  • bf086464dd Add archive configuration to .goreleaser.yml Luis Pater 2025-07-04 18:50:55 +08:00
  • 5ec6450c50 Numerous Comments Added and Extensive Optimization Performed using Roo-Code with CLIProxyAPI itself. Luis Pater 2025-07-04 18:44:55 +08:00
  • 8dd7f8e82f Update model name to include release date in API handlers Luis Pater 2025-07-04 17:26:23 +08:00
  • 582280f4c5 Refactor token management, client initialization, and project handling Luis Pater 2025-07-04 17:08:58 +08:00
  • 57ead9a4bc Refactor user onboarding and token management Luis Pater 2025-07-04 07:53:07 +08:00
  • 79acea5976 Refactor authentication and service initialization code Luis Pater 2025-07-04 00:43:15 +08:00
  • d29245666e Add SOCKS5 and HTTP/HTTPS proxy support Luis Pater 2025-07-03 16:50:20 +08:00
  • 827bd6e356 first commit Luis Pater 2025-07-02 03:42:56 +08:00