File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ DCP uses its own config file:
119119> " compress" : {
120120> " enabled" : true ,
121121> // Show summary content as an ignored message notification
122- > " showCompression" : true ,
122+ > " showCompression" : false ,
123123> },
124124> // Removes tool content from context without preservation (for completed tasks or noise)
125125> " prune" : {
Original file line number Diff line number Diff line change 153153 },
154154 "showCompression" : {
155155 "type" : " boolean" ,
156- "default" : true ,
156+ "default" : false ,
157157 "description" : " Show summary output in the UI"
158158 }
159159 }
204204 "properties" : {
205205 "enabled" : {
206206 "type" : " boolean" ,
207- "default" : false ,
207+ "default" : true ,
208208 "description" : " Enable supersede writes strategy"
209209 }
210210 }
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ const defaultConfig: PluginConfig = {
504504 } ,
505505 compress : {
506506 enabled : true ,
507- showCompression : true ,
507+ showCompression : false ,
508508 } ,
509509 prune : {
510510 enabled : true ,
You can’t perform that action at this time.
0 commit comments