xinbenlv
|
176ab18880
|
feat(providers): Add support for Gemini 2.5 Flash Preview and Pro Preview models (#2780)
|
2025-06-04 10:58:30 -07:00 |
|
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 |
|
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 |
|
Lily Delalande
|
01e28423ff
|
ctx_management: summarize on command button (#2479)
|
2025-05-08 11:43:53 -06: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 |
|
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 |
|
Yingjie He
|
cc755100f0
|
feat: use the same permission flow for enable extensions (#2302)
|
2025-04-23 08:54:04 -07:00 |
|
Yingjie He
|
30a4965c17
|
feat: support o4-mini model (#2247)
|
2025-04-17 11:30:46 -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 |
|
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 |
|
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 |
|
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 |
|
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
|
259ccd516e
|
feat: ollama tool shim (#1448)
Co-authored-by: Alice Hau <ahau@squareup.com>
|
2025-03-12 11:01:28 -04: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 |
|
Yingjie He
|
6d28f44768
|
fix: gemini empty content (#1425)
|
2025-02-27 15:58:26 -08:00 |
|
Wendy Tang
|
3723c64cc5
|
feat: permission before tool call (#1313)
|
2025-02-24 11:54:41 -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 |
|
Salman Mohammed
|
aa32c4a61d
|
feat: support OpenAI reasoning effort configuration for O1/O3 models (#1266)
|
2025-02-17 18:53:49 -05: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 |
|
Yuku Kotani
|
58c9eeb6d6
|
feat: Support VertexAI for Claude (#1138)
|
2025-02-12 09:17:15 -08:00 |
|
Wendy Tang
|
724e5ac9a9
|
fix: fix lint error (#1203)
|
2025-02-12 08:33:53 -08:00 |
|
Wendy Tang
|
80b694d6c6
|
fix: validate function call json schemas for openai (#1156)
Co-authored-by: angiejones <jones.angie@gmail.com>
|
2025-02-11 23:20:27 -08:00 |
|
Alice Hau
|
1af67846f0
|
chore: Change no usage found warning to a debug trace (#1192)
|
2025-02-11 13:23:32 -05:00 |
|
evalstate
|
162348dd1f
|
fix(anthropic): include cached tokens in usage count logs (#947)
Co-authored-by: angiejones <jones.angie@gmail.com>
|
2025-02-10 21:45:26 -06:00 |
|
Yingjie He
|
8dad86dc5f
|
fix: handle empty arguments in tool call (#1111)
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
|
2025-02-06 10:34:57 -08:00 |
|
Alice Hau
|
b4b213ba34
|
feat: add bedrock provider (#1069)
Co-authored-by: Burak Varlı <unexge@gmail.com>
|
2025-02-05 17:05:59 -05:00 |
|
Wendy Tang
|
6c15f42e8e
|
fix: support o3 models (#1019)
|
2025-02-03 12:10:30 +11:00 |
|
Wendy Tang
|
e8ced5a385
|
fix: request payload for o1 models (#921)
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
|
2025-01-30 10:24:32 -05:00 |
|
Alice Hau
|
6051021a8d
|
fix: more graceful handling of missing usage in provider response (#907)
|
2025-01-29 20:01:05 -05:00 |
|
Bradley Axen
|
954bdb4842
|
fix: Fix google provider in app (#859)
|
2025-01-28 15:12:45 -08:00 |
|
Bradley Axen
|
2eb60c675c
|
fix: truncate edits instead of returns (#749)
|
2025-01-24 17:12:39 -05:00 |
|
Bradley Axen
|
1c9a7c0b05
|
feat: V1.0 (#734)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Wendy Tang <wendytang@squareup.com>
Co-authored-by: Jarrod Sibbison <72240382+jsibbison-square@users.noreply.github.com>
Co-authored-by: Alex Hancock <alex.hancock@example.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Wes <141185334+wesrblock@users.noreply.github.com>
Co-authored-by: Max Novich <maksymstepanenko1990@gmail.com>
Co-authored-by: Zaki Ali <zaki@squareup.com>
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
Co-authored-by: Alec Thomas <alec@swapoff.org>
Co-authored-by: lily-de <119957291+lily-de@users.noreply.github.com>
Co-authored-by: kalvinnchau <kalvin@block.xyz>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
Co-authored-by: bwrage <bwrage@squareup.com>
Co-authored-by: Kalvin Chau <kalvin@squareup.com>
Co-authored-by: Alice Hau <110418948+ahau-square@users.noreply.github.com>
Co-authored-by: Alistair Gray <ajgray@stripe.com>
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
Co-authored-by: Alex Hancock <alexhancock@squareup.com>
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
Co-authored-by: marcelle <1852848+laanak08@users.noreply.github.com>
Co-authored-by: Yingjie He <yingjiehe@block.xyz>
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
Co-authored-by: Lily Delalande <ldelalande@block.xyz>
Co-authored-by: Adewale Abati <acekyd01@gmail.com>
Co-authored-by: Ebony Louis <ebony774@gmail.com>
Co-authored-by: Angie Jones <jones.angie@gmail.com>
Co-authored-by: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com>
|
2025-01-24 13:04:43 -08:00 |
|