This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Releases: lsp-client/lsp-cli
Releases · lsp-client/lsp-cli
v0.1.1
What's Changed
🐛 Bug Fixes
- fix: repair CI failures and restrict installation to POSIX by @observerw in #5
🔧 Other Changes
- Add integration tests for all supported language servers by @Copilot in #4
New Contributors
- @Copilot made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
What's Changed
🐛 Bug Fixes
- fix: repair CI failures and restrict installation to POSIX by @observerw in #5
🔧 Other Changes
- Add integration tests for all supported language servers by @Copilot in #4
New Contributors
- @Copilot made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
🔧 Other Changes
- feat: disable help message truncation in CLI by @observerw in #1
- feat: simplified CLI output and refactor locate logic by @observerw in #2
- refactor: optimize CLI output for LLM consumption by @observerw in #3
New Contributors
- @observerw made their first contribution in #1
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Changes
- Simplify CLI output: Removed
richterminal formatting, ASCII banners, and fancy tables to reduce token consumption and improve readability for Coding Agents. - Agent-centric Optimization: Updated README to reflect the shift towards an agent-optimized interface.
- Minimalist Help: Simplified
--helpoutput by disablingrich_markup_modeandadd_completion. - Clean up: Removed redundant
main.py.
v0.0.1
Full Changelog: https://github.com/lsp-client/lsp-cli/commits/v0.0.1