File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ export default function ChatView({ threadId }: ChatViewProps) {
269269 // Tracks whether the user explicitly dismissed the sidebar for the active turn.
270270 const planSidebarDismissedForTurnRef = useRef < string | null > ( null ) ;
271271 // When set, the thread-change reset effect will open the sidebar instead of closing it.
272- // Used by "Implement in new thread" to carry the sidebar-open intent across navigation.
272+ // Used by "Implement in a new thread" to carry the sidebar-open intent across navigation.
273273 const planSidebarOpenOnNextThreadRef = useRef ( false ) ;
274274 const [ nowTick , setNowTick ] = useState ( ( ) => Date . now ( ) ) ;
275275 const [ terminalFocusRequestId , setTerminalFocusRequestId ] = useState ( 0 ) ;
@@ -3710,7 +3710,7 @@ export default function ChatView({ threadId }: ChatViewProps) {
37103710 disabled = { isSendBusy || isConnecting }
37113711 onClick = { ( ) => void onImplementPlanInNewThread ( ) }
37123712 >
3713- Implement in new thread
3713+ Implement in a new thread
37143714 </ MenuItem >
37153715 </ MenuPopup >
37163716 </ Menu >
You can’t perform that action at this time.
0 commit comments