better msg

This commit is contained in:
Aiden Cline 2025-12-12 15:48:09 -06:00
parent 6d5773e919
commit 9dd655cbfb

View file

@ -1365,7 +1365,7 @@ export namespace SessionPrompt {
})
if (aborted) {
output += "\n\nUser aborted the command"
output += ["<metadata>", "User aborted the command", "</metadata>"].join("\n")
}
msg.time.completed = Date.now()
await Session.updateMessage(msg)