From a297859ec1c89f8e383b909b261c40de861d9c3f Mon Sep 17 00:00:00 2001 From: murashit Date: Thu, 9 Jul 2026 09:38:09 +0900 Subject: [PATCH] Update composer placeholder copy --- .../panel/surface/composer-projection.tsx | 2 +- src/features/chat/ui/composer.tsx | 2 +- .../chat/host/view-connection.test.ts | 8 ++--- .../chat/panel/composer-controller.test.ts | 2 +- tests/features/chat/panel/shell.test.tsx | 4 +-- .../chat/panel/surface/projections.test.ts | 10 ++----- .../chat/panel/toolbar-archive-state.test.tsx | 2 +- tests/features/chat/ui/composer.test.ts | 30 +++++++++---------- 8 files changed, 28 insertions(+), 32 deletions(-) diff --git a/src/features/chat/panel/surface/composer-projection.tsx b/src/features/chat/panel/surface/composer-projection.tsx index 0b427a5d..e8bed7f4 100644 --- a/src/features/chat/panel/surface/composer-projection.tsx +++ b/src/features/chat/panel/surface/composer-projection.tsx @@ -41,7 +41,7 @@ interface RuntimeComposerChoicesInput { } function composerPlaceholder(threadName: string | null): string { - return threadName ? `Ask Codex to work on “${threadName}”...` : "Ask Codex to work on this task..."; + return threadName ? `Ask Codex in “${threadName}”...` : "Ask Codex..."; } export function ChatPanelComposer({ diff --git a/src/features/chat/ui/composer.tsx b/src/features/chat/ui/composer.tsx index f66a2119..7c956a6c 100644 --- a/src/features/chat/ui/composer.tsx +++ b/src/features/chat/ui/composer.tsx @@ -157,7 +157,7 @@ export function ComposerShell({