Skip to content

TOKENICODE DeepSeek Alpha v0.10.0-alpha.6

Choose a tag to compare

@mistydew mistydew released this 01 Jul 12:19

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 / DeepseekV4Flash aliases are converted to deepseek-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/messages URLs 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 --noEmit
  • cargo check
  • git diff --check
  • pnpm build
  • pnpm tauri build produced the Windows executable and installers; the final updater signing step was skipped because TAURI_SIGNING_PRIVATE_KEY is not configured.