Skip to content

fix: disappearing user text when stopped#1839

Merged
wendytang merged 1 commit intomainfrom
wtang/disappearing_prompt
Mar 25, 2025
Merged

fix: disappearing user text when stopped#1839
wendytang merged 1 commit intomainfrom
wtang/disappearing_prompt

Conversation

@wendytang
Copy link
Copy Markdown

fixes #1750

before:

  • when you hit the stop button, the original input text will disappear

after:

  • when you hit the stop button, the original input text will remain

@wendytang wendytang marked this pull request as ready for review March 24, 2025 21:49
Copy link
Copy Markdown
Collaborator

@zakiali zakiali left a comment

Choose a reason for hiding this comment

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

working well for me!

@wendytang wendytang merged commit a28a0d1 into main Mar 25, 2025
6 checks passed
@wendytang wendytang deleted the wtang/disappearing_prompt branch March 25, 2025 17:08
michaelneale added a commit that referenced this pull request Mar 26, 2025
* main:
  ui: turn on extensions at startup (#1861)
  ui: models dropdown (#1860)
  fix: cli empty line (#1856)
  feat: Allow setting OpenAI timeout from config (#1819)
  feat: add retry for google (#1854)
  feat(extensions): add Java/JDK support for MCP servers (#1816)
  feat: extract `StdioProcessError(msg)` to try to display (#1855)
  fix: show window bugfix (#1840)
  fix: append the attachment path to the existing text in the input prompt (#1842)
  docs: updated docs for smart approval mode (#1853)
  styles: chat scroll interaction (#1837)
  ui: add description field  to modal (#1846)
  feat: use temp dir for extracting goose binary (#1838)
  ui: remove and update extensions (#1847)
  fix: disappearing user text when stopped (#1839)
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
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.

Hitting 'stop' deletes the prompt permanently

2 participants