Amed Rodriguez

Results 5 comments of Amed Rodriguez

I think this can be split into a bug and a feature: 1. Bug: while one can specify `ENV` variables in the UI for `HTTP` extensions, they're actually [never used](https://github.com/block/goose/blob/6b6b71f3b4540ef7daf6d522c337bb9cd81de73b/crates/goose/src/agents/extension_manager.rs#L348-L354)....

Issue 1 was fixed by https://github.com/block/goose/pull/5290 Issue 2 is going to be fixed by https://github.com/block/goose/pull/5513 once merged

This seems to be Gemini-specific. From a very simple request: ``` { "role": "user", "content": "develop a super minimal, lightweight tic-tac-toe game" } ``` Gemini returns a planning/announcement message instead...

@zanesq thanks for the heads up, I'll close this one for now as I'm unsure about its value

> wouldn't be easier not to create the temporary file in the goose working dir (whatever that is?) despite the final handlers etc, this still seems a bit brittle. Yes,...