File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.2.0] - 2025-07-31
9+
10+ ### Added
11+
12+ - ** CopilotChat Integration** : Full support for CopilotChat.nvim extension
13+ - Tools, resources, and resource templates integration
14+ - Function calling support with automatic conversion
15+ - Optional MCP prefix for tools and resources
16+
17+ ### Fixed
18+
19+ - Fixed nil port comparison issue in workspace handling
20+ - Fixed missing resource templates group in CopilotChat extension
21+
22+ ### Changed
23+
24+ - Improved Avante loading logic organization
25+ - Documentation improvements for workspace configuration
26+
827## [ 6.1.0] - 2025-07-20
928
1029### Added
Original file line number Diff line number Diff line change 11return {
2- PLUGIN_VERSION = " 6.1 .0" , -- Current plugin version
2+ PLUGIN_VERSION = " 6.2 .0" , -- Current plugin version
33 REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44 major = 4 ,
55 minor = 2 ,
You can’t perform that action at this time.
0 commit comments