Commit Graph

545 Commits

Author SHA1 Message Date
Prem Pillai
99cc0a9c81 feat: recipes can retry with success criteria (#3474) 2025-07-22 10:49:21 +10:00
bickelj
5f3c7d339c Env var to set Ollama request timeout (#3516)
Signed-off-by: Jesse Bickel <jbickel@gmail.com>
Co-authored-by: Jesse Bickel <bickelj@gmail..com>
2025-07-22 10:19:54 +10:00
deadmanoz
6c951d4881 Improve Claude Code provider error message for missing CLI (#3363)
Signed-off-by: deadmanoz <hones02_tunica@icloud.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
2025-07-21 16:03:32 -04:00
Rami Chowdhury
fb58c910c7 feat: Work around Gemini API tool call quirks (#3328)
Signed-off-by: Rami Chowdhury <rami.chowdhury@gmail.com>
2025-07-21 19:15:13 +02:00
Jarrod Sibbison
d085126709 refactor: Use openapi for recipe endpoint types and in frontend (#3548) 2025-07-21 19:40:13 +10:00
Kyle 🐆
cfa99b3e08 fix(ui): enable selection of zero-config providers in desktop GUI (#3378)
Signed-off-by: Kyle Santiago <kyle@privkey.io>
2025-07-21 10:44:49 +10:00
Jarrod Sibbison
947c2f5248 refactor: Renames recipe route to recipes to be consistent (#3540) 2025-07-20 19:06:38 -05:00
Jarrod Sibbison
e2e656c012 refactor: Centralise deeplink encode and decode into server (#3489) 2025-07-20 18:13:55 +10:00
Yingjie He
ef496329b9 feat: deprecate jetbrains extension in favor of public one (#2589) 2025-07-19 13:58:06 -07:00
hikae
78b30cc0ca feat: Add LiteLLM provider with automatic prompt caching support (#3380)
Signed-off-by: HikaruEgashira <account@egahika.dev>
2025-07-19 12:07:01 +02:00
Jack Amadeo
d5291461ca Replace mcp_core::content types with rmcp::model types (#3500) 2025-07-18 17:23:25 -04:00
Alex Hancock
76da3a9724 feat: switch from mcp_core::Role to rmcp::model::Role (#3488) 2025-07-18 12:30:23 -04:00
Michael Neale
a1463e6674 fix: working dir was not being set correctly (#3477) 2025-07-17 19:59:19 -07:00
Alex Hancock
1e0e72cdb8 feat: add rmcp as a workspace dep (#3483) 2025-07-17 22:18:35 -04:00
Wendy Tang
4771ffbb5b feat: consolidate subagent execution for dynamic tasks (#3444)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2025-07-17 18:48:00 -07:00
Lifei Zhou
9351027d1b chore: move recipe loading to goose (#3424) 2025-07-17 14:38:20 +10:00
Uddhav Kambli
21b79ad240 feat(gcpvertexai): do HTTP 429 like retries for Anthropic API HTTP 529 overloaded status code (#3026)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-17 12:10:48 +10:00
Lifei Zhou
e5a55dbddc feat: run sub recipe multiple times in parallel (Experimental feature) (#3274)
Co-authored-by: Wendy Tang <wendytang@squareup.com>
2025-07-17 08:39:35 +10:00
Michael Neale
eaba38adbc chore: implement streaming for anthropic.rs firstparty provider (#3419) 2025-07-17 07:32:55 +10:00
Jack Amadeo
30eb1af432 fix: session_file is optional (#3462) 2025-07-16 13:05:53 -07:00
Jay4242
6f808da459 feat(cli): Clear persisted session file with /clear command (#3145) 2025-07-16 20:03:01 +02:00
Jarrod Sibbison
eda810040d fix: Fixes structured output after streaming change to agent (#3448) 2025-07-16 06:46:22 -04:00
Zane
77ea27f5f5 UI update with sidebar and settings tabs (#3288)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Lily Delalande <119957291+lily-de@users.noreply.github.com>
Co-authored-by: Spence <spencrmartin@gmail.com>
Co-authored-by: spencrmartin <spencermartin@squareup.com>
Co-authored-by: Judson Stephenson <Jud@users.noreply.github.com>
Co-authored-by: Max Novich <mnovich@squareup.com>
Co-authored-by: Best Codes <106822363+The-Best-Codes@users.noreply.github.com>
Co-authored-by: caroline-a-mckenzie <cmckenzie@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-15 17:24:41 -07:00
Salman Mohammed
a5d77950db [goose-llm] fix image content bug, add optional request_id field (#3439) 2025-07-15 18:06:37 -04:00
Jack Amadeo
f4e3d06f9e fix: Set include_usage=true for OpenAI streaming (#3441) 2025-07-15 16:53:41 -04:00
toyamagu-2021
70f41d10df feat: recipe list (#2814) (#2815)
Signed-off-by: toyamagu2021 <tomoki-yamaguchi@c-fo.com>
Signed-off-by: toyamagu-2021 <toyamagu2021@gmail.com>
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
2025-07-15 21:59:11 +02:00
Jack Amadeo
6555a530b2 feat: Implement streaming for OpenAI (#3413) 2025-07-15 15:16:21 -04:00
wonrax
73d66ebfcf fix: improve extension startup error messages with command details (#2694)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-15 18:26:30 +02:00
Alice Hau
e048f7d6f7 [feat]: improve file search tools to add globsearch / grep tools (#3368)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-07-15 09:45:39 -04:00
toyamagu-2021
d3beeace95 fix: use safe_truncate to truncate charactor (#3263) (#3264)
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
2025-07-15 12:34:40 +02:00
Lifei Zhou
c6225e38d0 fix: convert invalid recipe variable name to raw content (#3420) 2025-07-15 15:19:35 +10:00
Lifei Zhou
515b20e361 fix: avoid pass encoded empty string to goose run --recipe (#3361) 2025-07-15 13:14:36 +10:00
Jack Amadeo
a71a2d0e73 fix: message concatenation in server session management (#3412) 2025-07-14 20:31:16 -04:00
Tyler White
0572fd2dc4 refactor: streamline memory directory management (#3345) 2025-07-15 10:28:13 +10:00
Marko Lazaric
c7043190e3 feat: Add AZURE_OPENAI_API_KEY as a visible config parameter (#3265) 2025-07-15 08:28:25 +10:00
Jack Amadeo
fde3a578a5 feat: stream LLM responses (#2677)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-14 14:57:03 -04:00
Best Codes
5db89aaf65 feat: fetch openrouter supported models in goose configure (#3347) 2025-07-14 10:52:20 +10:00
Jack Wright
ad1e322854 Add the ability to configure rustyline to use a different edit mode (e.g. vi) (#2769)
Co-authored-by: Jack Wright <jack.wright@nike.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-14 10:36:06 +10:00
Angie Jones
1987956422 Streamable HTTP CLI flag (#3394) 2025-07-13 18:09:04 -05:00
Gary Zhou
c45e0ef62d feat(cli): add cost estimation per provider for Goose CLI (#3330)
Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar4@gmail.com>
2025-07-11 14:54:45 -04:00
Shravan Dhakal
4ba991e52e feat: Allow Ollama for non-tool models for chat only (#3308) 2025-07-11 13:04:38 -04:00
Tom Hayden
3cdb642cc8 [cli] Add --provider and --model CLI options to run command (#3295)
Signed-off-by: Tom Hayden <thayden@gmail.com>
2025-07-11 12:13:03 -04:00
Prem Pillai
626f00e290 revert: refactor: abstract keyring logic to better enable DI (#3358) 2025-07-11 16:58:38 +10:00
Simon Sickle
74e86d3b6d Fix name of GPT-4.1 System Prompt (#3348) (#3351) 2025-07-11 07:49:45 +10:00
Prem Pillai
7e4a98d4b6 refactor: abstract keyring logic to better enable DI (#3262) 2025-07-10 16:41:15 +10:00
Michael Neale
9606948a91 fix: correct tool use for anthropic (#3311) 2025-07-10 16:02:55 +10:00
dcieslak19973
a3601341ca feat: Add environment variables to override model context limits (#3260)
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com>
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-07-07 15:27:23 -07:00
Josh Wiley
36b517379b feat: bedrock image content support (#3266) 2025-07-07 19:02:02 +02:00
dcieslak19973
1a77a82295 Add support in goose configure for streaming http mcp tools (#3256)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-07 17:33:45 +02:00
Prem Pillai
976f95d2e6 refactor(tests): make logging test in goose-cli less flaky on macos (#3273) 2025-07-07 20:51:55 +10:00