(requestID: string, reply: Reply, directory: string)
| 89 | } |
| 90 | |
| 91 | private async reply(requestID: string, reply: Reply, directory: string) { |
| 92 | await this.input.sdk.permission.reply({ |
| 93 | requestID, |
| 94 | reply, |
| 95 | directory, |
| 96 | }) |
| 97 | } |
| 98 | |
| 99 | private async writeProposedEdit(sessionId: string, metadata: ToolInput) { |
| 100 | const filepath = stringValue(metadata.filepath) |
no outgoing calls