Zaki Ali

Results 18 comments of Zaki Ali

Recreated this error by dropping internet connection while gcs cache was being updated. Here is the stack trace ```--------------------------------------------------------------------------- BrokenPipeError Traceback (most recent call last) ~/.pyenv/versions/3.7.6/envs/bionic/lib/python3.7/site-packages/urllib3/connectionpool.py in urlopen(self, method, url,...

Also, just added in [image processing](https://github.com/block/goose/blob/2d0cd8e24513fe2078e31aeb3237d2df477b210a/crates/goose-mcp/src/developer/mod.rs#L246) as part of the developer extension so image files should generally work now too.

Yea, this does happen and is dependent on the LLM as well. The text_editor_tool in the Developer extension can write (create/overwrite) a file with content or replace a string in...

After digging into this a bit, there's a couple things going on here. 1. The session is effectively unrecoverable. This happens because the message history is effectively in a bad...

@mhickman Sorry we missed this earlier, but this is great! Just merged something similar in, but the cursor functionality here is a great addition. Would you mind rebasing and I...

@Gavriel94 Just wanted to follow up on this. Are you still running into these issues with the most recent versions?

@salman1993 @baxen do you have any examples to repro this? I haven't seen this in a while and it probably got fixed along the way

I'm not seeing this issue in the cli or app in recent versions. Closing this out, but feel free to reopen if the issue comes back

Dove into this a bit and I think this is whats going on: Goose agent starts and add's extensions, which have a specified (client side) timeout associated with them. When...

@idjordje Here's some troubleshooting https://block.github.io/goose/docs/troubleshooting/#using-ollama-provider. If you still have issues, try setting your OLLAMA_HOST in your config.yaml to `http://localhost:11434`