Dax Raad
b39c0cc191
make LSP lazy again
publish / publish (push) Has been cancelled
2025-07-10 09:37:40 -04:00
Dax Raad
39b65d92e1
disable lsp on non-git folders
2025-07-10 07:39:02 -04:00
adamdottv
fb4da89f9a
feat(tui): @symbol attachments
2025-07-10 05:53:00 -05:00
Dax Raad
10721053ba
respect go.work when spawning LSP
publish / publish (push) Has been cancelled
2025-07-09 22:54:47 -04:00
Dax Raad
1ba82bc7cb
do not wait for LSP to be fully ready
publish / publish (push) Has been cancelled
2025-07-09 21:59:38 -04:00
Frank Denis
b94fb4c4d0
LSP: fix SimpleRoots to actually search in the root directory ( #795 )
2025-07-09 10:35:06 -05:00
Dax Raad
049c07ea9f
lsp: spawn only a single tsserver in project root
publish / publish (push) Has been cancelled
2025-07-09 11:06:44 -04:00
adamdottv
c5610af3a2
feat(tui): move logging to server logs
2025-07-09 08:16:10 -05:00
Dax Raad
646d986dfc
add typescript lsp timeout if it fails to start
publish / publish (push) Has been cancelled
2025-07-08 18:33:12 -04:00
Dax Raad
57cd48c53e
properly load typescript lsp in subpaths
publish / publish (push) Has been cancelled
2025-07-08 18:18:45 -04:00
Dax Raad
31974e1b6e
big rework of LSP system
2025-07-08 18:14:49 -04:00
Frank Denis
48d18f0472
Add support for the Zig Language Server (ZLS) ( #756 )
2025-07-08 15:31:11 -05:00
Dax
9cad702612
v2 message format and upgrade to ai sdk v5 ( #743 )
...
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me >
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com >
2025-07-07 15:53:43 -04:00
Dominik Engelhardt
ca1f14a523
Fix Elixir LSP startup ( #726 )
2025-07-06 23:37:46 -04:00
Dax Raad
a59340b05d
improve snapshot speed
publish / publish (push) Has been cancelled
2025-07-03 20:16:25 -04:00
Dax Raad
a0764b2c3a
add elixir lsp support
publish / publish (push) Has been cancelled
2025-07-03 19:29:51 -04:00
Dax Raad
d918a64481
do not install gopls if go is not installed
publish / publish (push) Has been cancelled
2025-07-02 23:59:08 -04:00
Dax Raad
82c1c87be7
wip: symbols for lsp
2025-07-02 11:35:25 -04:00
Dax Raad
a6c5cbc24e
fix write tool timeout
publish / publish (push) Has been cancelled
2025-07-01 13:50:57 -04:00
Dax Raad
23bcc0defe
fix lsp diagnostic accurancy
publish / publish (push) Has been cancelled
2025-06-30 22:48:32 -04:00
Max Rabin
c3b02e205b
Add pyright lsp for Python ( #551 )
...
Co-authored-by: Max Rabin <max.rabin@mobileye.com >
2025-06-30 18:17:47 -04:00
Dax Raad
605545a7a3
optimistically boot lsp servers
2025-06-30 16:45:26 -04:00
Dax Raad
84f7d88d84
add ruby formatter and lsp
2025-06-29 22:00:08 -04:00
Dax Raad
58a19b9b7a
fix gopls download spewing into terminal
publish / publish (push) Has been cancelled
2025-06-19 17:08:58 -04:00
Dax Raad
1fe40495d2
Improve LSP server initialization with timeout handling and skip failed servers
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-15 13:52:57 -04:00
Dax Raad
2e3ad15d06
sync
release / goreleaser (push) Has been cancelled
2025-06-12 11:00:37 -04:00
Dax Raad
e553e64e77
Fix shutdown handling, error management, and process lifecycle issues
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-10 18:58:47 -04:00
Dax Raad
567ad1e69a
fix bunfile bug
2025-06-10 18:23:19 -04:00
Dax Raad
6edb6024db
kill
2025-06-10 16:35:02 -04:00
Dax Raad
51c5048570
lsp
2025-06-10 16:29:35 -04:00
Dax Raad
160913e061
Update LSP client/server and CLI scrap command functionality
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-10 13:30:13 -04:00
Dax Raad
8d6c253c16
sync
2025-06-09 14:01:11 -04:00
Dax Raad
a080eab5c0
Add TypeScript server initialization config to LSP server
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-08 13:22:07 -04:00
Dax Raad
100a8c5821
fix ts lsp
2025-06-08 12:57:33 -04:00
Dax Raad
a23908a136
autodownload lsp
2025-06-06 23:21:57 -04:00
Dax Raad
c84fb15216
make lsp better
2025-06-06 17:20:08 -04:00
Dax Raad
482fe2b8c9
lsp progress
2025-06-05 23:42:04 -04:00
Dax Raad
06c1f06493
gopls
2025-06-05 13:51:18 -04:00
Dax Raad
66685b4917
Refactor app context system to use Zod schemas and sync access pattern
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-03 11:59:03 -04:00
Dax Raad
059d76ce82
Refactor application path handling and data storage architecture
...
Replace simple directory-based path system with git-aware data management that uses global data directories and proper workspace detection.
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-01 14:40:44 -04:00
Dax Raad
27c92a478f
run formatter
2025-05-31 14:41:00 -04:00
Dax Raad
fcdff9f578
sync
2025-05-30 20:48:36 -04:00