Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: frap129/cclsp

Tags

v0.5.1

Toggle v0.5.1's commit message
v0.5.1: Improve publishDiagnostics idle detection and optimize MCP ti…

…meouts

v0.5.0

Toggle v0.5.0's commit message
v0.5.0: Add publishDiagnostics support

v0.4.4

Toggle v0.4.4's commit message
v0.4.4: Improve setup robustness and initialization

v0.4.3

Toggle v0.4.3's commit message
v0.4.3: Add Vue.js and Svelte language server support

v0.4.2

Toggle v0.4.2's commit message
v0.4.2: Add LSP server auto-restart functionality

v0.4.1

Toggle v0.4.1's commit message
Release v0.4.1: Intelligent symbol kind fallback

✨ Features:
- Intelligent fallback when specified symbol kinds don't match
- Automatic search across all symbol types with warning messages
- Enhanced LLM tool compatibility and usability

🔧 Fixes:
- Improved robustness of symbol searches
- Better handling of incorrect symbol kind specifications

This release significantly improves the user experience for LLM-based
coding assistants by providing meaningful results even when symbol
kinds are incorrectly specified.

v0.3.5

Toggle v0.3.5's commit message
v0.3.5: Automatic multi-position symbol resolution

- BREAKING: Removed use_zero_index option
- Auto-try multiple position combinations for better compatibility
- Enhanced error messages and result display
- Comprehensive test coverage for new functionality