style(vscode-ide-companion): bash toolcall

This commit is contained in:
yiliang114
2025-12-04 00:23:19 +08:00
parent b9b3b6d62e
commit 35f98723ca
4 changed files with 43 additions and 39 deletions

View File

@@ -13,7 +13,7 @@ import { GenericToolCall } from './GenericToolCall.js';
import { ReadToolCall } from './ReadToolCall.js';
import { WriteToolCall } from './WriteToolCall.js';
import { EditToolCall } from './EditToolCall.js';
import { ExecuteToolCall } from './ExecuteToolCall.js';
import { ExecuteToolCall } from './Bash/Bash.js';
import { SearchToolCall } from './SearchToolCall.js';
import { ThinkToolCall } from './ThinkToolCall.js';
import { TodoWriteToolCall } from './TodoWriteToolCall.js';