This repository was archived by the owner on Apr 1, 2026. It is now read-only.
pull in the new changes from orginal goose repo#2
Merged
craigwalkeruk merged 79 commits intocraigwalkeruk:mainfrom Mar 5, 2026
Merged
pull in the new changes from orginal goose repo#2craigwalkeruk merged 79 commits intocraigwalkeruk:mainfrom
craigwalkeruk merged 79 commits intocraigwalkeruk:mainfrom
Conversation
Co-authored-by: Tania Chakraborty <tchakraborty@block.xyz> Co-authored-by: Rizel Scarlett <rizel@squareup.com>
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>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
…le (#7484) Signed-off-by: Ido Savion <ido@diversion.dev> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: rabi <ramishra@redhat.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
Co-authored-by: angiejones <15972783+angiejones@users.noreply.github.com>
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
Signed-off-by: Andreas Petersson <andreas@capacity.at>
Signed-off-by: rabi <ramishra@redhat.com>
Signed-off-by: Vadim Polulyakh <bavadim@gmail.com>
Signed-off-by: rabi <ramishra@redhat.com>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
…7436) Signed-off-by: Marlon Barreto <mbarretot@hotmail.com>
…m-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)
This reverts commit 460e324.
This reverts commit 2ad6488.
…ns"" This reverts commit 9d0897a.
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jh-block <jhugo@block.xyz> Co-authored-by: Douwe Osinga <douwe@block.xyz> Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Jack Amadeo <jackamadeo@block.xyz> Co-authored-by: Bradley Axen <baxen@squareup.com>
Signed-off-by: Oleg Levchenko <oleg.levchenko@ooma.com> Co-authored-by: Oleg Levchenko <oleg.levchenko@ooma.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
…l-gym/suite (#7498) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/mcp-harness (#7585) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
…ders guide (#7448) Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
Signed-off-by: Kube Cat <cat@kubecat.io> Co-authored-by: Kube Cat <cat@kubecat.io>
…ixing (#7602) Signed-off-by: fresh3nough <anonwurcod@proton.me>
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/mcp-harness (#7661) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ktop (#7662) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: lsytj0413 <511121939@qq.com>
…pDir (#7632) Signed-off-by: Adrian Cole <adrian@tetrate.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pull in the new changes from orginal goose repo