Skip to content

Commit 22d2d6f

Browse files
ktnytclaude
andcommitted
📝 Release v0.5.6
- Always quote configuration paths for safety - Added execution tests for CI - Fixed absolute path detection for Windows - Improved cross-platform compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 60b59a9 commit 22d2d6f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.6] - 2025-08-20
9+
10+
### Enhanced
11+
12+
- **Path Quoting**: Always quote configuration paths for improved safety
13+
- Paths are now always quoted regardless of spaces
14+
- Better handling of special characters in file paths
15+
- Improved cross-platform compatibility
16+
17+
### Added
18+
19+
- **Execution Tests**: Added comprehensive command execution tests for CI
20+
- Real command execution simulation with `echo`
21+
- Verification that quoted paths work correctly in actual execution
22+
- Integration tests for MCP command structure
23+
- New test scripts: `test:execution` and `test:all`
24+
25+
### Fixed
26+
27+
- **Path Resolution**: Fixed absolute path detection for Windows drive letters
28+
- Correctly handles paths like `C:\Program Files\...`
29+
- Prevents unnecessary path resolution for already absolute paths
30+
831
## [0.5.5] - 2025-08-20
932

1033
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cclsp",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "MCP server for accessing LSP functionality",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)