Add new vscode shell integration to run commands right in terminal

This commit is contained in:
Saoud Rizwan
2024-09-08 10:30:50 -04:00
parent e6d95eaad4
commit 2c91bafe1e
10 changed files with 410 additions and 663 deletions

View File

@@ -71,4 +71,3 @@ export function combineCommandSequences(messages: ClaudeMessage[]): ClaudeMessag
})
}
export const COMMAND_OUTPUT_STRING = "Output:"
export const COMMAND_STDIN_STRING = "Input:"