goosed standalone works with providers#4698
Merged
michaelneale merged 5 commits intoblock:mainfrom Sep 23, 2025
dhanji:dhanji/goosed
Merged
goosed standalone works with providers#4698michaelneale merged 5 commits intoblock:mainfrom dhanji:dhanji/goosed
michaelneale merged 5 commits intoblock:mainfrom
dhanji:dhanji/goosed
Conversation
Collaborator
|
so you run goosed but it picks up same config as cli? |
…hanji/goosed * 'dhanji/goosed' of github.com:dhanji/goose: hide goosed specific options Remove assertions to allow UI path to be unaffected goosed standalone works with providers
michaelneale
approved these changes
Sep 23, 2025
Merged
zanesq
added a commit
that referenced
this pull request
Sep 23, 2025
…-unification * 'main' of github.com:block/goose: temp file for batch issue creation fix: view can recognise a dir (#4701) goosed standalone works with providers (#4698) Compact session automatically for streaming providers on Context Length Exceeded (#4565) When the developer extension gets a cancellation message, it should kill any running processes that it owns. (#4604) Remove some unused stuff (#4388) Add I Ching MCP to extension catalog (#4525) Offer to summarize or clear conversation when it has gotten too long … (#4688) refactor(forge): employ desktopTemplate to support absolute paths (#4084) fix(nix): add nixpkgs missing for existing build process & useful in dev process (#4490)
katzdave
added a commit
that referenced
this pull request
Sep 24, 2025
…ovements * 'main' of github.com:block/goose: Remove now unused mcp-server crate (#4773) Release/1.9.0 (#4703) chore(mcp): convert computercontroller server to use the rust sdk (#4772) Docs: Delete sessions from UI and edit has changed (#4785) Don't load user's shell env on app startup (#4681) Docs: Chrome Dev Tools Extension Tutorial (#4783) Add Hacktoberfest 2025 Leaderboard Workflow (#4776) [docs] Add gotoHuman MCP server Tutorial (#4764) fix: adjust nightly builds to first push a tag (#4704) temp file for batch issue creation fix: view can recognise a dir (#4701) goosed standalone works with providers (#4698) Compact session automatically for streaming providers on Context Length Exceeded (#4565) When the developer extension gets a cancellation message, it should kill any running processes that it owns. (#4604) Remove some unused stuff (#4388) Add I Ching MCP to extension catalog (#4525) Offer to summarize or clear conversation when it has gotten too long … (#4688)
tlongwell-block
pushed a commit
that referenced
this pull request
Sep 25, 2025
Co-authored-by: Michael Neale <michael.neale@gmail.com>
HikaruEgashira
pushed a commit
to HikaruEgashira/goose
that referenced
this pull request
Oct 3, 2025
Co-authored-by: Michael Neale <michael.neale@gmail.com> Signed-off-by: HikaruEgashira <hikaru-egashira@c-fo.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
goosed working
working version of the goose-server crate. can launch a goosed webserver that manages sessions and provides streaming replies independent of CLI and electron app.