chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-27 05:40:37 +00:00
parent 8718b98ee1
commit 2789b770aa

View File

@@ -42,10 +42,7 @@ export const LspTool = Tool.define(
return {
description: DESCRIPTION,
parameters: Parameters,
execute: (
args: Schema.Schema.Type<typeof Parameters>,
ctx: Tool.Context,
) =>
execute: (args: Schema.Schema.Type<typeof Parameters>, ctx: Tool.Context) =>
Effect.gen(function* () {
const file = path.isAbsolute(args.filePath) ? args.filePath : path.join(Instance.directory, args.filePath)
yield* assertExternalDirectoryEffect(ctx, file)