fix(cli) - Add logging for shell errors (#7007)

Co-authored-by: Shi Shu <shii@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
shishu314
2025-08-26 15:26:16 -04:00
committed by GitHub
parent df79433bec
commit 142192ae59
3 changed files with 31 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ export enum ToolErrorType {
// ReadManyFiles-specific Errors
READ_MANY_FILES_SEARCH_ERROR = 'read_many_files_search_error',
// Shell errors
SHELL_EXECUTE_ERROR = 'shell_execute_error',
// DiscoveredTool-specific Errors
DISCOVERED_TOOL_EXECUTION_ERROR = 'discovered_tool_execution_error',