File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ DCP uses its own config file:
121121> },
122122> // Collapses a range of conversation content into a single summary
123123> " compress" : {
124- > // Permission mode: "ask " (prompt ), "allow " (no prompt), "deny " (tool not registered )
125- > " permission" : " ask " ,
124+ > // Permission mode: "deny " (tool not registered ), "ask " (prompt), "allow " (no prompt )
125+ > " permission" : " deny " ,
126126> // Show summary content as an ignored message notification
127127> " showCompression" : false ,
128128> },
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ const defaultConfig: PluginConfig = {
511511 showDistillation : false ,
512512 } ,
513513 compress : {
514- permission : "ask " ,
514+ permission : "deny " ,
515515 showCompression : false ,
516516 } ,
517517 prune : {
You can’t perform that action at this time.
0 commit comments