Add support for interactive command line execution where user input is sent to stdin

This commit is contained in:
Saoud Rizwan
2024-07-29 13:22:06 -04:00
parent 0e4000e1f2
commit cf2ab16538
4 changed files with 68 additions and 30 deletions

View File

@@ -28,6 +28,7 @@ export type ClaudeAsk =
| "request_limit_reached"
| "followup"
| "command"
| "command_output"
| "completion_result"
| "tool"
| "api_req_failed"
@@ -38,7 +39,6 @@ export type ClaudeSay =
| "api_req_started"
| "api_req_finished"
| "text"
| "command_output"
| "completion_result"
| "user_feedback"
| "api_req_retried"