File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ 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+ ## [ 5.4.0] - 2025-05-24
9+
10+ ### Added
11+ - Beautiful tool confirmation dialog with floating window
12+ - Syntax highlighting for parameters in confirmation dialog
13+ - Support for multiline strings in tool confirmations
14+
15+ ### Fixed
16+ - Tool confirmation dialog not displaying properly (#131 )
17+ - Screen flashing issue during confirmation prompts
18+
819## [ 5.3.1] - 2025-05-24
920
1021### Added
@@ -685,3 +696,4 @@ extensions = {
685696- Integration with lazy.nvim package manager
686697
687698
699+
Original file line number Diff line number Diff line change 11return {
2- PLUGIN_VERSION = " 5.3.1 " , -- Current plugin version
2+ PLUGIN_VERSION = " 5.4.0 " , -- Current plugin version
33 REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44 major = 3 ,
55 minor = 2 ,
You can’t perform that action at this time.
0 commit comments