-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: add download_cli.ps1 file for windows #3354
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
|
I have a question: Should I also update the docs in this PR to use the PS1 script (assuming the Goose team accepts it at all), or will somebody else do that? |
|
Note: According to other contributors:
I need to test that on Windows with this new script. |
|
I have goose installed already with git bash, so got this error:
|
|
@The-Best-Codes the scripts works fine for a new installation |
|
@cbruyndoncx I will fix that later today! Thanks for testing! ❤️ |
|
Got busy on the weekend. Will try to address some things tomorrow... |
|
@cbruyndoncx The issue you had should be fixed. |
Signed-off-by: The-Best-Codes <[email protected]>
Signed-off-by: The-Best-Codes <[email protected]>
Signed-off-by: The-Best-Codes <[email protected]>
1a8e96f to
eeefc62
Compare
|
I just force pushed new signed-off commits. The DCO check should pass now. |
Signed-off-by: The-Best-Codes <[email protected]>
12397a8 to
0f8d5e2
Compare
Signed-off-by: The-Best-Codes <[email protected]>
* main: feat(gcpvertexai): do HTTP 429 like retries for Anthropic API HTTP 529 overloaded status code (#3026) Fix a few ui edge cases - refresh occasionally crashing, chat loader over text and chat input height returning to auto (#3469) Don't default to main for build-cli (#3467) docs: add MongoDB MCP server tutorial (#2660) feat: run sub recipe multiple times in parallel (Experimental feature) (#3274) chore(release): release version 1.1.0 (#3465) chore: implement streaming for anthropic.rs firstparty provider (#3419) Fix regression: add back detail to tool-call banners (#3231) Document release process and update some just recipes (#3460) feat: add download_cli.ps1 file for windows (#3354) fix: session_file is optional (#3462) Bump more space for goose is working on it so it doesnt overlap incoming agent chat messages (#3453) Align chat input action buttons to bottom when large amount of text (#3455) docs: add Cloudflare MCP Server tutorial (#3278) feat(cli): Clear persisted session file with /clear command (#3145)
Signed-off-by: The-Best-Codes <[email protected]> Signed-off-by: Soroosh <[email protected]>
Signed-off-by: The-Best-Codes <[email protected]> Signed-off-by: Kyle Santiago <[email protected]>
Signed-off-by: The-Best-Codes <[email protected]>
Signed-off-by: The-Best-Codes <[email protected]> Signed-off-by: Adam Tarantino <[email protected]>

Important
This PR isn't ready to merge yet! I'm waiting for feedback from the team & community.
The current installation method for Windows requires a
download_cli.shscript to be run, which requires WSL or Git Bash on Windows (it's not native) and frequently has issues.This PR creates a native
download_cli.ps1script for Windows which installs Goose the same way asdownload_cli.shbut using Windows supported PowerShell commands.