Open read files in editor instead of code accordian

This commit is contained in:
Saoud Rizwan
2024-09-11 16:38:33 -04:00
parent dd01fc7fc4
commit 0522a26fd9
7 changed files with 103 additions and 26 deletions

View File

@@ -1138,7 +1138,7 @@ export class ClaudeDev {
const message = JSON.stringify({
tool: "readFile",
path: this.getReadablePath(relPath),
content,
content: absolutePath,
} as ClaudeSayTool)
if (this.alwaysAllowReadOnly) {
await this.say("tool", message)