Skip to content

1.4.0

Latest

Choose a tag to compare

@coderchatwang coderchatwang released this 08 Jul 07:31
04531a1

New Features

Skill System

  • Added skill service support
  • Skill installation and deletion functionality
  • Skill deduplication logic optimization: project-level Skills can override global Skills with the same name
  • Internationalization support for Skill tools
  • Added directory tree information for Skill tools
  • Markdown formatting support for Skill tool results
  • Automatically hide Skill tools when no Skills are available
  • Fix permissions on extracted skill files

MCP Service Optimizations

  • Upgraded @modelcontextprotocol/sdk to ^1.29.0
  • Fixed redundant properties in MCP service error state objects
  • Added copy to clipboard functionality

Metrics Tracking

  • Added metrics tracking

UI and Interaction Optimizations

  • Added workspace check UI, prompting users to open a folder for a better AI experience
  • Added title attribute support for menu items
  • Optimized UI and internationalization
  • Display "Check for Updates" menu item in non-native macOS environments
  • Added debug menu for development mode

Build and Installation

  • Added support for customizing installation script version numbers
  • Automatically update .gitignore to include .coderchat-editor directory

Bug Fixes

  • Fixed path comparison issues on Windows platform
  • Restored use of translation function for tool menu labels

Code Refactoring and Optimizations

  • Cleaned up unused menu component code
  • Removed unused AlertDialog imports
  • Updated debug labels and related component optimizations
  • Updated debug labels and added file watcher storage