mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
feat(plugin): expose server URL to plugins (#6373)
This commit is contained in:
parent
1d589c7ac7
commit
4657fa823f
3 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ export type PluginInput = {
|
|||
project: Project
|
||||
directory: string
|
||||
worktree: string
|
||||
serverUrl: URL
|
||||
$: BunShell
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue