Roo-Code/src/activate
roomote[bot] 15b0f50dd9
feat: focus chat input when clicking plus button in extension menu (#6689)
* feat: focus chat input when clicking plus button in extension menu

- Added focusInput action after chatButtonClicked in plusButtonClicked handler
- This ensures the text area in ChatView gets focused when users click the + button
- Improves user experience by allowing immediate typing after creating new chat

* fix: replace unreliable setTimeout with sequential message passing

- Removed setTimeout with hardcoded 100ms delay
- Now sending focusInput action immediately after chatButtonClicked
- This ensures proper sequencing without arbitrary timing delays
- More reliable approach that doesn't depend on timing assumptions

---------

Co-authored-by: Roo Code <roomote@roocode.com>
2025-08-07 09:33:25 -04:00
..
__tests__ fix: Handle long Claude code messages (#5072) 2025-06-24 11:34:06 -04:00
CodeActionProvider.ts Added Enable Roo Code quick fixes setting to disable quick fixes. (#4878) 2025-06-23 18:41:57 -04:00
handleTask.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
handleUri.ts Store the organization id in credentials (#5002) 2025-06-23 07:23:29 -04:00
humanRelay.ts Follow the established pattern for command registration 2025-03-10 11:12:11 -07:00
index.ts Move presentAssistantMessage into its own module (#3345) 2025-05-08 11:59:03 -07:00
registerCodeActions.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
registerCommands.ts feat: focus chat input when clicking plus button in extension menu (#6689) 2025-08-07 09:33:25 -04:00
registerTerminalActions.ts fix terminal keyboard shortcut error when adding content to context (#5161) 2025-06-26 20:34:14 -04:00