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 |
|
Michael Neale
|
a3ba124178
|
tidy: clean up old benchmark and add gym (#7081)
|
2026-02-09 06:08:46 +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 |
|
Adrian Cole
|
a251fec55e
|
fix(deps): trim bat to resolve RUSTSEC-2024-0320 (#7061)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
|
2026-02-08 02:17:28 +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 |
|
Bradley Axen
|
b18120bec3
|
Remove clippy too_many_lines lint and decompose long functions (#7064)
|
2026-02-07 04:10:24 +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 |
|
tfsq
|
459ae33df5
|
feat(ui): add session content search via API (#7050)
|
2026-02-06 19:21:08 +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 |
|
Adrian Cole
|
59f5958f0e
|
fix(deps): bump bat to 0.26.1 to resolve RUSTSEC-2026-0008 (#7021)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
|
2026-02-06 08:59:15 +00:00 |
|
David Katz
|
6fb76306ba
|
Don't swallow Tetrate errors (#6998)
|
2026-02-06 04:39:08 +00:00 |
|
harry
|
ca879da3ba
|
feat(cli): add type-to-search filtering to select/multiselect dialogs (#6862)
Signed-off-by: Harrison <hcstebbins@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-05 21:01:37 +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 |
|
Elias Posen
|
2992856231
|
Bug Fix: bump pctx (#6967)
Signed-off-by: Elias Posen <elias@posen.ch>
|
2026-02-05 12:07:47 +00:00 |
|
Adrian Cole
|
aa4f320d23
|
fix(acp): fixtures now raise content mismatch errors (#6912)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
|
2026-02-05 06:32:16 +00:00 |
|
Douwe Osinga
|
6ae72a6cf0
|
Use haiku for databricks (#6943)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
|
2026-02-04 17:17:59 +00:00 |
|
Andrew Harvard
|
2b90c2c310
|
feat(mcp-apps): add Permission Policy support for sandbox iframes (#6947)
|
2026-02-04 16:52:11 +00:00 |
|
jh-block
|
e0a1381e39
|
Allow building with CUDA as the candle backend (#6914)
|
2026-02-03 22:58:02 +00:00 |
|
Rabi Mishra
|
1e645c0212
|
feat: display subagent tool calls in CLI and UI (#6535)
Signed-off-by: rabi <ramishra@redhat.com>
|
2026-02-03 20:56:59 +00:00 |
|