wip: permissions

This commit is contained in:
Dax Raad
2025-07-31 16:38:31 -04:00
parent 168350c981
commit a2191ce6fb
11 changed files with 324 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ export const WriteTool = Tool.define("write", {
type: "write",
sessionID: ctx.sessionID,
messageID: ctx.messageID,
callID: ctx.toolCallID,
callID: ctx.callID,
title: exists ? "Overwrite this file: " + filepath : "Create new file: " + filepath,
metadata: {
filePath: filepath,