[Bug]: Missing text chat when Create Automation button is clicked in modal
#825 opened on May 27, 2026
Repository metrics
- Stars
- (43 stars)
- PR merge metrics
- (PR metrics pending)
Description
Operating System
macOS
Installation Method
npm (npx @openhands/agent-canvas or npm install -g @openhands/agent-canvas)
Agent Canvas Version
latest
Bug Description
When the user clicks the Create Automation button in the Create Automation modal the user is navigated to the new conversation page. We are missing prefilled text "Create an automation" that should prefill the chat input field with the cursor on the right side of it.
Steps to Reproduce
- Go to Automate
- Click Create Automation
- Click Create Automation button
- User goes to new conversation but no text is prepopulated
Actual Behavior
When the user clicks the Create Automation button in the Create Automation modal the user is navigated to the new conversation page. We are missing prefilled text "Create an automation" that should prefill the chat input field with the cursor on the right side of it. Instead it is just blank.
Expected Behavior
We are missing prefilled text "Create an automation" that should prefill the chat input field with the cursor on the right side of it.
Relevant Logs
Screenshots
No response
Additional Context
No response