Commit Graph

2231 Commits

Author SHA1 Message Date
filip ad87dd4c3d feat(compaction): structured summary output with template rendering (#10471) 2026-07-21 17:37:41 +00:00
Anthony c3111c71cd feat(skills): allow disabling built-in skills (#10600) 2026-07-21 09:55:57 -04:00
github-actions[bot] 376e2f8df0 chore(release): bump version to 1.44.0 (minor) (#10597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-21 12:46:23 +00:00
Jasper b0f4e2a0f1 fix(permissions): enforce manual approval for code mode (#10528) 2026-07-21 13:54:03 +02:00
Jasper 65e1e3d508 fix(apps): confine app file operations (#10481) 2026-07-21 13:35:21 +02:00
Harnoor Singh 18740b095f fix(local-inference): preserve featured model size on delete and backfill missing sizes (#10422) 2026-07-21 02:50:27 +00:00
Lifei Zhou 076da90e89 refactor(acp): extract tool call handling from server (#10574) 2026-07-21 00:58:47 +00:00
Lifei Zhou 7f9bd274dc fix(code-mode): preserve recursive schema types with pctx 0.4.1 (#10572) 2026-07-20 23:10:43 +00:00
filip d5a8a3fb90 fix(session): create inventory tables atomically with schema version (#10586) 2026-07-20 21:13:07 +00:00
filip 36cb569e36 fix(providers): rewrite oneOf to anyOf in tool schemas for OpenAI-compatible backends (#10571) 2026-07-20 03:08:14 +00:00
filip 8e78960e53 fix(evals): report cache-aware Harbor costs (#10430) 2026-07-18 05:56:59 +00:00
Zane Wang 445da5dcdf fix(acp): allow custom model as default for non-local providers (#10438) 2026-07-18 04:40:38 +00:00
Jasper f43870951f fix(config): require absolute goose path roots (#10454) 2026-07-17 20:49:32 +00:00
Jasper efc7ccc2ce fix(permissions): scope smart approval by request (#10457) 2026-07-17 16:27:45 -04:00
Jasper ea2baea58b fix(summon): preserve fixed subrecipe values (#10452) 2026-07-17 16:26:37 -04:00
lunchboxfortwo c55b5fb62f feat(hooks): pass working_dir to the Stop hook context (#10296)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 16:24:08 -04:00
Alex Hancock 248999c55f Add declarative Sakana AI provider for the OpenAI-compatible Fugu API (#10357) 2026-07-17 17:57:43 +00:00
John Matthew Tennant 8d5bc5d497 fix(developer): expose AGENT_SESSION_ID to shell commands (#10428)
Co-authored-by: John Tennant <jtennant@block.xyz>
2026-07-17 16:22:04 +00:00
Abhijay Jain d3f170f188 fix(acp): forward image content chunks to client during live session (#10485)
Signed-off-by: Abhijay Jain <Abhijay007j@gmail.com>
2026-07-17 10:22:19 +00:00
Abhijay Jain f13ae10c65 fix(acp): dispatch Code Mode callbacks on main runtime to prevent hangs (#10484) 2026-07-17 10:21:34 +00:00
Jasper 01ceb16b2b fix(auth): protect OAuth token caches (#10516) 2026-07-17 08:50:38 +00:00
Jasper 8168cb8378 fix(acp): preserve content audience boundaries (#10493) 2026-07-17 08:50:36 +00:00
Jasper ae83c0a212 fix: bound scheduled recipe validation (#10509) 2026-07-17 08:44:47 +00:00
Matt Toohey d6345f75db fix(acp): return JSON-RPC errors from dispatch handlers instead of killing the connection (#10499)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 04:00:06 +00:00
Lifei Zhou 8419e0551c fix: isolate prepare tools test state (#10504) 2026-07-16 22:18:04 +00:00
Douwe Osinga d9e2fa14e8 fix: avoid local inference Metal teardown crash (#10508)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-07-16 15:44:14 +00:00
Lifei Zhou b56566ad78 fix: enable indexmap serde support for musl builds (#10507) 2026-07-16 13:11:04 +00:00
Lifei Zhou dae512010a chore: remove unused utoipa ToSchema derives (#10505) 2026-07-16 08:58:17 +00:00
Jasper e7c33077cd fix: secure large response spill files (#10482) 2026-07-15 23:21:18 +00:00
Abhijay Jain 5f194d6e5c fix: register LiteLLM with refresh_only inventory so model picker lists models (#10489) 2026-07-15 22:14:59 +00:00
乔冉 e359b35aee fix(cli): limit provider selector height (#10420) 2026-07-15 20:39:44 +00:00
Jasper da574166ac fix(config): tighten existing secrets file permissions (#10453) 2026-07-15 18:30:44 +00:00
Jasper 0f8ec6a952 fix(developer): classify image access capabilities (#10451) 2026-07-15 14:10:24 -04:00
Jasper 8b3fa5931c fix(acp): preserve one-time permission scope (#10450) 2026-07-15 14:09:48 -04:00
Sheikh Limon 3d893a3850 fix(provider): add MiniMax-M3 and missing M2.7 variants to minimax provider (#10431)
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
2026-07-15 11:38:28 -04:00
dorien-koelemeijer 9aa03bff20 feat(security): chunk command-classifier input with overlapping windows (#10416) 2026-07-15 09:10:27 +00:00
Jasper 004042ab82 fix: reject duplicate recipe parameter keys (#10448) 2026-07-15 08:42:23 +00:00
Abhijay Jain 0564b8c500 fix(acp): break self-referential $ref cycles before Code Mode schema (#10469) 2026-07-15 01:30:28 +00:00
kursad-k 6ccabb0f6c fix(cli): stop multiline paste auto-submitting line-by-line on Windows (#10326)
Co-authored-by: kursad <kursadk@neoplecxus.com>
2026-07-15 00:29:52 +00:00
Jack Amadeo 376a9e54b6 add build and maven publish for kotlin ffi (#10375) 2026-07-14 16:55:57 +00:00
Ben Godfrey f47cebf855 feat(metamodels): Add support for Muse Spark 1.1 via the Meta Models API (#10432) 2026-07-14 12:55:42 -04:00
Rodolfo Olivieri 3f08de4444 ci: add TLS backend matrix job for rustls-tls and native-tls (#10148)
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-07-14 11:50:07 -04:00
Jasper 846c764994 fix: stop resolving TUI scripts from cwd (#10449) 2026-07-14 15:30:37 +00:00
Angie Jones 6e8f7108d5 Add GPT-5.6 support (#10384)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-07-14 12:10:36 +00:00
github-actions[bot] ce9252af4e chore(release): bump version to 1.43.0 (minor) (#10434)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-14 05:06:26 +00:00
Rob Gray 662aad0504 fix: Exclude MCP App tools from Code Mode callbacks (#10290) 2026-07-14 00:18:18 +00:00
Evan Feenstra 97f150db60 apply the default extension timeout to developer shell tool calls also (#10348)
Signed-off-by: Evanfeenstra <evanfeenstra@gmail.com>
2026-07-13 20:52:24 +00:00
Johannes Lee-Frölich 1e03bbb561 fix: preserve reasoning_content for DeepSeek thinking mode on multi-turn tool calls (#10366)
Co-authored-by: pcace <{ID}+{username}@users.noreply.github.com>
2026-07-13 14:43:19 +00:00
Ellen Blaine 0b98172aca fix(prompt): make prompt timestamps timezone-explicit (#10209)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-07-13 14:43:10 +00:00
benthecarman 824b167af1 fix: treat empty-string finish_reason as non-terminal in streaming (#10258)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
2026-07-13 10:21:29 -04:00