Files
anomalyco_opencode/packages/opencode
Simon Klee 7510888aba tool/lsp: include request details in permission metadata
The lsp tool asks for permission without attaching enough context for
permission UIs to explain what is about to run.

Include the operation, path and cursor position in the permission metadata so
prompts can describe the request before execution. Also make the execute
wrapper match the other tool implementations.
2026-04-24 15:07:21 +02:00
..
2026-04-23 10:58:14 +00:00
2026-04-16 02:03:03 -04:00
2026-02-25 01:48:10 -05:00
2026-03-27 15:00:26 +01:00
2026-02-18 13:54:23 -05:00
2026-04-16 02:03:03 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.