Commit Graph

3930 Commits

Author SHA1 Message Date
Zane Staggs 2ad64887f1 Revert "fix: prevent crashes in long-running Electron sessions"
This reverts commit 460e324fe1.
2026-02-26 12:26:35 -08:00
Zane Staggs 3b035182b7 Merge branch 'main' of github.com:block/goose into evict-sessions-from-cache
* 'main' of github.com:block/goose:
  fix: replace unwrap() with graceful error in scheduler execute_job (#7436)
  fix: Dictation API error message shows incorrect limit (#7423)
  fix(acp): Use ACP schema types for session/list (#7409)
  fix(desktop): make bundle and updater asset naming configurable (#7337)
  fix(openai): preserve order in Responses API history (#7500)
  Use the correct Goose emoji 🪿 instead of Swan in README.md (#7485)
  feat(ui): implement fullscreen and pip display modes for MCP Apps (#7312)
  Disable tool pair summarization (#7481)
2026-02-26 12:24:36 -08:00
Marlon Barreto dc8e36f60c fix: replace unwrap() with graceful error in scheduler execute_job (#7436)
Signed-off-by: Marlon Barreto <mbarretot@hotmail.com>
2026-02-26 19:44:00 +00:00
Abhijay Jain 5dfd626c9c fix: Dictation API error message shows incorrect limit (#7423)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-02-26 19:43:04 +00:00
Rabi Mishra 7240341974 fix(acp): Use ACP schema types for session/list (#7409)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-26 19:38:05 +00:00
Vadim 2f643091b7 fix(desktop): make bundle and updater asset naming configurable (#7337)
Signed-off-by: Vadim Polulyakh <bavadim@gmail.com>
2026-02-26 19:36:44 +00:00
Rabi Mishra 4082285da4 fix(openai): preserve order in Responses API history (#7500)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-26 19:29:57 +00:00
Andreas Petersson 1abf05d422 Use the correct Goose emoji 🪿 instead of Swan in README.md (#7485)
Signed-off-by: Andreas Petersson <andreas@capacity.at>
2026-02-26 19:29:34 +00:00
Andrew Harvard 8c2b6f9785 feat(ui): implement fullscreen and pip display modes for MCP Apps (#7312)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-26 18:30:16 +00:00
Zane Staggs 460e324fe1 fix: prevent crashes in long-running Electron sessions
Renderer process:
- Add weight-based LRU cache (cap 5) to resultsCache in useChatStream
- Only write to cache when chat is idle, not on every streamed chunk
- Wire activeSessions tab eviction to clear cache entries
- Delete unused sessionCache.ts (dead code, never imported)

Main process:
- Skip stderr Buffer.toString() after startup unless fatal error detected
  via byte-level Buffer.includes scan — avoids converting 2GB+ of goosed
  tracing output to V8 strings over long sessions
- Cap errorLog at 200 lines to prevent unbounded array growth
- Add stdout size guard while preserving cert fingerprint extraction
- Replace spawn('cat') with fs.readFile in read-file IPC handler
- Defer string conversion in check-ollama to stream close
2026-02-26 10:26:15 -08:00
Bradley Axen b542af5330 Disable tool pair summarization (#7481) 2026-02-26 17:51:22 +00:00
github-actions[bot] d74c8365f3 fix: New Recipe Warning does not close on cancel (#7524)
Co-authored-by: angiejones <15972783+angiejones@users.noreply.github.com>
2026-02-26 17:11:45 +00:00
Douwe Osinga 5477754628 The client is not the source of truth (#7438)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
2026-02-26 16:11:29 +00:00
Rabi Mishra 08e95b21f1 feat: support Anthropic adaptive thinking (#7356)
Signed-off-by: rabi <ramishra@redhat.com>
2026-02-26 15:57:13 +00:00
dianed-square 835a1af608 copilot instructions: reword no prerelease docs (#7101) 2026-02-26 15:55:56 +00:00
Ido Savion b7bb6b4b73 fix(acp): don't fail session creation when model listing is unavailable (#7484)
Signed-off-by: Ido Savion <ido@diversion.dev>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 15:45:00 +00:00
Bradley Axen ced5c1b108 feat: simplify developer extension (#7466)
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
2026-02-26 11:30:36 +00:00
Rizel Scarlett 86186a9afc feat: add goose-powered release notes generator workflow (#7503) 2026-02-26 04:58:31 +00:00
jh-block fc292c73ec Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
David Katz a010327925 Flip on developer extension in compaction smoke test (#7514) 2026-02-25 21:27:26 +00:00
David Katz ca34455e6e gpt 5-3-Codex model support in databricks (#7516) 2026-02-25 20:25:34 +00:00
Andrew Harvard 785818bb87 feat: self-signed HTTPS for goosed server (#7126) 2026-02-25 19:38:57 +00:00
github-actions[bot] 5b8b2cf132 chore(release): release version 1.25.0 (minor) (#7263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-02-25 12:01:48 -05:00
Tania 60a5249cad Docs: Community all-stars and page update (#7483)
Co-authored-by: Tania Chakraborty <tchakraborty@block.xyz>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
2026-02-25 15:42:56 +00:00
Angie Jones 5756ab6118 fix: searchbar zindex modal overlay (#7502) 2026-02-25 13:51:56 +00:00
Debbie O'Brien 8b816e26d9 blog: Order Lunch Without Leaving Your AI Agent (#7505)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2026-02-25 13:47:23 +00:00
Michael Neale 19dc192efe feat: gateway to chat to goose - telegram etc (#7199) 2026-02-25 06:49:55 +00:00
dorien-koelemeijer d1f4dc947d Option to add changeable defaults in goose-releases (#7373) 2026-02-25 01:37:29 +00:00
Douwe Osinga c4976067b1 Fix out of order messages (#7472)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-24 23:16:28 +00:00
Zane ba1b6e4817 fix: ensure latest session always displays in sidebar (#7489) 2026-02-24 21:36:13 +00:00
Rizel Scarlett fedc862d8f docs: rename TLDR to Quick Install in MCP tutorials (#7493) 2026-02-24 20:55:02 +00:00
Debbie O'Brien f723a3b230 docs: update Neighborhood extension page with video embed and layout improvements (#7473)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 20:01:39 +00:00
BestCodes 134114a7ad feat: let AskAI Discord bot see channels in the server (#7480)
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
2026-02-24 19:58:17 +00:00
Douwe Osinga e7b15661cd Apps token limit (#7474)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 19:41:07 +00:00
Andrew Harvard 5e59b4dcb2 fix(apps): declare color-scheme to allow transparent MCP App iframes (#7479) 2026-02-24 18:50:38 +00:00
Zane 20166906a5 update libraries for latest support and fix bad merge with recipe (#7486) 2026-02-24 10:44:50 -08:00
Abhijay Jain a6e9ba6f56 feat: add auto submit for recipes that have been accepted (#6325)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-02-24 10:07:13 -08:00
Andrew Harvard c8b70b4bac fix(apps): forward _meta in tool results to MCP Apps (#7476) 2026-02-24 17:45:57 +00:00
Zane 6305b9d62a Added lmstudio declarative provider (#7455) 2026-02-24 08:48:43 -08:00
Angie Jones 959ff9a6bd blog: goose in a pond (#7465) 2026-02-24 13:12:11 +00:00
github-actions[bot] fc60b50347 fix: TLDR CLI tab in Neighborhood MCP docs (#7461)
Co-authored-by: angiejones <15972783+angiejones@users.noreply.github.com>
Co-authored-by: angiejones <jones.angie@gmail.com>
2026-02-24 02:54:32 +00:00
Angie Jones 359c5fba7d fix(summon): restore skill supporting files and directory path in load output (#7457) 2026-02-24 02:45:22 +00:00
David Katz 716085ce09 Simplified custom model flow with canonical models (#6934) 2026-02-24 01:12:10 +00:00
Michael Neale edede637d7 feat: simplify the text editor to be more like pi (#7426) 2026-02-24 00:47:41 +00:00
Rizel Scarlett 6f2a9d63da docs: add YouTube short embed to Neighborhood extension tutorial (#7456) 2026-02-24 00:32:30 +00:00
BridgerB 26b6d4d8bf fix: flake.nix build failure and deprecation warning (#7408)
Signed-off-by: BridgerB <git@bridgerb.com>
2026-02-24 00:20:39 +00:00
Adrian Cole e9cef3ebbb feat(claude-code): add permission prompt routing for approve mode (#7420)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-24 00:06:07 +00:00
dianed-square edd48c7a89 docs: generate manpages (#7443) 2026-02-23 22:14:27 +00:00
Debbie O'Brien 0cd175a3b2 Blog/goose v1 25 0 release (#7433) 2026-02-23 21:19:13 +00:00
fre$h e87037575b fix: detect truncated LLM responses in apps extension (#7354)
Signed-off-by: Cody <166262726+kowirth@users.noreply.github.com>
Signed-off-by: Cody <251773092+fresh3nough@users.noreply.github.com>
Co-authored-by: Cody <166262726+kowirth@users.noreply.github.com>
Co-authored-by: Cody <251773092+fresh3nough@users.noreply.github.com>
2026-02-23 21:13:34 +00:00