summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src
diff options
context:
space:
mode:
authorEduardo Santos de Brito <[email protected]>2025-12-30 04:05:08 +0100
committerGitHub <[email protected]>2025-12-29 21:05:08 -0600
commit4657fa823f2e15add4bd5f9d16000b81ce5edcd2 (patch)
tree0259d5e7e2b8c9e75668fb4fe908c0dc412f9bd7 /packages/plugin/src
parent1d589c7ac72e1b55716b3e6a92e9c652ce3bce25 (diff)
downloadopencode-4657fa823f2e15add4bd5f9d16000b81ce5edcd2.tar.gz
opencode-4657fa823f2e15add4bd5f9d16000b81ce5edcd2.zip
feat(plugin): expose server URL to plugins (#6373)
Diffstat (limited to 'packages/plugin/src')
-rw-r--r--packages/plugin/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts
index fbc0e710c..5653f19d9 100644
--- a/packages/plugin/src/index.ts
+++ b/packages/plugin/src/index.ts
@@ -28,6 +28,7 @@ export type PluginInput = {
project: Project
directory: string
worktree: string
+ serverUrl: URL
$: BunShell
}