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
Lily Delalande
5df2875c1c
feat: update config endpoints for use with providers ( #1563 )
2025-03-10 09:51:54 -07:00
Salman Mohammed
3b36591cb5
fix: update anthropic provider headers ( #1592 )
2025-03-10 12:40:29 -04:00
Alice Hau
e05903e23c
fix: update openrouter referer website to point to github page site ( #1566 )
...
Co-authored-by: Alice Hau <ahau@squareup.com >
2025-03-06 22:54:17 -05:00
Kalvin C
24210d7b7b
feat: use refresh_tokens from databricks api ( #1517 )
2025-03-05 16:18:45 -08:00
Uddhav Kambli
68b8c5d19d
feat: add GCP Vertex AI platform as provider ( #1364 )
...
Signed-off-by: Uddhav Kambli <uddhav@kambli.net >
2025-03-03 08:46:11 -08:00
Salman Mohammed
e799e80eb3
feat: [anthropic] Claude 3.7 Sonnet with extended thinking ( #1370 )
...
- only works with anthropic provider (wont work with databricks)
2025-02-28 13:38:40 -05:00
Si Zengyu
7d5d8b400b
fix(provider): update url path handling for azure provider ( #1443 )
...
Co-authored-by: Zengyu <sizengyu@spgroup.com.sg >
2025-02-28 10:23:39 -05:00
Yingjie He
6d28f44768
fix: gemini empty content ( #1425 )
2025-02-27 15:58:26 -08:00
Yingjie He
e51b7be367
feat: allow setting openai base path ( #1369 )
2025-02-25 14:27:03 -08:00
Wendy Tang
3723c64cc5
feat: permission before tool call ( #1313 )
2025-02-24 11:54:41 -08:00
Aarni Koskela
45b3812bc9
fix: handle OpenAI API errors better ( #1291 )
2025-02-23 13:31:50 -08:00
Kalvin C
6881953953
style: use is_none_or instead of map_or per clippy warnings rust >= 1.85.0 ( #1314 )
2025-02-20 09:59:13 -08:00
Kalvin C
a59119bc27
feat: propagate external_model_message upwards on errors ( #1297 )
2025-02-19 12:11:59 -08:00
Yingjie He
67883ca3c7
fix:expose unsupported tool use error ( #1293 )
2025-02-19 09:37:38 -08:00
Yingjie He
92833aeb1c
feat: allow users to configure openai host ( #1283 )
2025-02-18 15:00:40 -08:00
Yingjie He
d8ca7a3e1b
fix:extra error handling for gemini ( #1268 )
2025-02-18 12:57:29 -08:00
Salman Mohammed
aa32c4a61d
feat: support OpenAI reasoning effort configuration for O1/O3 models ( #1266 )
2025-02-17 18:53:49 -05:00
Cole McIntosh
d29022b462
feat(openai): Add organization and project support for OpenAI provider ( #1250 )
2025-02-17 14:53:23 -08:00
Bradley Axen
394cd1917d
Revert #1138 ( #1213 )
2025-02-12 20:18:46 -08:00
Michael Neale
e461e6845d
feat: handle images mentioned in messages ( #1202 )
2025-02-12 14:36:46 -08:00