Clarify empty chat start message

This commit is contained in:
murashit 2026-05-25 20:38:57 +09:00
parent 62ca28771a
commit c6794f4e84

View file

@ -72,7 +72,7 @@ export function messageRenderBlocks(context: MessageStreamContext): MessageRende
render: () =>
createDiv({
cls: "codex-panel__message codex-panel__message--system",
text: "Start a new thread or send a message.",
text: "Send a message to start a new thread.",
}),
});
return blocks;