Commit Graph

357 Commits

Author SHA1 Message Date
Rabi Mishra a66e5d306a fix(openai): make tool_call arguments optional and fix silent stream termination (#6309)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-14 08:36:27 -05:00
Jason Carr 355d319bc4 fix: Improve error messages for invalid tool calls (#6483)
Signed-off-by: J. Carr <jcarr250@protonmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 08:14:34 -05:00
Alex Hancock c222bdeab3 fix: clean up result recording for code mode (#6343) 2026-01-13 14:35:00 -05:00
Rabi Mishra d9a30a8f99 fix(code_execution): handle model quirks with tool calls (#6352)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-13 12:51:22 -05:00
Angie Jones 237f1c2bdd fix: apply subrecipes when using slash commands (#6460) 2026-01-12 23:55:09 -06:00
Lifei Zhou 637049c967 Fix: exclude platform_schedule_tool in CLI (#6442) 2026-01-13 11:35:58 +11:00
Rabi Mishra 17185541cc perf(code_execution): cache tools in ExtensionManager (#6433)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-12 11:28:38 -05:00
Zane 9a01fcb740 Add support for changing working dir and extensions in same window/session (#6057) 2026-01-08 16:48:15 -08:00
Lifei Zhou 093b0764c6 added validation and debug for invalid call tool result (#6368) 2026-01-09 09:36:51 +11:00
Michael Neale 7d751b3196 fix: we load extensions when agent starts so don't do it up front (#6350) 2026-01-07 17:03:51 +11:00
Jack Amadeo fb1d3dfd3d Bump rust toolchain to 1.92 (current stable) (#6356) 2026-01-06 14:13:20 -05:00
Joah Gerstenberg 345366648e fix: use .config/agents (plural) for skills directory (#6357)
Signed-off-by: Joah Gerstenberg <joah@squareup.com>
Co-authored-by: Amp <amp@ampcode.com>
2026-01-06 13:36:21 -05:00
Rabi Mishra ddaedd8b76 fix(code-execution): support bracket notation and multiple import styles (#6290)
Signed-off-by: rabi <ramishra@redhat.com>
2026-01-05 13:51:52 -05:00
Douwe Osinga 85aee9c5b7 MCP Apps Plumbing (#6286)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-05 10:34:52 -05:00
Sihyeon Jang b8144a886f fix: use minute-level granularity for MOIM timestamps (#6294)
Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
2026-01-05 17:31:26 +11:00
Adrian Cole 5a5312a2e6 feat: upgrade to rmcp 0.12.0 and sacp 10.0.0 by removing SSE transport (#6304)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-02 07:07:53 +08:00
Bradley Axen 38fcf4f374 chore: refactor add_extension to reduce line count (#6278) 2025-12-31 15:53:14 -08:00
Adrian Cole d1f95757cf feat(code-mode): use server names for MCP extensions (#6284)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2025-12-30 13:08:38 +08:00
tlongwell-block a23e2cfcb2 feat: default todo message (#6217) 2025-12-24 14:23:01 -05:00
Adrian Cole 23f33e3fb2 feat(acp): Honor MCP servers from clients like Zed (stdio + http) (#6230)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2025-12-24 05:49:10 +08:00
Angie Jones 40246432dc remove Tool Selection Strategy preview (#6250) 2025-12-23 14:09:06 -06:00
Abhijay Jain 79ee3c31f8 fix : opening a session to view it modifies session history order in desktop (#6156)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2025-12-23 15:54:47 +05:30
Alex Hancock 7134e89c4b feat: improved UX for tool calls via execute_code (#6205) 2025-12-22 10:42:20 -05:00
David Katz bf95995e1d Recipe slash command parsing (#6173) 2025-12-19 13:15:56 -05:00
Adrian Cole 41588e8795 fix(code-mode): use MCP structuredContent for proper JS object access (#6190)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2025-12-19 15:58:11 +08:00
Adrian Cole 1ccc579dac fix(code-mode): improve tool signatures for LLM discovery (#6177)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2025-12-19 12:03:41 +08:00
Zane 70ac4b4322 Enhanced PostHog Error Tracking with Detailed Messages (#6176) 2025-12-18 13:40:31 -08:00
Rabi Mishra f98ef3c0b5 fix: use correct parameter name in read_module handler (#6148)
Signed-off-by: rabi <ramishra@redhat.com>
2025-12-18 08:52:55 -05:00
Rabi Mishra fc8a4b4adf fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
Signed-off-by: rabi <ramishra@redhat.com>
2025-12-17 08:38:46 -05:00
Douwe Osinga fd9582a45f More slash commands (#5858)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-12-16 19:26:49 -05:00
Joah Gerstenberg 3e37f9c512 Add .agents/skills and ~/.config/agent/skills to skills discovery paths (#6139)
Signed-off-by: Joah Gerstenberg <joah@squareup.com>
2025-12-16 15:15:27 -05:00
tlongwell-block 6d33cbc078 fix: use instructions for system prompt and prompt for user message in subagents (#6121) 2025-12-16 14:53:06 -05:00
David Katz bd00ca2db0 Fix compaction loop for small models or large input (#5803) 2025-12-16 14:51:40 -05:00
tlongwell-block ae8ecbe090 perf: Avoid repeated MCP queries during streaming responses (#6138) 2025-12-16 12:31:10 -05:00
Zane 8a91f15731 Add more posthog analytics (privacy aware) (#6122) 2025-12-16 08:59:14 -08:00
Jack Amadeo 3737624807 Don't show subagent tool when we're a subagent (#6125) 2025-12-16 09:23:43 -05:00
Alex Hancock 948ff499b7 feat(mcp): platform extension for "code mode" MCP tool calling (#6030)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-12-15 16:47:00 -05:00
Jack Amadeo 9fdb0356f0 Disallow subagents with no extensions (#5825) 2025-12-15 12:45:42 -05:00
github-actions[bot] 108ffad4a4 fix: Make datetime info message more explicit to prevent LLM confusion about current year (#6101)
Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com>
2025-12-14 14:29:20 -05:00
tlongwell-block a131b08817 refactor: unify subagent and subrecipe tools into single tool (#5893) 2025-12-13 13:50:20 -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
Alex Hancock 06155ce0ca feat(mcp): elicitation support (#5965) 2025-12-05 21:29:59 -05:00
Jack Amadeo 6fa3bd7e8a Fix PATH on Windows for extensions (#6000) 2025-12-05 14:54:23 -05:00
Alex Hancock 131c7e7228 feat: ActionRequired (#5897) 2025-12-02 11:48:28 -05:00
tlongwell-block 8e9b6c9bc6 fix: Added "Merged consecutive assistant messages" to the acceptable issues for moim injection check (#5933) 2025-12-01 14:48:36 -05:00
Alex Hancock 9c52611946 fix: adjust strange spacing in agent.rs (#5877) 2025-11-25 15:58:31 -05:00
Douwe Osinga 3e9d9c7b2c Fix multi tool calling (#5855)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-11-24 16:59:46 +01:00
Michael Neale 6421522acc feat: implement SKILLS.md - claude compatibility. (#5760) 2025-11-24 14:21:57 +11:00
Zane d54a06afda Next camp refactor live (#5706) 2025-11-21 14:10:34 -07:00