deepseek-cursor-proxy/src/deepseek_cursor_proxy
Yixing Lao 9b8c1f76b7
refactor(config): simplify to file-only config with new cli flags and recover default (#15)
2026-04-26 17:30:10 +08:00
..
__init__.py feat(proxy): initial DeepSeek Cursor proxy implementation (#1) 2026-04-24 16:45:52 +08:00
__main__.py feat(proxy): initial DeepSeek Cursor proxy implementation (#1) 2026-04-24 16:45:52 +08:00
config.py refactor(config): simplify to file-only config with new cli flags and recover default (#15) 2026-04-26 17:30:10 +08:00
reasoning_store.py feat(proxy): fail closed with namespace-isolated reasoning cache and safer defaults (#9) 2026-04-25 00:03:51 +08:00
server.py refactor(config): simplify to file-only config with new cli flags and recover default (#15) 2026-04-26 17:30:10 +08:00
streaming.py fix(proxy): handle disconnects and tool-call reasoning race (#12) 2026-04-26 16:04:53 +08:00
transform.py feat(reasoning): add recover strategy for missing reasoning content (#13) 2026-04-26 16:43:04 +08:00
tunnel.py feat(proxy): initial DeepSeek Cursor proxy implementation (#1) 2026-04-24 16:45:52 +08:00