Skip to content

Commit be68367

Browse files
committed
Add more safe commands to auto approve
Fixes microsoft#259668
1 parent 70233e1 commit be68367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
100100
sort: true,
101101
uniq: true,
102102
tr: true,
103+
cut: true,
104+
cmp: true,
105+
tree: true,
106+
column: true,
103107
which: true,
104108
date: true,
105109
time: true,

0 commit comments

Comments
 (0)