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 <[email protected]> Co-authored-by: Rizel Scarlett <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lifei Zhou <[email protected]> Co-authored-by: Zane <[email protected]> Co-authored-by: Jack Amadeo <[email protected]>
Co-authored-by: Alex Hancock <[email protected]>
…le (#7484) Signed-off-by: Ido Savion <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
Signed-off-by: rabi <[email protected]>
Co-authored-by: Douwe Osinga <[email protected]> Co-authored-by: Jack Amadeo <[email protected]>
Co-authored-by: angiejones <[email protected]>
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
) Co-authored-by: Copilot <[email protected]>
Signed-off-by: Andreas Petersson <[email protected]>
Signed-off-by: rabi <[email protected]>
Signed-off-by: Vadim Polulyakh <[email protected]>
Signed-off-by: rabi <[email protected]>
Signed-off-by: Abhijay007 <[email protected]>
…7436) Signed-off-by: Marlon Barreto <[email protected]>
…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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jh-block <[email protected]> Co-authored-by: Douwe Osinga <[email protected]> Co-authored-by: Douwe Osinga <[email protected]> Co-authored-by: Jack Amadeo <[email protected]> Co-authored-by: Bradley Axen <[email protected]>
Signed-off-by: Oleg Levchenko <[email protected]> Co-authored-by: Oleg Levchenko <[email protected]>
Co-authored-by: Douwe Osinga <[email protected]>
) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…l-gym/suite (#7498) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/mcp-harness (#7585) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Abhijay007 <[email protected]>
…ders guide (#7448) Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Rodolfo Olivieri <[email protected]>
Signed-off-by: Kube Cat <[email protected]> Co-authored-by: Kube Cat <[email protected]>
…ixing (#7602) Signed-off-by: fresh3nough <[email protected]>
Signed-off-by: Rodolfo Olivieri <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/mcp-harness (#7661) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ktop (#7662) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: lsytj0413 <[email protected]>
…pDir (#7632) Signed-off-by: Adrian Cole <[email protected]>
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