← back to store

Goose

Block open-source AI developer agent by Block (Square) with MCP support

v1.0.0 goose community/goose

Install

aid store install community/goose

Agent Definition (TOML)

[agent]
id = "goose"
display_name = "Goose"
command = "goose"
prompt_mode = "flag"
prompt_flag = "run"
fixed_args = ["--non-interactive"]
streaming = false
output_format = "text"

[agent.capabilities]
research = 5
simple_edit = 6
complex_impl = 7
frontend = 5
debugging = 6
testing = 5
refactoring = 6
documentation = 5

Source

View on GitHub