From bf18792c9c6c35df78e978c1a21b0dd95b41fbb7 Mon Sep 17 00:00:00 2001 From: cpacker Date: Wed, 21 Jan 2026 22:43:01 -0800 Subject: [PATCH] chore: improve command output --- src/cli/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/App.tsx b/src/cli/App.tsx index 3be6ff1..cbbde1d 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -4969,7 +4969,7 @@ export default function App({ kind: "command", id: cmdId, input: msg, - output: "Started new conversation", + output: "Started new conversation (use /resume to change convos)", phase: "finished", success: true, });