We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceab74 commit 2314235Copy full SHA for 2314235
packages/lib/src/core/templates-entrypoint/opencode.ts
@@ -167,6 +167,7 @@ const entry = {
167
opencode.openai = entry
168
writeJsonAtomic(opencodePath, opencode)
169
NODE
170
+ chown 1000:1000 "$OPENCODE_SEED_AUTH" 2>/dev/null || true
171
fi
172
173
# OpenCode: ensure global config exists (plugins + permissions)
0 commit comments