Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Releases: lsp-client/lsp-cli

v0.1.1

09 Jan 12:54

Choose a tag to compare

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

08 Jan 15:51

Choose a tag to compare

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

Full Changelog: v0.0.2...v0.1.0

v0.0.2

06 Jan 05:20

Choose a tag to compare

Changes

  • Simplify CLI output: Removed rich terminal 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 --help output by disabling rich_markup_mode and add_completion.
  • Clean up: Removed redundant main.py.

v0.0.1

05 Jan 19:25

Choose a tag to compare