Skip to content

Changelog

Notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Codex CLI Integration (Experimental): Command-line integration with OpenAI Codex is added as an experimental feature. It’s disabled by default and it can be enabled from the settings
  • Classlist Change Tracking: Track and manage classlist changes
  • Advanced Patch Viewer:
    • View all your changes with an improved diff interface
    • Added individual change revert functionality - you can now revert changes one at a time
    • Filter patches by type with visible counts
    • Visual icons for different types of changes
    • Highlight multiple related elements simultaneously
  • Prevented duplicate task update messages from appearing
  • Better UI with custom dark scrollbars
  • CSS Changes Banner: Track and manage stylesheet rule, inline styles, and text content changes
  • Git Panel: Refresh button added to update your git status on demand
  • Chat Interface: Better overflow handling for long conversations
  • Panel Positioning: Panels now adjust better to dynamic content height changes
  • Fixed diff comparison in projects not located at git root
  • Claude Code Integration: Full support for Claude Code with real-time chat interface
  • Integraton for IDE-based AI agents: Ability to send messages to the following agents. Also an agent-agnostic MCP server to receive task updates/summaries from them.
    • Cursor
    • Windsurf
    • VSCode
    • Cline
    • RooCode
  • Inspect: Multiple inspection modes based on selecting an element from the DOM. This feature has the following modes of inspection:
    • Chat: Directly send a prompt about the currently selected element
    • Edit: If sourcemaps are available, edit the component directly from a panel.
    • Elements: Inspect the DOM hierarchy.
    • CSS: Toggle, add, remove stylesheet rules, inline styleas and class names.
    • Spacing: Measure the distance between two containers
  • Agent: Displays the messaging interface with AI Agents
  • Changes: Review the diff of the changes, approve, or reject them.
  • Console: Browser console log viewing and JavaScript execution (experimental, enabled from Settings)
  • Network: Fetch/XHR request monitoring and response inspection (experimental, enabled from Settings)
  • VSCode Extension: Seamless VSCode extension for communication with the browser that handles multiple VSCode windows
  • @pacy-dev/plugin-devtools: A bundler plugin for enabling sourcemaps for multiple frameworks based on the code-inspector-plugin package.
  • MCP Server: Model Context Protocol server for receiving task updates from editor-based AI agents