Releases: mistydew/tokenicode-deepseek-alpha
Release list
TOKENICODE DeepSeek Alpha v0.10.4
TOKENICODE DeepSeek Alpha v0.10.4
Emergency hotfix for the new-task send path.
Fixed
- Clicking New Task now creates a clean draft session instead of only deselecting the current session.
- The input bar now creates a draft automatically if a message is submitted while no active session exists.
- The first message reads the live editor text even when the draft was just created.
- Unknown leftover model names now fall back to
deepseek-v4-flashwhen no active Provider is configured, preventingModel does not existerrors.
Notes
- This is intended to fix the urgent case where a new task appears to accept text but the first send fails or routes through stale session/model state.
TOKENICODE DeepSeek Alpha v0.10.3
TOKENICODE DeepSeek Alpha v0.10.3
This release improves MCP management so servers installed from terminals or other local agent tools can be found without manual re-entry.
Added
- MCP settings now auto-scan local MCP configurations when the tab opens.
- Scans global
~/.claude.json, Claude project-level MCP entries,~/.mcp.json, and Codex~/.codex/config.toml. - Shows source, command, and env-var count for discovered servers without showing env values.
- One-click import for missing servers, plus bulk import for all undisplayed servers.
Safety
- Existing MCP entries are not overwritten. Same-name servers are skipped during import.
TOKENICODE DeepSeek Alpha v0.10.2
TOKENICODE DeepSeek Alpha v0.10.2
This release adds a local model download service for Ollama.
Added
- Settings -> Local Models tab.
- Detects the local Ollama command/service and lists installed models.
- Pulls models by name, for example
qwen2.5-coder:7bordeepseek-r1:7b. - Shows pull progress lines from Ollama.
- Adds a one-click action to create and enable an OpenAI-compatible local provider at
http://localhost:11434/v1for an installed model.
Notes
- Ollama itself is not silently installed by TOKENICODE. Install it from https://ollama.com/download first if it is missing.
- The in-app updater now reads
latest.jsonfrom this fork's GitHub repository.
TOKENICODE DeepSeek Alpha v0.10.1-alpha.1
TOKENICODE DeepSeek Alpha v0.10.1-alpha.1
This release moves the in-app updater away from the upstream TOKENICODE update feed and onto this fork's own GitHub Releases.
Changes
- App updater endpoint now points to
mistydew/tokenicode-deepseek-alpha. - Replaced the upstream updater public key with this fork's own updater public key.
- Bumped app version to
0.10.1so 0.10.0 builds can detect a newer version once they are on the new updater config. - Added signed Windows NSIS installer and
latest.jsonfor Tauri updater checks. - Updated the alpha Tauri config and local macOS release script to stop referencing upstream release URLs.
Important
Builds before this release still have the old upstream updater URL compiled in. Install or run this release once manually; future in-app update checks will use this fork's GitHub Releases.
Verification
pnpm exec tsc --noEmitcargo checkgit diff --checkpnpm tauri buildwith this fork's updater signing key
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.
TOKENICODE DeepSeek Alpha v0.10.0-alpha.5
TOKENICODE DeepSeek Alpha v0.10.0-alpha.5
This release focuses on font consistency and a smoother new-chat folder flow.
Changes
- Font selection now also applies to mono-styled UI labels by default, so pinyin/English/path/model chips no longer keep a mismatched monospace look.
- Added a settings toggle for mono-styled labels following the interface font.
- The last selected project folder is now remembered as the default conversation folder.
- New Chat no longer clears the project folder, so a fresh task opens directly in the current/default folder.
- Added a folder picker chip under the input box for quick project folder switching.
Verification
pnpm exec tsc --noEmitpnpm buildgit diff --checkpnpm tauri buildproduced the Windows executable and installers; the final updater signing step was skipped becauseTAURI_SIGNING_PRIVATE_KEYis not configured.
TOKENICODE DeepSeek Alpha v0.10.0-alpha.4
TOKENICODE DeepSeek Alpha v0.10.0-alpha.4
这是 TOKENICODE 的 DeepSeek/CC Switch 魔改版首个公开快照。
主要变化
- 将模型选择和运行时模型名适配到 DeepSeek:
DeepseekV4Pro/DeepseekV4Flash对应真实 API 名称deepseek-v4-pro/deepseek-v4-flash。 - 新增 Codex Skills 面板,支持展示本机已安装的 Skills,并按来源和名称去重。
- 新增 Skills 元信息和
SKILL.md预览翻译能力,可单独配置第三方翻译 API。 - 新增内置网页 Preview 面板,可在右侧边栏打开网页、localhost 或本地预览地址,并支持后退、前进、刷新和外部浏览器打开。
- 新增 Tauri 预览控制命令,为后续 AI/MCP 工具调用预览页打基础。
- 新增设置里的界面字体切换,默认改用更适合中文显示的微软雅黑 UI,并支持系统字体、思源/Noto、霞鹜文楷和等宽字体。
- 新增
VS Code Dark背景风格,提供接近 VS Code 的深黑界面、蓝色强调色、低对比边框和更清晰的深色文本。 - 新增
纯白简约背景风格,使用白色主界面、浅灰侧栏、低存在感边框和干净的黑灰文字。 - 新增插件/个人信息相关入口,改善桌面端使用体验。
- 清理公开发布快照:移除本地 provider 配置和旧二进制 release 包,避免泄露 API Key。
下载
tokenicode-deepseek-alpha-windows-x64.exetokenicode-deepseek-alpha-windows-x64.zipSHA256SUMS.txt
致谢与许可
本项目是 TOKENICODE 的修改版。感谢原项目作者和贡献者。
原项目:https://github.com/yiliqi78/TOKENICODE
本发布快照遵循原项目的 Apache License 2.0,并在仓库中保留 LICENSE 与 NOTICE。
TOKENICODE DeepSeek Alpha v0.10.0-alpha.3
TOKENICODE DeepSeek Alpha v0.10.0-alpha.3
这是 TOKENICODE 的 DeepSeek/CC Switch 魔改版首个公开快照。
主要变化
- 将模型选择和运行时模型名适配到 DeepSeek:
DeepseekV4Pro/DeepseekV4Flash对应真实 API 名称deepseek-v4-pro/deepseek-v4-flash。 - 新增 Codex Skills 面板,支持展示本机已安装的 Skills,并按来源和名称去重。
- 新增 Skills 元信息和
SKILL.md预览翻译能力,可单独配置第三方翻译 API。 - 新增内置网页 Preview 面板,可在右侧边栏打开网页、localhost 或本地预览地址,并支持后退、前进、刷新和外部浏览器打开。
- 新增 Tauri 预览控制命令,为后续 AI/MCP 工具调用预览页打基础。
- 新增设置里的界面字体切换,默认改用更适合中文显示的微软雅黑 UI,并支持系统字体、思源/Noto、霞鹜文楷和等宽字体。
- 新增
VS Code Dark背景风格,提供接近 VS Code 的深黑界面、蓝色强调色、低对比边框和更清晰的深色文本。 - 新增插件/个人信息相关入口,改善桌面端使用体验。
- 清理公开发布快照:移除本地 provider 配置和旧二进制 release 包,避免泄露 API Key。
下载
tokenicode-deepseek-alpha-windows-x64.exetokenicode-deepseek-alpha-windows-x64.zipSHA256SUMS.txt
致谢与许可
本项目是 TOKENICODE 的修改版。感谢原项目作者和贡献者。
原项目:https://github.com/yiliqi78/TOKENICODE
本发布快照遵循原项目的 Apache License 2.0,并在仓库中保留 LICENSE 与 NOTICE。
TOKENICODE DeepSeek Alpha v0.10.0-alpha.2
TOKENICODE DeepSeek Alpha v0.10.0-alpha.2
这是 TOKENICODE 的 DeepSeek/CC Switch 魔改版首个公开快照。
主要变化
- 将模型选择和运行时模型名适配到 DeepSeek:
DeepseekV4Pro/DeepseekV4Flash对应真实 API 名称deepseek-v4-pro/deepseek-v4-flash。 - 新增 Codex Skills 面板,支持展示本机已安装的 Skills,并按来源和名称去重。
- 新增 Skills 元信息和
SKILL.md预览翻译能力,可单独配置第三方翻译 API。 - 新增内置网页 Preview 面板,可在右侧边栏打开网页、localhost 或本地预览地址,并支持后退、前进、刷新和外部浏览器打开。
- 新增 Tauri 预览控制命令,为后续 AI/MCP 工具调用预览页打基础。
- 新增设置里的界面字体切换,默认改用更适合中文显示的微软雅黑 UI,并支持系统字体、思源/Noto、霞鹜文楷和等宽字体。
- 新增插件/个人信息相关入口,改善桌面端使用体验。
- 清理公开发布快照:移除本地 provider 配置和旧二进制 release 包,避免泄露 API Key。
下载
tokenicode-deepseek-alpha-windows-x64.exetokenicode-deepseek-alpha-windows-x64.zipSHA256SUMS.txt
致谢与许可
本项目是 TOKENICODE 的修改版。感谢原项目作者和贡献者。
原项目:https://github.com/yiliqi78/TOKENICODE
本发布快照遵循原项目的 Apache License 2.0,并在仓库中保留 LICENSE 与 NOTICE。
TOKENICODE DeepSeek Alpha v0.10.0-alpha.1
TOKENICODE DeepSeek Alpha v0.10.0-alpha.1
这是 TOKENICODE 的 DeepSeek/CC Switch 魔改版首个公开快照。
主要变化
- 将模型选择和运行时模型名适配到 DeepSeek:
DeepseekV4Pro/DeepseekV4Flash对应真实 API 名称deepseek-v4-pro/deepseek-v4-flash。 - 新增 Codex Skills 面板,支持展示本机已安装的 Skills,并按来源和名称去重。
- 新增 Skills 元信息和
SKILL.md预览翻译能力,可单独配置第三方翻译 API。 - 新增内置网页 Preview 面板,可在右侧边栏打开网页、localhost 或本地预览地址,并支持后退、前进、刷新和外部浏览器打开。
- 新增 Tauri 预览控制命令,为后续 AI/MCP 工具调用预览页打基础。
- 新增插件/个人信息相关入口,改善桌面端使用体验。
- 清理公开发布快照:移除本地 provider 配置和旧二进制 release 包,避免泄露 API Key。
下载
tokenicode-deepseek-alpha-windows-x64.exetokenicode-deepseek-alpha-windows-x64.zipSHA256SUMS.txt
致谢与许可
本项目是 TOKENICODE 的修改版。感谢原项目作者和贡献者。
原项目:https://github.com/yiliqi78/TOKENICODE
本发布快照遵循原项目的 Apache License 2.0,并在仓库中保留 LICENSE 与 NOTICE。