Commit Graph

285 Commits

Author SHA1 Message Date
tko39 34b20ae0fe fix(providers): fix for gemini-cli on windows to work around cmd's multiline prompt limitations #5911 (#5966)
Signed-off-by: tko39 <kramer.tal@gmail.com>
2025-12-17 11:31:12 +11:00
Douwe Osinga 1c820addeb OpenRouter & Xai streaming (#5873)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-12-16 13:24:53 -05:00
Rizel Scarlett 8b80d8b354 fix: filter tools in Ollama streaming when chat mode is enabled (#6118) 2025-12-15 20:10:24 -06:00
Bradley Axen 4e649c56ec fix: use system not developer role in db (#6098) 2025-12-12 17:33:09 -08:00
David Katz 239f4ec8aa OpenAI responses streaming (#5837)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 17:25:36 -05:00
David Katz 5c964d2691 Canonical models for Providers (#5694) 2025-12-12 17:25:10 -05:00
Kenan Hasanaliyev 8d183e3615 feat: add Inception provider for Mercury models (#6029)
Signed-off-by: Kenan Hasanaliyev <kenan@kenans-mbp.local.meter>
Co-authored-by: Kenan Hasanaliyev <kenan@kenans-mbp.local.meter>
2025-12-12 16:55:05 -05:00
Douwe Osinga cdab2fc3a6 Tool reply meta (#6074)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-12-11 19:43:36 -05:00
Michael Neale 9b6a1c1297 fix: metrics on posthog (#6024)
Co-authored-by: Zane Staggs <zane@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
2025-12-09 16:28:18 -08:00
Zane 1db40709bb Onboarding detect provider from api key (#5955)
Co-authored-by: spencrmartin <spencermartin@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-12-05 13:06:52 -08:00
zachcp 2b90187682 Update Anthropic and Google Gemini models to latest API versions (#5980)
Signed-off-by: Zachary Charlop-Powers <zach.charlop.powers@gmail.com>
2025-12-04 17:47:54 +01:00
d0 0aca19ec64 Groq configure fix (#5833)
Signed-off-by: neiii <1mrtemeck1@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-04 17:06:13 +01:00
Alex Hancock 131c7e7228 feat: ActionRequired (#5897) 2025-12-02 11:48:28 -05:00
tlongwell-block 51f83bcf8b fix: anthropic provider model fetching (#5932) 2025-12-01 14:36:28 -05:00
Filippo Balicchia f6a2e2ec83 Improve AWS credential loading and configuration handling in BedrockProvider (#5699)
Signed-off-by: fbalicchia <fbalicchia@gmail.com>
2025-11-26 10:56:50 +11:00
Alex Hancock c82a0dd8fc fix(#5626 #5832): handle multiple content chunks & images better (#5839)
Co-authored-by: Pradeepta Dash <pradeepta@exceeds.ai>
2025-11-24 10:52:01 -05:00
Michael Neale 4cc95d4202 chore: some old code hanging around, and mention configure cli (#5822)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-24 09:46:37 -05:00
Bradley Axen 0ff54ceec3 [fix] generic check for gemini compat (#5842) 2025-11-24 11:51:00 +11:00
David Katz c1c772b267 Add out of context compaction test via error proxy (#5805) 2025-11-21 14:51:01 -05:00
Douwe Osinga 0f8d9a7878 Handle 404s (#5791)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-20 21:58:59 +01:00
David Katz c9e9af52c6 fix: Parse maas models for gcp vertex provider (#5816) 2025-11-20 10:51:36 -05:00
Salvatore Testa cfdf01567d fix: support Gemini 3's thought signatures (#5806)
Signed-off-by: Salvatore Testa <sal@withpersona.com>
2025-11-20 16:28:27 +11:00
Douwe Osinga 0df4ad3296 Ollama improvements (#5609)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-12 11:42:00 -05:00
Alex Hancock cd33b23fc1 fix: make image processing work in github copilot provider (#5687) 2025-11-12 10:32:45 -05:00
Douwe Osinga 8cd379ca33 Show errors on failure (#5643)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-10 13:39:23 -05:00
Michael Neale 743dc2ac97 fix: bedrock creds refresh (#5599) 2025-11-10 18:10:29 +11:00
Simon Sickle bb80d76289 Fix Claude Code provider to default to Auto mode (#5638) (#5642) 2025-11-08 16:58:54 -05:00
Jack Amadeo 25dfd768e5 Better search paths and handling of CLI providers (#5554)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-07 22:35:26 -05:00
Douwe Osinga 4b0bef18ae Remove some logging (#5631)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-07 12:43:18 -05:00
Douwe Osinga 9d88155932 Change the other location too (#5608)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-06 13:01:41 -05:00
Michael Neale f5b1c16ff3 fix: tidy up claude cli handling (#5594) 2025-11-06 09:52:28 -05:00
Alex Hancock 2c03f9e88c feat(githubcopilot): add support for newer Copilot AI Models (#5603)
Signed-off-by: Ramazan Sancar <ramazansancar4545@gmail.com>
Co-authored-by: Ramazan Sancar <ramazansancar4545@gmail.com>
2025-11-06 09:50:37 -05:00
Gregory L 147d884251 feat(providers): add Mistral AI provider (#5009)
Signed-off-by: glinf <gregory.linford@mistral.ai>
2025-11-05 23:01:39 -05:00
Douwe Osinga 7d4824e853 Keep llm logs in place (#5577)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-05 10:06:40 -05:00
Zane 89f7384d57 add clippy warning for string_slice (#5422)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-04 17:46:25 -05:00
Alex Hancock cd2ea778f0 feat: log rotation (#5561) 2025-11-04 14:59:44 -05:00
Angie Jones 68187feb5b fix: improve server error messages to include HTTP status code (#5532)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-04 11:59:00 -06:00
Alex Holder 1437d1fc1c improvement: add useful error message when attempting to use unauthenticated cursor-agent (#5300)
Signed-off-by: Alex Holder <alexeeyre@gmail.com>
2025-11-04 12:54:28 -05:00
Alex Hancock b5eaa6a3e4 fix: unblock acp via databricks (#5562) 2025-11-04 11:40:05 -05:00
Douwe Osinga d70c24cda5 Fix image processing (#5544)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-03 12:29:43 -05:00
Paul Silvis 50191766c3 Fixes Gemini API parse issue by converting nullable type arrays to single types in tool schemas (#5530)
Signed-off-by: Paul Silvis <paulsilvis@gmail.com>
2025-11-02 13:49:36 -06:00
Matt Yaple c7cd9b424c fix: adds ProviderRetry to openai provider (#5518)
Signed-off-by: Matt Yaple <matt@yaple.dev>
2025-11-01 08:04:23 -04:00
Adrian Cole 0515c76e84 Propagate session ID in LLM and MCP requests (#5165) 2025-10-31 06:18:20 -04:00
Jack Amadeo 65644ed81f keep the order of keys in config.yaml (#5468) 2025-10-30 17:58:44 -04:00
Jack Amadeo 2970b5fa34 Stringly typed config (#5463) 2025-10-30 15:13:32 -04:00
David Katz 37e1bb1d37 Stream token usage on every agent message (#5342) 2025-10-29 23:23:25 -04:00
Will Pfleger 4d8c91efbd Enable runtime access to provider name (#5399) 2025-10-28 14:21:24 -04:00
Douwe Osinga 8693aec764 make supports_cache_control async to avoid block in place (#5362)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-28 09:30:19 -04:00
Douwe Osinga b295d76454 Send all the logs we output (#5363)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-28 09:29:17 -04:00
Douwe Osinga 6b6c50976c Gemini again (#5390)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-27 16:41:00 -04:00