diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx index cc966b58f8..014b90e387 100644 --- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx @@ -1877,7 +1877,7 @@ function ApplyPatch(props: ToolProps) { if (file.type === "delete") return "# Deleted " + file.relativePath if (file.type === "add") return "# Created " + file.relativePath if (file.type === "move") return "# Moved " + normalizePath(file.filePath) + " → " + file.relativePath - return "← Edit " + file.relativePath + return "← Patched " + file.relativePath } return ( diff --git a/packages/ui/src/components/message-part.tsx b/packages/ui/src/components/message-part.tsx index 2c0931015f..47403786b2 100644 --- a/packages/ui/src/components/message-part.tsx +++ b/packages/ui/src/components/message-part.tsx @@ -1090,7 +1090,7 @@ ToolRegistry.register({ - Edit + Patched