[PR #3408] fix: respect local config for autoupdate settings #10633

Closed
opened 2026-02-16 18:15:20 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3408

State: closed
Merged: Yes


Changed config.autoupdate === false condition to use Config.get() instead of Config.global() to properly merge local and global configs.

This fixes cases when "autoupdate": false was ignored for local config file

fixes: #3412

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3408 **State:** closed **Merged:** Yes --- Changed `config.autoupdate === false` condition to use `Config.get()` instead of `Config.global()` to properly merge local and global configs. This fixes cases when `"autoupdate": false` was ignored for local config file fixes: #3412
yindo added the pull-request label 2026-02-16 18:15:20 -05:00
yindo closed this issue 2026-02-16 18:15:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10633