mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
Adds a complete executor for DeepSeek's native web API with: - Authentication via ds_session_id cookie → Bearer token from /users/current - Proof-of-Work (DeepSeekHashV1) solver using custom Keccak sponge - SSE stream response parsing with OpenAI-compatible output - Web search toggle (search_enabled) - Deep thinking toggle (thinking_enabled + x-thinking-enabled header) - File attachment support (ref_file_ids) - Auto-refresh executor for session management - 23 unit tests covering all features + live integration test API flow: /users/current → /chat_session/create → /create_pow_challenge → PoW solve → /chat/completion with native DeepSeek body format Co-Authored-By: OpenClaude (mimo-v2.5-pro) <openclaude@gitlawb.com>