opencode: add note about autoupdate

This commit is contained in:
2026-02-16 12:35:32 -05:00
parent eab28b1c44
commit 32174c3ccb

View File

@@ -195,6 +195,8 @@ in
small_model = "openrouter/openai/gpt-oss-20b:free"; small_model = "openrouter/openai/gpt-oss-20b:free";
autoshare = false; autoshare = false;
# note: this updates opencode (and plugins like oh-my-opencode) at launch,
# bypassing the version pinned in flake.lock
autoupdate = true; autoupdate = true;
agent = { }; agent = { };
plugin = [ "oh-my-opencode" ]; plugin = [ "oh-my-opencode" ];