Commit Graph

1040 Commits

Author SHA1 Message Date
Douwe Osinga 12a346fec1 Make the system prompt smaller (#6991)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-11 15:48:49 +00:00
Josh Soref f636a97faa Spelling (#7137)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2026-02-11 14:35:24 +00:00
Andrew Harvard 544bc1bc4f feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927) 2026-02-11 14:34:04 +00:00
fl-sean03 0e7294835c fix: ensure assistant messages with tool_calls include content field (#7076)
Signed-off-by: fl-sean03 <sean@opspawn.com>
Co-authored-by: fl-sean03 <sean@opspawn.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: OpSpawn <opspawn@users.noreply.github.com>
2026-02-11 14:15:23 +00:00
Rabi Mishra 7be6fc93e8 fix(canonical): handle gcp_vertex_ai model mapping correctly (#6836)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-11 14:11:04 +00:00
Rodolfo Olivieri 845577726d Group dependencies in root Cargo.toml (#6948)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2026-02-11 14:10:09 +00:00
Michael Neale d138c88d8d fix: we were missing content from langfuse traces (#7135) 2026-02-11 02:40:17 +00:00
Adrian Cole dc50b7b375 fix(claude-code): defensive coding improvements for model switching (#7131)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 23:15:45 +00:00
Adrian Cole 01d425bf14 feat(claude-code): dynamic model listing and mid-session model switching (#7120)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 22:47:34 +00:00
Douwe Osinga 426f8e0a07 Inline worklet source (#7128)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-10 22:32:20 +00:00
tlongwell-block 7ea19f5c83 feat: replace subagent and skills with unified summon extension (#6964)
Signed-off-by: Travis Longwell <travis@block.xyz>
2026-02-10 19:13:38 +00:00
Sam W 1168d7d9b1 feat: add AGENT=goose environment variable for cross-tool compatibility (#7017) 2026-02-10 17:18:50 +00:00
jh-block 44b786d97c Fix duplicated output in Code Mode by filtering content by audience (#7117) 2026-02-10 11:50:42 +00:00
tlongwell-block 5e0a858983 Enable tom (Top Of Mind) platform extension by default (#7111) 2026-02-10 06:08:14 +00:00
Adrian Cole 49ad115fb1 feat(acp): add model selection support for session/new and session/set_model (#7112)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 05:23:36 +00:00
Adrian Cole 4abf91e72b fix: isolate claude-code sessions via stream-json session_id (#7108)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 05:22:56 +00:00
dorien-koelemeijer 5b15593e0a Fix: Only send command content to command injection classifier (excluding part of tool call dict) (#7082) 2026-02-09 22:09:12 +00:00
tlongwell-block 942bcfa4b2 feat: Add tom (Top Of Mind) platform extension (#7073) 2026-02-09 16:11:13 +00:00
Rabi Mishra c50a2c2375 fix: allow unlisted models for CLI providers (#7090)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-09 14:03:06 +00:00
Michael Neale a9f4cac548 chore: strip posthog for sessions/models/daily only (#7079) 2026-02-09 08:32:51 +00:00
Adrian Cole d4865ae9fe fix: use command.process_group(0) for CLI providers, not just MCP (#7083)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-09 05:33:22 +00:00
Adrian Cole 1371f5df4a test(mcp): add image tool test and consolidate MCP test fixtures (#7019)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-09 01:12:11 +00:00
Adrian Cole 08b89ca66b fix: remove Option from model listing return types, propagate errors (#7074)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-09 00:03:10 +00:00
Adrian Cole 4e87011981 fix: lazy provider creation for goose acp (#7026) (#7066)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-08 02:51:03 +00:00
tlongwell-block f338e36c65 feat: expose AGENT_SESSION_ID env var to extension child processes (#7072) 2026-02-08 00:02:08 +00:00
Kristan Krispy Uccello 584f710fad fix: add XML tool call parsing fallback for Qwen3-coder via Ollama (#6882)
Signed-off-by: kuccello <kuccello@users.noreply.github.com>
Co-authored-by: kuccello <kuccello@users.noreply.github.com>
2026-02-07 23:04:32 +00:00
Adrian Cole 948cb91d54 refactor: move disable_session_naming into AgentConfig (#7062)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-07 00:55:55 +00:00
Bradley Axen 96f903d5d3 Add global config switch to disable automatic session naming (#7052) 2026-02-06 23:30:28 +00:00
Douwe Osinga 3dcb03c6c7 Show recommended model on failture (#7040)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-06 19:22:17 +00:00
Rodolfo Olivieri ac786197e8 Remove build-dependencies section from Cargo.toml (#6946)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2026-02-06 18:37:00 +00:00
Rabi Mishra ca058c461d fix: fix snake_case function names in code_execution instructions (#7035)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-06 17:08:37 +00:00
KiKaraage 01e31f7c8d feat: update Groq declarative data with Preview Models (#7023)
Signed-off-by: KiKaraage <kikaraage@tuta.io>
2026-02-06 16:46:49 +00:00
Ramiro Salas 3324711c96 fix(codex): propagate extended PATH to codex subprocess (#6874)
Signed-off-by: RamXX <ramxx@ramirosalas.com>
2026-02-06 16:20:49 +00:00
David Katz 14a9d1e61e Switch tetrate tool filtering back to supports_computer_use (#7024) 2026-02-06 15:25:24 +00:00
Adrian Cole 4cfcd9b87b feat(claude-code): use stream-json protocol for persistent sessions (#7029)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 14:47:19 +00:00
Adrian Cole 99842856f4 test(providers): add model listing to live provider suite (#7038)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 14:26:11 +00:00
Adrian Cole 81b0a348d6 fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (#7031)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 10:39:24 +00:00
Adrian Cole 2c7e2293b2 feat: add image support and improve error resilience for Codex (#7033)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 10:29:30 +00:00
Adrian Cole d039f3f6f3 fix(providers): Azure OpenAI model listing 404 during configure (#7034)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-06 10:25:30 +00:00
David Katz 6fb76306ba Don't swallow Tetrate errors (#6998) 2026-02-06 04:39:08 +00:00
Andrew Harvard 66aa728ff4 feat: add User-Agent header to MCP HTTP requests (#6988) 2026-02-05 20:22:10 +00:00
Douwe Osinga d78c69f944 Proper proxy support on windows & mac (#6840)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-05 19:02:31 +00:00
Douwe Osinga c7718a425a Also do memory (#6950)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-05 16:57:45 +00:00
Douwe Osinga 24b3e0228c Ask separately for confirmation (#6949)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 16:57:24 +00:00
Rizel Scarlett b4e5d64c69 fix(google): add MessageContent::Image support for user messages (#6986) 2026-02-05 16:41:59 +00:00
David Katz 66a2a3cb9a Fix gemini cli command parsing (#6960) 2026-02-05 15:47:25 +00:00
Rabi Mishra 06e8b85907 feat(google): add configurable thinking level for Gemini 3 models (#6585)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-05 15:47:03 +00:00
David Katz c02135ccec Fast models on databricks have 0 retries. (#6919) 2026-02-05 15:45:55 +00:00
Rabi Mishra d1b6053d2f fix: detect context length errors in GCP Vertex AI provider (#6976)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-05 12:49:22 +00:00
Peter Willemsen e701350f5d Added the ability to escape Jinja variables in recipes to include them in prompts (#6975)
Signed-off-by: Peter Willemsen <peter@codebuffet.co>
2026-02-05 12:37:57 +00:00