Skip to content

goose gets stuck even on non-blocking requests #4513

@blackgirlbytes

Description

@blackgirlbytes

Describe the bug

goose seems to get stuck on simple tasks such as reading/accessing a file. Typically, this happens when goose runs a long-running task like npm run dev..then other operations get blocked, but it seems to be happening in other cases as well.

Community member: @/fabian_andgo had the following session where goose got stuck, but there was no long running task and the context window was fairly low. When asked why it was taking so long goose said, "yeah sorry about that"

Let me check the taskAnalyzer.ts file to see if there might be an issue with the implementation:


─── text_editor | developer ──────────────────────────
path: ~/D/a/0/t/s/services/taskAnalyzer.ts
command: view

Now let me check if there are any environment variables set up properly for the API key:


─── text_editor | developer ──────────────────────────
path: ~/Documents/ai_test/03_cli_task_splitter/task-splitter/.env
command: view

Let me check what's in the .gooseignore file:


─── shell | developer ──────────────────────────
command: cat .gooseignore
Let me check what's in the .env file:


Context: ●●○○○○○○○○ 19% (50833/262144 tokens)
( O)>

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
goose should continue to run on simple tasks like reading a file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions