diff options
| author | Dax Raad <[email protected]> | 2025-05-27 02:17:35 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-27 02:17:35 -0400 |
| commit | c040baae118787cd0573e5b674a2a225f36d898c (patch) | |
| tree | 04c4ff3d08f1243e170397fed9f5a31b0ea082cc /js/package.json | |
| parent | 754cc667411cc1d652acd0a811c530dcc35f5927 (diff) | |
| download | opencode-c040baae118787cd0573e5b674a2a225f36d898c.tar.gz opencode-c040baae118787cd0573e5b674a2a225f36d898c.zip | |
Refactor LSP tools and add hover functionality
- Split diagnostics tool into separate lsp-diagnostics.ts file
- Add new lsp-hover.ts tool for LSP hover information
- Update tool exports and session integration
- Remove old diagnostics.ts file
🤖 Generated with opencode
Co-Authored-By: opencode <[email protected]>
Diffstat (limited to 'js/package.json')
| -rw-r--r-- | js/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json index 8504de450..70d4f82a8 100644 --- a/js/package.json +++ b/js/package.json @@ -27,6 +27,7 @@ "ai": "^5.0.0-alpha.4", "cac": "^6.7.14", "clipanion": "^4.0.0-rc.4", + "diff": "^8.0.2", "hono": "^4.7.10", "hono-openapi": "^0.4.8", "jsdom": "^26.1.0", |
