|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Xerxes-2.ClewdR |
| 5 | +PackageVersion: 0.10.9 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Xerxes-2 |
| 8 | +PublisherUrl: https://github.com/Xerxes-2 |
| 9 | +PublisherSupportUrl: https://github.com/Xerxes-2/clewdr/issues |
| 10 | +PackageName: ClewdR |
| 11 | +PackageUrl: https://github.com/Xerxes-2/clewdr |
| 12 | +License: AGPL-3.0 |
| 13 | +LicenseUrl: https://github.com/Xerxes-2/clewdr/blob/HEAD/LICENSE |
| 14 | +ShortDescription: High Performance LLM Reverse Proxy |
| 15 | +Description: |- |
| 16 | + High-Performance LLM Proxy |
| 17 | + Specifically built for Claude (Claude.ai) and Gemini (Google AI Studio, Google Vertex AI) |
| 18 | +
|
| 19 | + Core Advantages |
| 20 | + Full-Featured Frontend |
| 21 | + - Integrated React frontend providing a complete functional experience |
| 22 | + Efficient Architecture |
| 23 | + - Occupies one-tenth the resources compared to script language implementations, with ten times the performance, easily handling thousands of requests per second |
| 24 | + - Event-driven design, decoupled logic, supports hot reloading and multiple configuration methods |
| 25 | + - High-performance response caching supported by Moka technology |
| 26 | + - Multi-threaded asynchronous processing based on Tokio and Axum |
| 27 | + - Fingerprint-level Chrome simulation Rquest HTTP client |
| 28 | + Intelligent Cookie Management |
| 29 | + - Automatic classification and management of account status |
| 30 | + - Fine-grained polling mechanism to maximize resource utilization |
| 31 | + Full Platform Compatibility |
| 32 | + - Rust static compilation, single binary deployment, no environment dependencies needed |
| 33 | + - Native support for macOS/Android and other platforms |
| 34 | + - Extremely low memory usage (only single-digit MB) |
| 35 | + - No need for virtual machines or complex dependencies |
| 36 | + Enhanced Features |
| 37 | + - Built-in proxy server support (no TUN required) |
| 38 | + - Concurrent cache request handling |
| 39 | + - Gemini additional support: |
| 40 | + - Google AI Studio and Google Vertex AI |
| 41 | + - OpenAI compatible mode / Gemini format |
| 42 | + - Painless HTTP Keep-Alive support |
| 43 | + - Claude additional support: |
| 44 | + - OpenAI compatible mode / Claude format |
| 45 | + - Extend Thinking |
| 46 | + - Stop sequences implemented on the proxy side |
| 47 | + - Image attachment uploads |
| 48 | + - Web search |
| 49 | + - Claude Max |
| 50 | +Tags: |
| 51 | +- ai |
| 52 | +- chatbot |
| 53 | +- claude |
| 54 | +- gemini |
| 55 | +- large-language-model |
| 56 | +- llm |
| 57 | +ReleaseNotes: |- |
| 58 | + Features |
| 59 | + - Usage Tracking: Added comprehensive usage tracking for Claude API requests and responses with token counting |
| 60 | + - Enhanced Response Handling: Improved response handling by adding usage information and token counting capabilities |
| 61 | + Fixes |
| 62 | + - Configuration Management: Improved config saving with async handling and enhanced error logging |
| 63 | + - Cache System: Simplified cache system by removing TTL handling for Claude Code prompts and updated to use time-to-idle instead of time-to-live |
| 64 | + - Dependencies: Updated async-compression to version 0.4.27 and crc32fast to version 1.5.0, removed unused scopeguard and figlet-rs dependencies |
| 65 | + - Error Handling: Enhanced error handling for token requests and improved cookie request handling |
| 66 | + - Web Admin: Corrected web admin endpoint URL formatting and adjusted import order |
| 67 | + - Serialization: Added default serialization for credential field in VertexConfig and reordered imports in GeminiState |
| 68 | + Documentation |
| 69 | + - README: Improved formatting and clarity in README and README_zh files |
| 70 | + - Icons: Added navigation SVG icon to README and updated SVG icon styling |
| 71 | + - License: Removed incorrect MIT license reference from README |
| 72 | + - Serialization Docs: Updated README for serialization and import changes |
| 73 | + Internal Improvements |
| 74 | + - Simplified banner generation by removing figlet-rs dependency |
| 75 | + - Improved asynchronous handling throughout the codebase |
| 76 | + - Enhanced import organization and code structure |
| 77 | +ReleaseNotesUrl: https://github.com/Xerxes-2/clewdr/releases/tag/v0.10.9 |
| 78 | +Documentations: |
| 79 | +- DocumentLabel: Wiki |
| 80 | + DocumentUrl: https://github.com/Xerxes-2/clewdr/wiki |
| 81 | +ManifestType: defaultLocale |
| 82 | +ManifestVersion: 1.10.0 |
0 commit comments