Skip to content

Releases: OrionStarAI/DeepVCode

DeepV Code v1.0.280

13 Jan 10:56

Choose a tag to compare

Release Notes - DeepV Code v1.0.280

Release Date: January 13, 2026

Overview

This release focuses on UI/UX improvements, bug fixes, and infrastructure enhancements. Key improvements include an animated window title indicator, unified configuration settings menu, and various stability fixes.

New Features

Enhanced UI with Animated Title

  • Added animated window title icon to indicate AI processing state
  • Provides real-time visual feedback during AI operations
  • Improves user experience by clearly showing when the system is working

Unified Configuration Settings Menu

  • Consolidated interactive settings menu across the CLI
  • Streamlined configuration workflow for better usability
  • Unified approach to managing all configuration options

Bug Fixes

Core Functionality

  • File Attachment Handling: Fixed issue where pasted attachment format prevented triggering read_many_files command
  • Process Termination: Ensured exit command forces immediate process termination without awaiting cleanup operations

UI/UX Improvements

  • Slash Command Highlighting: Enhanced slash command completion highlighting to make matched portions more prominent
  • Editor Settings Dialog: Removed extra space before '选择编辑器' label for cleaner appearance

Infrastructure & Refactoring

System Improvements

  • System Prompts Enhancement: Improved system prompt configuration for better AI response quality
  • Configuration System: Refactored configuration management system for better maintainability
  • i18n Infrastructure: Enhanced internationalization infrastructure for improved language support

Test Coverage

  • Updated SessionSummaryDisplay tests to match simplified exit UI
  • Updated slashCommandProcessor tests with adjusted quit delay and fixed jsdom environment
  • Added comprehensive unit tests for SettingsMenuDialog
  • Enhanced test coverage for recent UI changes

Notes

  • All user-facing UI text has been internationalized
  • Code follows existing project conventions and style guidelines
  • Test coverage expanded for recent changes

DeepV Code v1.0.277

12 Jan 15:01

Choose a tag to compare

🧩 DeepV Code v1.0.277 Release Notes

🚀 Added

  • Auto-refresh cloud models after login
  • AI context model awareness for smarter context switching
  • Dangerous command detection to prevent accidental harmful actions
  • Enhanced diff rendering for clearer visual code comparison

💡 Improved

🖥️ CLI UX Upgrades

  • Smoother session selection flow
  • Better fuzzy match highlighting
  • Improved path completion (supports quoted paths and Chinese)
  • Enhanced credits info handling with low-credits detection and caching

🧩 VSCode UI Improvements

  • Clearer model selection dialog when logged out
  • Attachment path display with click-to-open support
  • Refined Plan-mode exit behavior
  • Reduced Debug Console flicker and layout reflows

⚙️ LSP Installer Robustness

  • Cross-platform binary support
  • Safer downloads (curl + async spawn)
  • Zero-byte file prevention
  • Stronger validation checks
  • Richer progress logs for installation

🧱 Release & Build

  • Release/build reliability improvements:
    • Deterministic npm ci installs
    • Smarter caching and retries
    • Slimmer release jobs
    • Safer publish flow (skip prepare, avoid redundant builds, ensure core build before plugin release)

🧪 Tests & Docs

  • Comprehensive webview hook unit tests
  • Fixed flaky tests for better stability
  • Documentation structure refresh for improved clarity and usability

DeepV Code v1.0.271

11 Jan 02:21

Choose a tag to compare

🚀 Release Notes

1. Core Updates

  • Loop Detection: Improved loopDetectionService and related AI prompts to better identify repeated actions.
  • Healthy Use Reminder: Added time and break reminders in CLI and VS Code to encourage balanced usage.

2. Tool Confirmation Flow

  • Added shouldConfirmExecute() to MultiEditTool with diff preview.
  • Added shouldConfirmExecute() to PatchTool with patch preview.
  • Both tools now follow ApprovalMode and show clear confirmation dialogs before running.

3. Patch Parser Updates

  • Fixed Windows line‑ending issues.
  • Added Unicode text support (including emoji and multi‑byte UTF‑8).
  • Made context matching optional and added better fallback matching logic.

4. MultiEditTool Improvements

  • Supports edits passed as JSON strings.
  • Unified parameters for validateToolParams, shouldConfirmExecute, and execute.

5. UI and Language

  • Updated UI components (App.tsx, ThemeDialog.tsx, etc.).
  • Improved SessionSwitcher and ProjectSettingsDialog.
  • Expanded English / Chinese translations with clearer wording.

6. VS Code Diff Preview

  • Fixed an issue where confirmation details could be lost during state updates.
  • Improved diff view rendering using DiffRenderer.
  • Fixed background color bug when scrolling horizontally.
  • Added fileDiff field to confirmation data.

7. Testing and Build

  • Added or updated over 100 tests using Vitest for VS Code Webview.
  • Cleaned and updated build scripts and dependencies.

8. Build System Migration 🚀

  • VS Code extension now uses esbuild, making builds faster and output files smaller.
  • Improved rebuild speed and hot‑reload performance.

9. Version Alignment and CI

  • All package.json files are now set to version 1.0.270 across CLI and VS Code.
  • Future version updates will be handled by CI, ensuring versions stay consistent.

DeepV Code v1.0.265

10 Jan 07:31

Choose a tag to compare

Release Notes

  • Preserve original line endings in file editing tools (#2)

Full Changelog: v1.0.264...v1.0.265

DeepV Code v1.0.264

09 Jan 12:16

Choose a tag to compare

Changelog

New Features

CodeSearch (Intelligent Code Search)

  • Enables online documentation lookup and real-time example retrieval.
  • Provides access to the latest APIs, libraries, and GitHub code samples beyond the knowledge cutoff.

LSP (Language Server Protocol)

  • Understands code structure with IDE-like features such as “Go to Definition” and “Find References.”
  • Supports safer refactoring and precise project analysis without accidental changes.

Patch (Smart Patch Tool)

  • Applies code changes through contextual diffs for high accuracy.
  • Automatically adapts to code position changes to reduce application errors.

MultiEdit (Multi-Point Editing)

  • Perform multiple code edits simultaneously to improve workflow efficiency.
  • Allows synchronized modifications across multiple files or code segments.

Batch (Workflow Automation)

  • Execute multiple tool operations in one step.
  • Enables AI-driven automated workflows (e.g., search → analyze → modify) for seamless task execution.

DeepV Code v1.0.263

09 Jan 05:47

Choose a tag to compare

Release Notes

Improvements & Fixes

  1. Faster Startup

    • Optimized startup performance by removing redundant protected process checks and unnecessary prompt validations.
  2. Enhanced CLI Protection

    • The run_shell_command tool now provides self-protection to ensure that the CLI process cannot be unintentionally terminated by the AI itself.
  3. Improved Chat Initialization Reliability

    • Resolved an issue where the Chat module could fail to initialize under certain conditions, improving overall stability and startup consistency.

DeepV Code v1.0.262

08 Jan 08:30

Choose a tag to compare

🧩 Release Notes

CLI

  • Added /agent-style codex mode to make DeepV Code behave more like the Codex CLI, regardless of the model used.

VSCode Extension

  • Added visual execution state indicator for each session tab.
  • Input box now supports ↑/↓ navigation through message history for quick edits and resending.

Core

  • Improved robustness of login verification.
  • Correctly handle HTTP 402 errors (insufficient user quota).