Jack Amadeo

Results 21 issues of Jack Amadeo

I'm not sure we want to do this, but if we do, this would probably be the way

- speed up fetches by only fetching what we need - set the right head SHA when generating the release log

This is a good change to make but as implemented it calls .list_tools() on every token chunk response from a provider. .list_tools() is potentially very expensive, as it queries all...

If we present no tools to the model except a "execute subagent task" tool, the model will try to use that tool to do everything. fixes #5812

I ran the "create a tamagotchi game" test, and: - the main agent is instructed to build a game - the main agent immediately creates a sub-agent to handle the...

core
p2
performance

Straight from the template

stale

follow up from https://github.com/block/goose/pull/5825#discussion_r2547053970

At minimum we should inject something at build time [here](https://github.com/block/goose/blob/1a3ef13690b91c691c59889b3d58d4afd8ef8f5f/ui/desktop/src/utils/githubUpdater.ts#L30)

enhancement

context: [AAIF](https://block.xyz/inside/block-anthropic-and-openai-launch-the-agentic-ai-foundation) The goose repo will move to a new home, and we'll need to tie up several loose ends to complete this beyond just moving the repo. ## Code...

enhancement