docs: airgapped operation by bypassing hermit for desktop app#4063
Merged
michaelneale merged 11 commits intomainfrom Aug 27, 2025
Merged
docs: airgapped operation by bypassing hermit for desktop app#4063michaelneale merged 11 commits intomainfrom
michaelneale merged 11 commits intomainfrom
Conversation
Contributor
|
jamadeo
reviewed
Aug 19, 2025
Collaborator
jamadeo
left a comment
There was a problem hiding this comment.
100% agree that we should have a way to disable this. A couple of thoughts:
- should probably be in the config, right?
- would this be a better place to check? https://github.com/block/goose/blob/main/ui/desktop/src/components/settings/extensions/agent-api.ts#L149
- should we reconsider doing the shim replacement on the electron side at all? seems a bit odd that it happens there and not in goosed
Collaborator
Author
|
@jamadeo I simplified it, there is a viable work around which is documented now, thanks! |
angiejones
reviewed
Aug 20, 2025
angiejones
reviewed
Aug 20, 2025
Co-authored-by: Angie Jones <jones.angie@gmail.com>
Collaborator
Author
|
@jamadeo I think with cli - it is reasonable to expect a developer has uvx and npx setup to run extensions how they like as it is more explicit |
- Move airgapped environment guidance from environment variables to troubleshooting guide - Add comprehensive troubleshooting section with symptoms, solutions, and alternatives - Add warning callout in using-extensions.md to direct users to troubleshooting - Remove the less comprehensive section from environment-variables.md - Improve discoverability and provide better step-by-step guidance for enterprise users
I even used the z spelling
Collaborator
Author
|
@blackgirlbytes ok edited a bit - and added a section recommending customization should all else fail (ie make your own distro of desktop - which is perfectly fine to do with open source) |
Collaborator
Author
|
@blackgirlbytes you still want this one in? |
blackgirlbytes
approved these changes
Aug 27, 2025
Contributor
@michaelneale approved! |
zanesq
added a commit
that referenced
this pull request
Aug 27, 2025
…nscribing * 'main' of github.com:block/goose: update tetrate blog date to today (#4368) tetrate signup: blog/launch post (#4313) Implement graceful recipe error handling with filename display (#4363) docs: airgapped operation by bypassing hermit for desktop app (#4063) remove Ollama card from welcome screen (#4348) feat: initial implementation of extension malware check (#4272) Add Tetrate Agent Router Service to Provider Registry (#4354) Goose Simple Compact UX (#4202) Refactor Extensions Install Modal (#4328) fix: url path trailing slash for custom-providers (#4345) docs: update available and onboarding providers list (#4356)
katzdave
added a commit
that referenced
this pull request
Aug 27, 2025
* 'main' of github.com:block/goose: Fix eleven labs audio transcription and added more logging (#4358) feat: re-introduce session sharing (#4370) remove duplicate blog post (#4369) fix focus ring under form submits (#4332) Trigger docs deployment update tetrate blog date to today (#4368) tetrate signup: blog/launch post (#4313) Implement graceful recipe error handling with filename display (#4363) docs: airgapped operation by bypassing hermit for desktop app (#4063) remove Ollama card from welcome screen (#4348) feat: initial implementation of extension malware check (#4272) Add Tetrate Agent Router Service to Provider Registry (#4354) Goose Simple Compact UX (#4202)
michaelneale
added a commit
that referenced
this pull request
Aug 28, 2025
* main: (38 commits) feat: linux computer control for android (termux) (#3890) feat: Added scroll state support for chat-session-list navigation (#4360) docs: typo fix (#4376) blog: goose janitor (#4131) Fix eleven labs audio transcription and added more logging (#4358) feat: re-introduce session sharing (#4370) remove duplicate blog post (#4369) fix focus ring under form submits (#4332) Trigger docs deployment update tetrate blog date to today (#4368) tetrate signup: blog/launch post (#4313) Implement graceful recipe error handling with filename display (#4363) docs: airgapped operation by bypassing hermit for desktop app (#4063) remove Ollama card from welcome screen (#4348) feat: initial implementation of extension malware check (#4272) Add Tetrate Agent Router Service to Provider Registry (#4354) Goose Simple Compact UX (#4202) Refactor Extensions Install Modal (#4328) fix: url path trailing slash for custom-providers (#4345) docs: update available and onboarding providers list (#4356) ...
dorien-koelemeijer
pushed a commit
to dorien-koelemeijer/goose
that referenced
this pull request
Sep 2, 2025
…4063) Co-authored-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Rizel Scarlett <rizel@squareup.com> Signed-off-by: Dorien Koelemeijer <dkoelemeijer@squareup.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.
Document airgapping to not use hermit.
Addresses: #4027