Today, the renowned AI coding assistant Codepilot officially released version 0.39.0. This iteration focuses on core improvements including underlying performance optimization, workflow integration, and refinement of user interaction details, aiming to provide developers with a more efficient and stable AI-assisted coding environment.

Underlying Performance: Unified Context and Bridge Enhancement

In terms of underlying logic, the new version introduces a unified context layer, significantly simplifying the context processing workflow by eliminating redundant MCP (Model Context Protocol) loading. This change not only reduces resource consumption but also significantly improves the AI's response speed in understanding code intent.

At the same time, the Bridge feature has received a key upgrade: it now includes CLI tool context injection functionality and complements SDK options. This means that Codepilot's integration capability with external development toolchains has been further enhanced, allowing developers to pass development context more seamlessly between different tools.

QQ20260325-100908.jpg

Interaction Evolution: Plan Mode and UI Details

For frequently used interactive interfaces, Codepilot 0.39.0 has made several refined adjustments:

  • Plan Mode Upgrade: The UI now supports Tabs switching and implements state persistence. Developers can maintain continuous task progress even when switching interfaces while handling complex multi-task planning.

  • Side Panel Menu Simplification: The "three-dot menu" function in the side panel has been restructured, adding a project deletion operation, and moving the split-screen function into the menu, significantly freeing up interface space.

  • Narrow Screen Display Fix: To address the pain points for developers working in narrow window mode, the overflow issue in ScrollArea under specific modes has been fixed, ensuring display stability across various screen layouts.