Commit Graph

3457 Commits

Author SHA1 Message Date
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
Lifei Zhou 5f183a63c6 added build notify (#6891) 2026-02-09 03:22:01 +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
Jack Amadeo e670f348bd Smoke tests: split compaction test and use debug build (#6984)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-08 02:35:58 +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
Rizel Scarlett 47cfea6780 docs: add blog post - 8 Things You Didn't Know About Code Mode (#7059) 2026-02-06 22:50:16 +00:00
Zane 4dc1fbedd0 fix: ensure animated elements are visible when prefers-reduced-motion is enabled (#7047) 2026-02-06 19:27:08 +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
Angie Jones 99c25c4f0d docs: fix img url (#7053) 2026-02-06 19:18:22 +00:00
David Katz 0853e9fc11 Desktop UI for deleting custom providers (#7042) 2026-02-06 19:15:17 +00:00
Rizel Scarlett 7ed5b4cf86 Add blog post: How I Used RPI to Build an OpenClaw Alternative (#7051) 2026-02-06 18:55:40 +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
Dakota Fabro dd675a2dec add /rp-why skill blog post (#6997)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2026-02-06 12:03:55 -06: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
Emma Youndtsmith 966ced19bb Document max_turns settings for recipes and subagents (#7044) 2026-02-06 17:04:12 +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
tulsi b1feead405 feat(ui): add inline rename for chat sessions in sidebar (#6995)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 16:09:43 +01:00
kdunn926 969ea53302 fix: handle toolnames without underscores (#7015)
Signed-off-by: Kyle Dunn <kdunn926@gmail.com>
2026-02-06 14:58:05 +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
Douwe Osinga 8fa6c3ed92 Agent added too much (#7036)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-06 12:41:55 +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
dianed-square 44ac5dc1ce docs: remove hardcoded_stuff links (#7016) 2026-02-06 01:13:01 +00:00
Abhijay Jain edde10ab7c fix(ui): keep Hub chat input from overlapping SessionInsights on paste (#6719)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2026-02-05 23:58:46 +00:00
Douwe Osinga 589f7c8279 Clean up css (#6944)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-05 23:07:20 +00:00
dianed-square 8b1d9d0723 docs: aws bedrock bearer token auth (#6990) 2026-02-05 22:39:04 +00:00
dianed-square fb84ee270b docs: extended custom provider headers support (#7012) 2026-02-05 22:38:52 +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
Sai Karthik 688e3a206e feat(ci): add cargo-audit workflow for scanning rust vulnerabilities (#6351)
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
2026-02-05 20:46:34 +00:00
Andrew Harvard 66aa728ff4 feat: add User-Agent header to MCP HTTP requests (#6988) 2026-02-05 20:22:10 +00:00
dependabot[bot] c79cd2560e chore(deps-dev): bump webpack from 5.102.1 to 5.105.0 in /ui/desktop (#6996)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 20:05:06 +00:00
dependabot[bot] a1e12c269e chore(deps): bump time from 0.3.46 to 0.3.47 (#6994)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 19:21:37 +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
dianed-square 57033b70b5 docs: run extensions in containers (#6971)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 16:59:28 +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