Releases: OrionStarAI/DeepVCode
Releases · OrionStarAI/DeepVCode
DeepV Code v1.0.280
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_filescommand - 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
🧩 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 ciinstalls - Smarter caching and retries
- Slimmer release jobs
- Safer publish flow (skip prepare, avoid redundant builds, ensure core build before plugin release)
- Deterministic
🧪 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
🚀 Release Notes
1. Core Updates
- Loop Detection: Improved
loopDetectionServiceand 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, andexecute.
5. UI and Language
- Updated UI components (
App.tsx,ThemeDialog.tsx, etc.). - Improved
SessionSwitcherandProjectSettingsDialog. - 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
fileDifffield 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.jsonfiles are now set to version1.0.270across CLI and VS Code. - Future version updates will be handled by CI, ensuring versions stay consistent.
DeepV Code v1.0.265
Release Notes
- Preserve original line endings in file editing tools (#2)
Full Changelog: v1.0.264...v1.0.265
DeepV Code v1.0.264
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
Release Notes
Improvements & Fixes
-
Faster Startup
- Optimized startup performance by removing redundant protected process checks and unnecessary prompt validations.
-
Enhanced CLI Protection
- The
run_shell_commandtool now provides self-protection to ensure that the CLI process cannot be unintentionally terminated by the AI itself.
- The
-
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
🧩 Release Notes
CLI
- Added
/agent-style codexmode 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).