Skip to content

Commit 1a2af46

Browse files
authored
Merge pull request #156 from Opencode-DCP/chore/restore-deprecated-config-key
Restore showUpdateToasts config for backwards compat
2 parents e444735 + 87470c6 commit 1a2af46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const VALID_CONFIG_KEYS = new Set([
4646
// Top-level keys
4747
'enabled',
4848
'debug',
49+
'showUpdateToasts', // Deprecated but kept for backwards compatibility
4950
'pruningSummary',
5051
'strategies',
5152
// strategies.deduplication

0 commit comments

Comments
 (0)