You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Built on top of [lsp-client](https://github.com/lsp-client/python-sdk) and [LSAP
10
10
11
11
## Key Features
12
12
13
+
-**🤖 Built for Agents**: The CLI output is optimized for Coding Agents. By avoiding fancy TUI/UI elements and rich terminal formatting, it significantly reduces token consumption while maintaining high readability for LLMs.
13
14
-**🚀 Instant Analysis**: Quickly get definitions, references, hover info, and completions from the terminal.
14
15
-**🏢 Managed Server Lifecycle**: A background manager automatically handles language server processes, reusing them across requests for maximum performance.
15
16
-**🧩 LSAP Integration**: Leverages the Language Server Agent Protocol for structured, agent-friendly responses with built-in pagination and text-based location finding.
16
17
-**⚡ Async-First**: Built with `anyio` and `asyncer` for high-performance concurrent operations.
17
-
-**🎨 Rich Output**: Beautifully formatted terminal output using `rich`.
0 commit comments