FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(base): install Goose CLI by maxamillion · Pull Request #85 · NVIDIA/OpenShell-Community · GitHub

feat(base): install Goose CLI - #85

Open
maxamillion wants to merge 1 commit into
NVIDIA:mainfrom
maxamillion:goose
Open

feat(base): install Goose CLI#85
maxamillion wants to merge 1 commit into
NVIDIA:mainfrom
maxamillion:goose

Conversation

Copy link
Copy Markdown

Summary

  • install the Goose CLI in the base sandbox image from the official AAIF Goose repository
  • keep Goose provider credentials configured at runtime, not baked into the image
  • document Goose in the base sandbox README

Verification

  • podman build -t openshell-base-goose-test sandboxes/base
  • podman run --rm openshell-base-goose-test -lc 'which goose && goose --version' -> /usr/local/bin/goose, 1.37.0
  • curl -I https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh -> HTTP/2 302
  • grep -R "github.com/block/goose" -n . || true -> no matches
  • grep -R "block/goose" -n . || true -> no matches
  • grep -R "github.com/block" -n . || true -> no matches
  • podman run --rm openshell-base-goose-test -lc 'env | grep -Ei "GOOSE|OPENAI|ANTHROPIC|API_KEY" || true' -> no output

Copy link
Copy Markdown

I too want to see goose in this repository, so also have a PR. Mine is slightly different with a .goosehints & skill for policy mutation and as a separate image #86 .

Either way, with whatever lands, I'll be happy to see goose off-the-shelf in the community images.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL