From 7dc638358b252127a714b263c1943a4332931749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=BCndel?= Date: Tue, 17 Feb 2026 11:42:54 +0100 Subject: [PATCH] disable opencode auto-update feature as we rely on pacman (#4582) * disable opencode auto-update feature as we rely on pacman * Refreshing already produces a .bak, so that's enough --------- Co-authored-by: David Heinemeier Hansson --- config/opencode/opencode.json | 3 ++- migrations/1769616857.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 migrations/1769616857.sh diff --git a/config/opencode/opencode.json b/config/opencode/opencode.json index a03a5cb0..4fbe31f9 100644 --- a/config/opencode/opencode.json +++ b/config/opencode/opencode.json @@ -1,4 +1,5 @@ { "$schema": "https://opencode.ai/config.json", - "theme": "system" + "theme": "system", + "autoupdate": false } diff --git a/migrations/1769616857.sh b/migrations/1769616857.sh new file mode 100644 index 00000000..34e57bdf --- /dev/null +++ b/migrations/1769616857.sh @@ -0,0 +1,3 @@ +echo "Turn off opencode's own auto-update feature (we rely on pacman)" + +omarchy-refresh-config opencode/opencode.json