Skip to content

Commit 55c8ffa

Browse files
authored
Merge pull request microsoft#259851 from microsoft/tyriar/259668_3
Add more safe commands to auto approve
2 parents b043431 + be68367 commit 55c8ffa

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)