Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@wang7x
Copy link

@wang7x wang7x commented Dec 3, 2025

Closes: #16700

Description

This PR adds Codename Goose, an open-source AI developer agent by Block, to the extras bucket.

Manifest Details

Checklist

  • I have tested the manifest locally using scoop install .\bucket\goose.json.
  • I have verified the download URL and hash.
  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

Summary by CodeRabbit

  • New Features
    • Added Windows Scoop package manager support for easy installation and automatic updates of Goose desktop (v1.15.0).

✏️ Tip: You can customize this high-level summary in your review settings.

Closed: ScoopInstaller#16700 

## Description
This PR adds **Codename Goose**, an open-source AI developer agent by Block, to the extras bucket.

## Manifest Details
- **Package Name:** goose-desktop
- **Version:** 1.15.0
- **License:** Apache-2.0
- **Homepage:** https://block.github.io/goose/

## Checklist
- [x] I have tested the manifest locally using `scoop install .\bucket\goose.json`.
- [x] I have verified the download URL and hash.
@coderabbitai
Copy link

coderabbitai bot commented Dec 3, 2025

Walkthrough

This PR adds a new Windows Scoop package manifest for Goose Desktop version 1.15.0, enabling automated installation and updates via the Scoop package manager. The manifest specifies download URLs, SHA256 hash verification, binary path, and auto-update configuration targeting the official GitHub release repository.

Changes

Cohort / File(s) Summary
Scoop Package Manifest
bucket/goose.json
New manifest file for Goose Desktop v1.15.0 with 64-bit architecture configuration, download URL with sha256 hash, binary path (dist-windows/goose.exe), and automated version checking/update templates linked to the block/goose GitHub repository.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Single JSON configuration file with standard Scoop manifest structure
  • Straightforward metadata values (version, description, license, URLs, hashes)
  • No logic, no control flow changes
  • Verify SHA256 hash matches the intended release artifact if possible

Suggested labels

review-needed

Poem

🐰 A scoop of Goose now flies on Scoop so grand,
Automating code with every gentle hand,
From GitHub's stars to package manager's shelf,
Desktop magic now deploys itself!
hops joyfully

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'goose: Add version 1.15.0' is vague and generic, failing to convey the main context or purpose of the change—specifically adding a Goose desktop manifest to the Scoop extras bucket. Consider a more descriptive title like 'Add goose-desktop v1.15.0 manifest' or 'Add Goose desktop to Scoop extras bucket' to better communicate the primary change.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The PR description includes all required sections: issue reference, clear description of the package being added, manifest details, and completed checklist items as per the template.
Linked Issues check ✅ Passed The PR successfully addresses all coding requirements from issue #16700: adds the manifest for Goose Desktop v1.15.0 with correct version-specific download URL, Apache-2.0 license, and homepage reference.
Out of Scope Changes check ✅ Passed All changes are in-scope: the PR exclusively adds the Scoop manifest for Goose Desktop as specified in the linked issue with no unrelated modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

goose-desktop

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
bucket/goose-desktop (1)

12-22: Optionally add a Start Menu shortcut for the desktop app.

Since this is a GUI desktop application, consider adding a shortcuts entry so users get a Start Menu link out of the box. For example:

   "bin": "dist-windows/goose.exe",
+  "shortcuts": [
+    [
+      "dist-windows/goose.exe",
+      "Goose Desktop"
+    ]
+  ],
   "checkver": {

This is optional but aligns with how many Extras bucket GUI manifests behave.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f01472b and 13ee0ef.

📒 Files selected for processing (1)
  • bucket/goose-desktop (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16378
File: bucket/compactgui.json:20-22
Timestamp: 2025-10-19T13:58:23.389Z
Learning: In the ScoopInstaller/Extras repository, the CompactGUI manifest removed hash verification from the autoupdate block because the hash verification mechanism (scraping SHA-256 from release page HTML) is no longer available in newer CompactGUI releases. GitHub asset digests exist in beta releases but not in v3.8.0, and Scoop doesn't have built-in support for extracting from GitHub API asset digests.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds in recent versions uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format. This was confirmed by a working 10.0.0 update with valid hash.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format.
📚 Learning: 2025-10-19T13:58:23.389Z
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16378
File: bucket/compactgui.json:20-22
Timestamp: 2025-10-19T13:58:23.389Z
Learning: In the ScoopInstaller/Extras repository, the CompactGUI manifest removed hash verification from the autoupdate block because the hash verification mechanism (scraping SHA-256 from release page HTML) is no longer available in newer CompactGUI releases. GitHub asset digests exist in beta releases but not in v3.8.0, and Scoop doesn't have built-in support for extracting from GitHub API asset digests.

Applied to files:

  • bucket/goose-desktop
🔇 Additional comments (1)
bucket/goose-desktop (1)

1-15: Version, URL, hash, and metadata are correct and aligned with upstream.

  • version 1.15.0 is the latest GitHub release (published 2025-11-19) and matches the official v1.15.0 tag.
  • The download URL .../releases/download/v1.15.0/Goose-win32-x64.zip and SHA256 hash 8e18365e48715aeea9713eb86a1e64bfeb0f400565ce0834bc8fb75a7d6edcb7 match the official release asset.
  • Homepage https://block.github.io/goose/ and Apache-2.0 license are consistent with the upstream project.
  • checkver.github + autoupdate pattern using v$version is the standard Scoop approach for vX.Y.Z tags.

No blocking changes needed; verify checkver behavior locally to ensure proper version detection and update paths when the next release arrives.

@z-Fng z-Fng changed the title goose-desktop@1.15.0: Add Codename Goose v1.15.0 goose-desktop: Add version 1.15.0 Dec 3, 2025
"hash": "sha256:8e18365e48715aeea9713eb86a1e64bfeb0f400565ce0834bc8fb75a7d6edcb7"
}
},
"bin": "dist-windows/goose.exe",
Copy link
Member

@z-Fng z-Fng Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add dist-windows/goose.exe to shortcuts instead.

If the program file is a GUI application and it doesn't accept any commandline arguments, no need to add it in bin.

https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md#for-scoop-buckets

@@ -0,0 +1,23 @@
{
"version": "1.15.0",
Copy link
Member

@z-Fng z-Fng Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a JSON file (goose,json) and format it correctly using formatjson.ps1.

https://github.com/ScoopInstaller/GithubActions/wiki/Pull-Request-Checks

Follow the contribution guidelines for writing manifests.
Navigate to the root of the bucket and execute the following command to format the manifests:
.\bin\formatjson.ps1 -App appName

Comment on lines +13 to +15
"checkver": {
"github": "block/goose"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"checkver": {
"github": "block/goose"
},
"checkver": "github",

@z-Fng z-Fng changed the title goose-desktop: Add version 1.15.0 goose: Add version 1.15.0 Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Goose

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.