Skip to content

Commit 5ddc80d

Browse files
committed
chore - disable autoupdate in install-flex config
Set autoupdate: false in the opencode.json written by install-flex so the upstream version-check dialog does not appear on every session start in the Flexion fork.
1 parent 1a9fb34 commit 5ddc80d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install-flex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ write_opencode_config() {
170170
cat >"$config_file" <<EOF
171171
{
172172
"\$schema": "https://opencode.ai/config.json",
173+
"autoupdate": false,
173174
"model": "amazon-bedrock/us.anthropic.claude-sonnet-4-6",
174175
"enabled_providers": ["amazon-bedrock"],
175176
"plugin": [],

0 commit comments

Comments
 (0)