Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goose session breaks after stopping an in progress tool call #1541

Closed
meenalc opened this issue Mar 6, 2025 · 1 comment · Fixed by #1557
Closed

Goose session breaks after stopping an in progress tool call #1541

meenalc opened this issue Mar 6, 2025 · 1 comment · Fixed by #1557
Assignees
Labels
bug Something isn't working ui

Comments

@meenalc
Copy link
Collaborator

meenalc commented Mar 6, 2025

Describe the bug

Goose session breaks after stopping an in progress tool call

To Reproduce
Steps to reproduce the behavior:

  1. Do a long running tool call like ping google 10 times
  2. Cancel the operation midway
  3. Type hi
  4. You will see the 400 error

Expected behavior
The session should have resumed normally

Screenshots

Image

Please provide following information:

  • OS & Arch: [e.g. Ubuntu 22.04 x86]
  • Interface: [UI/CLI]
  • Version: [e.g. v1.0.2]
  • Extensions enabled: [e.g. Computer Controller, Figma]
  • Provider & Model: [e.g. Google - gemini-1.5-pro]

Additional context
Add any other context about the problem here.

@kalvinnchau
Copy link
Collaborator

kalvinnchau commented Mar 6, 2025

This seems to be limited to the UI:

❯ goose info
Goose Version:
  Version:          1.0.12-canary+24210d7

❯ goose s
Goose is running! Enter your instructions, or try asking what goose can do.

( O)> ping google 10 times
I'll help you ping Google 10 times. Let me run that command for you:
─── shell | developer ──────────────────────────
command: ping -c 10 google.com


◓  Analyzing conversation flow...    

# CTRL-C here                                                                                                                                     
  ^C The existing call to developer__shell was interrupted. How would you like to proceed?

( O)> hi
# Hello!

I'm Goose, an AI assistant. How can I help you today? I can assist with various tasks such as:

- Running shell commands
- Editing text files
- Capturing screenshots
- Answering questions
- Providing information

Feel free to let me know what you'd like help with, and I'll do my best to assist you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants