Commit Graph

97 Commits

Author SHA1 Message Date
Tyler White 8c9a89efde feat: add Snowflake provider (#2488)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-06-02 13:37:00 +10:00
Alice Hau 3d277177db [fix] convert message types in toolshim mode (#2730)
Co-authored-by: Alice Hau <ahau@squareup.com>
Co-authored-by: Alice Hau <alice.a.hau@gmail.com>
2025-05-30 13:23:25 -04:00
Alice Hau 7e9f959661 [chore] update tool router env var names to have goose prefix (#2722)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-30 13:22:46 -04:00
Alice Hau bf1c0d51e4 feat: lancedb vector tool selection (#2654)
Co-authored-by: Wendy Tang <wendytang@squareup.com>
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-28 20:23:02 -07:00
adaug cf7bb08ee1 feat: add claude 4 to vertex dropdown (#2697)
Co-authored-by: Tony D'Augustine <tdaugustine@wayfair.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-05-29 12:40:45 +10:00
Max Novich 8fade6b320 Add GIF unsupported format test (#2618) 2025-05-21 10:31:18 -07:00
Antonio Cheong 4ae5e4264c feat: GitHub Copilot stream support (fixes gpt-4.1, claude) (#2576)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-05-19 10:23:04 -07:00
Lifei Zhou 24a8195702 fix: the conflict_with in no-session arg (#2531) 2025-05-14 18:01:02 +10:00
faces e63300887f goose/providers: add Venice.ai private open-source LLM (#2252) 2025-05-13 15:52:44 -07:00
Lily Delalande 01e28423ff ctx_management: summarize on command button (#2479) 2025-05-08 11:43:53 -06:00
Tyler Rockwood d395fb9266 goose/providers: add github copilot (#1926) 2025-05-08 18:14:10 +10:00
Tibor Vass df512ab36d Remove outdated truncation of tool descriptions in OpenAI and Databricks providers (#2465)
Signed-off-by: Tibor Vass <teabee89@gmail.com>
2025-05-07 21:01:07 -05:00
Alice Hau c99d5beb07 feat: Azure credential chain logging (#2413)
Co-authored-by: Michael Paquette <mpaquette@pax8.com>
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-01 14:09:37 -04:00
Zane 1e3c40a0ed changed default model for databricks to goose-claude-3-5-sonnet (#2406) 2025-05-01 09:07:36 -07:00
Yingjie He 8d6c5ef6af fix: expose ollama error (#2378) 2025-04-28 16:46:39 -07:00
Salman Mohammed fd1f829751 feat: present options to user when context length is exceeded (#2207)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-04-23 17:19:32 -07:00
zengqin huang fa8059231d Add new model to google.rs (#2311) 2025-04-23 08:57:14 -07:00
Yingjie He cc755100f0 feat: use the same permission flow for enable extensions (#2302) 2025-04-23 08:54:04 -07:00
Zane e859ad1115 Chat bottom menu bar token and tools alerts (#2146)
Co-authored-by: Lily Delalande <119957291+lily-de@users.noreply.github.com>
2025-04-18 10:43:50 -07:00
Yingjie He 30a4965c17 feat: support o4-mini model (#2247) 2025-04-17 11:30:46 -07:00
Chris Rose ee1d20ecf1 feat: allow OPENAI_CUSTOM_HEADERS to be set in goose config (#2235) 2025-04-16 19:55:34 -07:00
Michael Neale 9524bc8b8d feat: better support for gpt 4.1 with per model prompts (#2201) 2025-04-17 11:39:41 +10:00
meenalc e073e32178 feat: Build a prototype FFI for goose rust library (#2206)
This builds a prototype FFI for goose rust library which only supports initializing goose agent and sending message, there is no support for tool calling yet in this library.
2025-04-16 16:53:03 -07:00
Yingjie He 0148ced33e fix: expose not support tool call error (#2231) 2025-04-16 16:03:22 -07:00
Yingjie He 4f8c8fe3f5 fix: expose tool not support error (#2228) 2025-04-16 13:13:42 -07:00
Wendy Tang 7e4cfcdaae chore: generalize extension request (#2213) 2025-04-16 08:39:49 -07:00
Yingjie He beb5d4a63e fix: fliter tool confirmation request (#2198) 2025-04-15 09:29:05 -07:00
Yingjie He d5a9022f45 fix: add default content for gemini tool response (#2169) 2025-04-11 16:02:37 -07:00
Alex Gleason cb32160a49 Fix OpenRouter error handling (#2049) 2025-04-11 15:16:38 -04:00
Yingjie He 9bd27cebcb fix: fix gemini model not found (#2157) 2025-04-11 10:41:48 -07:00
german-garcia-intellitech a913229177 Added Exponential Backoff to Bedrock provider (#2139)
Co-authored-by: German Garcia <german.garcia@kalosys.net>
2025-04-11 09:17:18 -07:00
Salman Mohammed 513d5c8f5a refactor: remove agent flavours, move provider to Agent (#2091) 2025-04-09 15:02:47 -04:00
Wendy Tang 7efe06096d feat: mcp router extension discovery and install tool (#1995)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-04-07 14:39:35 -07:00
Bradley Axen c8f8963545 feat: Enable frontend tools (#1778) 2025-04-03 14:12:42 -07:00
Denis Buzmakov fc230ded9b feat: add ANTHROPIC_HOST configuration for Anthropic in cli and UI (#1776) 2025-04-02 13:36:47 -07:00
Uddhav Kambli 4846d15354 # feat(providers): Add support for generic GCP Vertex AI Claude and Gemini models (#1909) 2025-04-02 10:22:37 -07:00
Yingjie He cc0290aa89 fix: fix empty result for view tool response (#2011) 2025-04-02 10:13:50 -07:00
Sam e66097335b fix(ollama): respect ollama URL and port (#2004) 2025-04-02 10:00:12 -04:00
Yingjie He 680523297b feat: add tool annotations for build-in tools (#1939) 2025-03-31 16:46:55 -07:00
Zaki Ali f72db13b4a fix: bedrock provider to only include non user annotations and convert non supported docs to text (#1899) 2025-03-28 14:20:08 -07:00
Kalvin C 2fa8c3e8ab fix: improve AWS credential handling in Bedrock provider, make keyring optional (#1886) 2025-03-27 16:28:20 -07:00
Yingjie He 2eb2462e5e feat: export azure api version (#1873) 2025-03-26 12:04:02 -07:00
Tarun Boddupalli 5bbd4c4691 Support custom headers for openai provider (#1801) 2025-03-26 11:22:44 -07:00
Salman Mohammed 4f2e193554 feat: add databricks format that can use claude 3.7 with thinking (#1834)
* databricks added a new "reasoning" type field for reasoner models
2025-03-26 13:43:55 -04:00
Alice Hau 9254f2251f feat: add noop tool to toolshim (#1862)
Co-authored-by: Alice Hau <alice.hau@example.com>
2025-03-26 09:18:11 -04:00
Jay4242 0498d266c9 feat: Allow setting OpenAI timeout from config (#1819) 2025-03-25 12:55:26 -07:00
Yingjie He b310bb00b4 feat: add retry for google (#1854) 2025-03-25 12:39:32 -07:00
Quentin Machu 188dd5bce9 feat: add basic support for aws bedrock to desktop app (#1271) 2025-03-18 08:51:48 -07:00
Alice Hau 259ccd516e feat: ollama tool shim (#1448)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-03-12 11:01:28 -04:00
Alice Hau 746c915f68 [fix] fix model config logging to remove api key (#1619) 2025-03-11 13:59:06 -04:00