Commit Graph

797 Commits

Author SHA1 Message Date
Sean Kenneth Doherty bbcfe7f571 fix(mistral): add devstral models with correct 262K context length (#6867) 2026-02-03 01:13:12 +00:00
Adrian Cole 1ad81e3b69 refactor(providers): extract ProviderDef trait and OpenAiCompatibleProvider (#6832)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-02 22:36:54 +00:00
Jack Amadeo a9f4b2d637 Remove dependency on goose-mcp from goose crate (#6637) 2026-02-02 18:21:35 +00:00
Douwe Osinga 603f25258e Clean up build canonical warnings (#6880)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-02 17:42:31 +00:00
dianed-square f354ccd8e0 Sync desktop_prompt with UI (#6898) 2026-02-02 17:33:10 +00:00
Rabi Mishra e989031b18 fix(google): handle thoughtSignature differently for Gemini 2.5 vs 3 (#6890)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-02 09:57:53 -05:00
Douwe Osinga 2661454426 Rejig dictation (#6844)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-02 13:25:23 +00:00
dorien-koelemeijer a3be331fe6 Fix: Small update UI settings prompt injection (#6830) 2026-01-30 12:57:55 +07:00
Douwe Osinga 4d100d59a3 Fix case-insensitive matching for builtin extension names (#6825)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-29 19:54:58 -05:00
Zane a06436461b Refactor: move persisting extension to session outside of route (#6685) 2026-01-29 16:03:03 -08:00
Adrian Cole b0c6373cf8 acp: load configured extensions and refactor tests (#6803)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-30 10:39:03 +11:00
Alex Hancock edd0109997 feat: platform extension migrator + code mode rename (#6611) 2026-01-29 17:12:51 -05:00
David Katz e2a18c932a Swap canonical model from openrouter to models.dev (#6625) 2026-01-29 13:40:52 -05:00
Rabi Mishra 0a5581723c refactor: centralize audience filtering before providers receive messages (#6728)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-29 11:34:27 -05:00
Yelsin Sepulveda 58a1353bb0 fix: correct tool support detection in Tetrate provider model fetching (#6808)
Signed-off-by: Yelsin Sepulveda <yelsinsepulveda@gmail.com>
2026-01-29 11:11:46 -05:00
Douwe Osinga ec789475d9 Session manager fixes (#6809)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-29 11:09:10 -05:00
Andre Silva 5290f61a24 feat(goose): add support for AWS_BEARER_TOKEN_BEDROCK environment variable (#6739)
Signed-off-by: Andre Silva <andreswebs@pm.me>
2026-01-29 18:12:09 +11:00
Michael Neale 7ea38402a3 feat: make skills available in codemode (#6763) 2026-01-29 14:26:54 +11:00
dorien-koelemeijer 66e4a1a43c Different approach to determining final confidence level of prompt injection evaluation outcomes (#6729) 2026-01-29 07:41:54 +07:00
Lifei Zhou d5bac142f7 fix: read_resource_tool deadlock causing test_compaction to hang (#6737) 2026-01-29 11:09:55 +11:00
Douwe Osinga 2bc368948b Fix/filter audience 6703 local (#6773)
Signed-off-by: rabi <ramishra@redhat.com>
Co-authored-by: rabi <ramishra@redhat.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-28 15:49:52 -05:00
Rabi Mishra 57b6133a30 fix: enable custom model entry for OpenRouter provider (#6761)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 13:19:03 -05:00
Douwe Osinga 87417bccac Remove codex skills flag support (#6775)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-28 13:10:55 -05:00
Douwe Osinga 4c3ad4b5f5 Feat/anthropic custom headers (#6774)
Signed-off-by: TR Jordan <tr@tern.sh>
Co-authored-by: TR Jordan <tr@tern.sh>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-28 12:56:13 -05:00
Douwe Osinga 0270dd3a1a Fix/GitHub copilot error handling 5845 (#6771)
Signed-off-by: albina-popova <97168987+albina-popova@users.noreply.github.com>
Co-authored-by: albina-popova <97168987+albina-popova@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-28 12:55:46 -05:00
Rabi Mishra e4938c69e0 fix(google): preserve thought signatures in streaming responses (#6708)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 12:17:08 -05:00
Rabi Mishra 932923e31b fix: Re-enable subagents for Gemini models (#6513)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 12:11:52 -05:00
Rabi Mishra b4cf0fdf51 fix(google): use parametersJsonSchema for full JSON Schema support (#6555)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 12:07:26 -05:00
Rabi Mishra 2673e8acca feat: add requires_auth flag for custom providers without authentication (#6705)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 12:04:12 -05:00
Rabi Mishra 5b757c7f72 fix: normalize extension names consistently in ExtensionManager (#6529)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-28 11:43:36 -05:00
Douwe Osinga 9e31cfd7f8 Summarize old tool calls (#6119)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 11:35:08 -05:00
bruwbird 18d6db47cf codex: refine reasoning effort validation (#6522)
Signed-off-by: Yusuke Shimizu <stm1051212@gmail.com>
2026-01-28 11:03:28 -05:00
Federico G. Schwindt 4d608690b8 fix(codex): correct codex reasoning effort conversion (#6523)
Signed-off-by: Federico G. Schwindt <fgsch@lodoss.net>
2026-01-28 10:52:03 -05:00
Jonathan Hult b8810be806 feat: add max_turns to recipe and subagent settings (#6687)
Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
2026-01-28 10:43:00 -05:00
Romain Beuque 3ec5143635 feat(providers): add OVHcloud AI provider (#6527)
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
2026-01-28 10:39:09 -05:00
Peter Willemsen 7f98f1f5f9 New feature: External editor such as vim, helix, etc (#5823)
Signed-off-by: Peter Willemsen <peter@codebuffet.co>
Signed-off-by: = <peter@codebuffet.co>
2026-01-27 20:46:04 -05:00
Lifei Zhou cee4b1bae6 refactor: consolidate recipeError (#6758) 2026-01-28 11:54:43 +11:00
Lifei Zhou beca05ffbe removed the line number in the error message (#6736) 2026-01-28 10:02:05 +11:00
Jack Amadeo 3fcf022236 Add option to run extensions in a container (#6590)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 16:30:51 -05:00
Yelsin Sepulveda bc0881caf4 fix[format/openai]: return error on empty msg. (#6511)
Signed-off-by: Yelsin Sepulveda <yelsinsepulveda@gmail.com>
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
Co-authored-by: The-Best-Codes <bestcodes.official@gmail.com>
2026-01-27 07:53:25 -08:00
dorien-koelemeijer e9024b7c19 Logging uplift for model training purposes (command injection model) [Small change] (#6330) 2026-01-27 12:25:11 +07:00
Adrian Cole f5b402bbdf fix(goose): only send agent-session-id when a session exists (#6657)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-27 13:43:05 +09:00
dorien-koelemeijer 3dae12765f BERT-based command injection detection in tool calls (#6599) 2026-01-27 10:46:02 +07:00
Rabi Mishra ecdc37c8bf fix: update Gemini context limits (#6536)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-26 15:38:58 -08:00
David Katz 214f7a2735 fix: Manual compaction does not update context window. (#6682) 2026-01-26 15:44:41 -05:00
jh-block 82ba07ff1d Speed up Databricks provider init by removing fetch of supported models (#6616) 2026-01-26 16:51:49 +01:00
Rizel Scarlett c1a916efd9 Fix MCP elicitation deadlock and improve UX (#6650) 2026-01-23 14:58:57 -05:00
Alex Hancock 8233f0afac chore: upgrade to rmcp 0.14.0 (#6674) 2026-01-23 14:52:43 -05:00
Hugues Clouâtre 346ff7ab84 Fix GCP Vertex AI global endpoint support for Gemini 3 models (#6187)
Signed-off-by: Hugues Clouâtre <hugues@linux.com>
2026-01-23 11:18:54 -05:00
Sheikh Limon 698382c5ac fix: macOS keychain infinite prompt loop (#6620)
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
2026-01-23 16:28:51 +09:00