TOKENICODE DeepSeek Alpha v0.10.0-alpha.6
TOKENICODE DeepSeek Alpha v0.10.0-alpha.6
This release fixes provider/model handling and conversation deletion usability.
Changes
- Fixed provider model normalization: custom OpenAI/third-party model names are now preserved exactly. Only explicit
DeepseekV4Pro/DeepseekV4Flashaliases are converted todeepseek-v4-pro/deepseek-v4-flash. - Restored the API format selector in Provider settings, so custom providers can be switched between OpenAI Chat Completions and Anthropic Messages.
- New custom providers now default to OpenAI format, matching most third-party/non-standard API gateways.
- Improved OpenAI/Anthropic endpoint joining: full
/chat/completions,/v1, and/v1/messagesURLs are handled without duplicate path suffixes. - Thinking mode is now automatically forced off for non-DeepSeek V4 actual models while preserving the user's setting for DeepSeek V4 Pro/Flash.
- Added a visible hover delete button on conversation rows, and deleting the current conversation no longer clears the remembered project folder.
Verification
pnpm exec tsc --noEmitcargo checkgit diff --checkpnpm buildpnpm tauri buildproduced the Windows executable and installers; the final updater signing step was skipped becauseTAURI_SIGNING_PRIVATE_KEYis not configured.