fix(release): Added download_cli.ps1 to upload install script#4478
Closed
tiensi wants to merge 2 commits intoblock:mainfrom
Closed
fix(release): Added download_cli.ps1 to upload install script#4478tiensi wants to merge 2 commits intoblock:mainfrom
tiensi wants to merge 2 commits intoblock:mainfrom
Conversation
The-Best-Codes
approved these changes
Sep 2, 2025
Collaborator
The-Best-Codes
left a comment
There was a problem hiding this comment.
LGTM, not sure how to test this exactly though.
michaelneale
approved these changes
Sep 3, 2025
Collaborator
michaelneale
left a comment
There was a problem hiding this comment.
looks ok, but no way to test
* main: (43 commits) feat: add auto-compact threshold configuration UI (block#4178) Add container detection to developer extension (block#4559) docs: add ampersand to link (block#4560) Add video link to README for user guidance (block#4553) docs: social channels (block#4552) feat: simplify navigation, make reload work (block#4498) docs: new recipe warning (block#4545) Add AGENTS.md for AI coding assistant support (block#4539) docs: non-interactive compact now (block#4543) fixed css classes and added some accessibility fixes (block#4492) feat(acp): Read files (block#4531) Add YouTube Short to Auto Visualiser Tutorial (block#4536) Fix/settings page (block#4520) update to RMCP 0.6.2 (block#4523) docs: nested goosehints (block#4528) feat: Agent Client Protocol implementation of goose (block#4511) feat: make tests for rmcp based developer server consistent with former implementation (block#4519) worlds simplest logging to see where things are blocked (block#3888) docs: update quickstart and install topics (block#4378) feat: Add configurable Bedrock retry parameters (block#4316) ...
Collaborator
|
FYI - we don't need it in releases, we can adjust scripts to download it from here:
that way will always be the latest - can we adjust the quickstart docs to point to that link instead? |
Contributor
Author
|
oh I didn't know that was possible. I'll close this and see if I can test it out. Thanks! |
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.
Pull Request Description
As per this issue the powershell install guidance is likely incorrect and doesn't use the existing
download_cli.ps1. When investigating, it seems that there is nodownload_cli.ps1artifact available through powershellInvoke-WebRequest.Changes
Upload Install Scriptsin build yml files. This should enable access todownload_cli.ps1through powershell endpoint:Invoke-WebRequest -Uri "https://github.com/block/goose/releases/download/stable/download_cli.ps1" -OutFile "download_cli.ps1";Notes