fix: clarify /clear command output message (#609)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-20 19:52:38 -08:00
committed by GitHub
parent 8c3a0f5bf6
commit 3bf43d7eb9
4 changed files with 20 additions and 19 deletions

View File

@@ -4512,7 +4512,8 @@ export default function App({
kind: "command",
id: cmdId,
input: msg,
output: "All agent messages reset",
output:
"Agent's in-context messages cleared & moved to conversation history",
phase: "finished",
success: true,
});