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({