Skip to content

Commit 163b3ad

Browse files
committed
chore(release): v6.2.0
1 parent 9846459 commit 163b3ad

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

lua/mcphub/utils/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
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,

0 commit comments

Comments
 (0)