File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ DCP uses its own config file:
6464
6565``` jsonc
6666{
67+ " $schema" : " https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json" ,
6768 // Enable or disable the plugin
6869 " enabled" : true ,
6970 // Enable debug logging to ~/.config/opencode/logs/dcp/
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
3- "$id" : " https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/main /dcp.schema.json" ,
3+ "$id" : " https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master /dcp.schema.json" ,
44 "title" : " DCP Plugin Configuration" ,
55 "description" : " Configuration schema for the OpenCode Dynamic Context Pruning plugin" ,
66 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ function createDefaultConfig(): void {
488488 }
489489
490490 const configContent = `{
491- "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/main /dcp.schema.json",
491+ "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master /dcp.schema.json",
492492 // Enable or disable the plugin
493493 "enabled": true,
494494 // Enable debug logging to ~/.config/opencode/logs/dcp/
You can’t perform that action at this time.
0 commit comments