Skip to content

Commit 12f8d5c

Browse files
authored
Merge pull request #237 from Opencode-DCP/fix/add-schema-key-validation
fix: add $schema to valid config keys
2 parents bb2f191 + 0b04aad commit 12f8d5c

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
@@ -73,6 +73,7 @@ const DEFAULT_PROTECTED_TOOLS = [
7373
// Valid config keys for validation against user config
7474
export const VALID_CONFIG_KEYS = new Set([
7575
// Top-level keys
76+
"$schema",
7677
"enabled",
7778
"debug",
7879
"showUpdateToasts", // Deprecated but kept for backwards compatibility

0 commit comments

Comments
 (0)