diff options
| author | Adam <[email protected]> | 2025-12-04 15:37:29 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-04 15:37:29 -0600 |
| commit | d763c11a6d5bc57869f11c87f5a293f61e427e0a (patch) | |
| tree | 88fd0024e1c8a2fe5cee803ccf110a3cac6768d4 /packages/desktop/src/context/sdk.tsx | |
| parent | b1202ac6db1cbead1e8f205913524f1c47322970 (diff) | |
| download | opencode-d763c11a6d5bc57869f11c87f5a293f61e427e0a.tar.gz opencode-d763c11a6d5bc57869f11c87f5a293f61e427e0a.zip | |
feat(desktop): terminal pane (#5081)
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Dax Raad <[email protected]>
Diffstat (limited to 'packages/desktop/src/context/sdk.tsx')
| -rw-r--r-- | packages/desktop/src/context/sdk.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/context/sdk.tsx b/packages/desktop/src/context/sdk.tsx index 81b32035a..144202ee2 100644 --- a/packages/desktop/src/context/sdk.tsx +++ b/packages/desktop/src/context/sdk.tsx @@ -27,6 +27,6 @@ export const { use: useSDK, provider: SDKProvider } = createSimpleContext({ abort.abort() }) - return { directory: props.directory, client: sdk, event: emitter } + return { directory: props.directory, client: sdk, event: emitter, url: globalSDK.url } }, }) |
