Take out recursive file listing; add command param to completion tool; add vscode active editor to context

This commit is contained in:
Saoud Rizwan
2024-07-09 06:37:54 -04:00
parent a0a533d72e
commit 391614968c
3 changed files with 76 additions and 64 deletions

View File

@@ -17,4 +17,4 @@ export interface ClaudeMessage {
}
export type ClaudeAsk = "request_limit_reached" | "followup" | "command" | "completion_result"
export type ClaudeSay = "task" | "error" | "api_req_started" | "api_req_finished" | "text" | "tool" | "command_output"
export type ClaudeSay = "task" | "error" | "api_req_started" | "api_req_finished" | "text" | "tool" | "command_output" | "completion_result"