DeepSeekΒ·IDE

Changelog

Release history, new features and fixes.

v1.1.0 May 16, 2026 Current

πŸ”₯ Big update: tools, voice, themes

  • 35 AI tools instead of 10. The AI can now: make HTTP requests, take screenshots, read/write the clipboard, query SQLite, get/set env vars, parse JSON/CSV, fetch system stats, prompt the user with a modal dialog, drive GUI automation (mouse / keyboard), and manage background processes.
  • Voice input β€” 🎀 button in the input bar. Powered by free Google Web Speech (no API key).
  • Light theme β€” Catppuccin Latte. Switch in Settings β†’ Appearance.
  • Auto-update β€” the app polls GitHub Releases at startup; an "Update available" button appears in the sidebar when a new version ships.
  • Global chat search β€” sidebar search now matches both titles and message bodies.
  • Per-message actions β€” Copy / Edit / Regenerate / Delete on every message on hover.
  • Code-block Copy button on every fenced block.
  • Accounts β€” local users with PBKDF2 password hashing.
  • Smart scroll β€” auto-scrolls while streaming, but stops if you scrolled up to read.
  • Streaming pipeline rewritten β€” no more crashes or desync on tool calls.
v1.0.0 May 15, 2026

πŸŽ‰ First release

  • Streaming chat with all 5 DeepSeek models (V4 Pro, V4 Flash, V3.2, R1, V3 Chat).
  • Function calling β€” 10 base tools for files and shell.
  • Reasoning content for R1 / V4 Pro.
  • Sessions with autosave, rename, Markdown export.
  • Slash commands: /help, /clear, /folder, /model, …
  • @file mentions, drag-and-drop, token + cost counter.
  • Graphical Setup.exe β€” folder picker, shortcuts, uninstaller.