summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 20:31:50 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 20:31:50 +0000
commit021ab50fb105153de174c664ce90f5c90e4ba840 (patch)
tree03433c562f38c724b6c2d41d3fcefe008a95f6fc
parent3fe906f517eb60aa20fd47c95ec3c131452e8d91 (diff)
downloadopencode-021ab50fb105153de174c664ce90f5c90e4ba840.tar.gz
opencode-021ab50fb105153de174c664ce90f5c90e4ba840.zip
chore: generate
-rw-r--r--packages/opencode/src/control-plane/workspace.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/control-plane/workspace.ts b/packages/opencode/src/control-plane/workspace.ts
index 08d675b25..9c1c4c896 100644
--- a/packages/opencode/src/control-plane/workspace.ts
+++ b/packages/opencode/src/control-plane/workspace.ts
@@ -116,7 +116,7 @@ export namespace Workspace {
const env = {
OPENCODE_AUTH_CONTENT: JSON.stringify(await AppRuntime.runPromise(Auth.Service.use((auth) => auth.all()))),
OPENCODE_WORKSPACE_ID: config.id,
- OPENCODE_EXPERIMENTAL_WORKSPACES: "true"
+ OPENCODE_EXPERIMENTAL_WORKSPACES: "true",
}
await adaptor.create(config, env)