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/bun.lock | |
| 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/bun.lock')
| -rw-r--r-- | js/bun.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/bun.lock b/js/bun.lock index bf5357c81..971ed8b93 100644 --- a/js/bun.lock +++ b/js/bun.lock @@ -11,6 +11,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", @@ -159,6 +160,8 @@ "decimal.js": ["[email protected]", "", {}, "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw=="], + "diff": ["[email protected]", "", {}, "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg=="], + "duplexify": ["[email protected]", "", { "dependencies": { "end-of-stream": "^1.4.1", "inherits": "^2.0.3", "readable-stream": "^3.1.1", "stream-shift": "^1.0.2" } }, "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA=="], "emoji-regex": ["[email protected]", "", {}, "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="], |
