Skip to content

fix input clear fallbacks and clarify clear-then-type behavior#4692

Merged
laithrw merged 1 commit into
mainfrom
issue-4683-fix
Apr 15, 2026
Merged

fix input clear fallbacks and clarify clear-then-type behavior#4692
laithrw merged 1 commit into
mainfrom
issue-4683-fix

Conversation

@laithrw
Copy link
Copy Markdown
Member

@laithrw laithrw commented Apr 15, 2026

Resolves #4683


Summary by cubic

Fixes input clearing so we don’t stop on JS clear failures, and clarifies “clear-then-type” as the default. Adds a clear-only option via text="" and a way to append via clear=False. Resolves #4683.

  • Bug Fixes
    • Removed premature returns in JS clear to enable fallback strategies.
    • Aligned docs and help to the default behavior: clear-then-type; text="" clears only; clear=False appends (browser_type tool, InputTextAction schema, CLI input, SKILL.md).

Written for commit 4476f6e. Summary will update on new commits.

@github-actions
Copy link
Copy Markdown

Agent Task Evaluation Results: 2/2 (100%)

View detailed results
Task Result Reason
amazon_laptop ✅ Pass Skipped - API key not available (fork PR or missing secret)
browser_use_pip ✅ Pass Skipped - API key not available (fork PR or missing secret)

Check the evaluate-tasks job for detailed task execution logs.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 6 files

@laithrw laithrw merged commit d49d3bd into main Apr 15, 2026
88 checks passed
@laithrw laithrw deleted the issue-4683-fix branch April 15, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a faster way to clear CLI input fields

1 participant