-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: airgapped operation by bypassing hermit for desktop app #4063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
jamadeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
@jamadeo I simplified it, there is a viable work around which is documented now, thanks! |
Co-authored-by: Angie Jones <[email protected]>
|
@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
|
@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) |
|
@blackgirlbytes you still want this one in? |
@michaelneale approved! |
…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)
* '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)
* 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) ...
…4063) Co-authored-by: Angie Jones <[email protected]> Co-authored-by: Rizel Scarlett <[email protected]> Signed-off-by: Dorien Koelemeijer <[email protected]>
Document airgapping to not use hermit.
Addresses: #4027