-
Notifications
You must be signed in to change notification settings - Fork 2.3k
lowercase g in goose #4832
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
Merged
Merged
lowercase g in goose #4832
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5411fb7
lowercase g with zip file naming fixes
angiejones fe807a2
Convert all references from uppercase 'Goose' to lowercase 'goose'
angiejones 90cd758
Apply suggestion from @angiejones
angiejones 6c4c55f
Apply suggestion from @angiejones
angiejones 440ed2a
Update MCP integration test to use current commit SHA for README.md
angiejones 86090be
Revert builder.rs changes to match main branch
angiejones ab1912a
updating github test
angiejones 1a168ca
regenarating replay files
angiejones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -148,7 +148,7 @@ def provision_api_key(provisioning_api_key): | |
| "Content-Type": "application/json" | ||
| }, | ||
| json={ | ||
| "name": "Goose Contributor", | ||
| "name": "goose contributor", | ||
| "label": "goose-cookbook", | ||
| "limit": 10.0 | ||
| } | ||
|
|
@@ -167,13 +167,13 @@ def send_email(email, api_key, sendgrid_api_key): | |
| print("📤 Sending email via SendGrid...") | ||
| try: | ||
| sg = SendGridAPIClient(sendgrid_api_key) | ||
| from_email = "Goose Team <[email protected]>" | ||
| subject = "🎉 Your Goose Contributor API Key" | ||
| from_email = "goose team <[email protected]>" | ||
| subject = "🎉 Your goose contributor API key" | ||
| html_content = f""" | ||
| <p>Thank you for contributing to the <strong>Goose Recipe Cookbook</strong>!</p> | ||
| <p>Thank you for contributing to the <strong>goose recipe cookbook</strong>!</p> | ||
| <p>🎉 Here's your <strong>$10 OpenRouter API key</strong>:</p> | ||
| <pre style="background-color:#f4f4f4;padding:10px;border-radius:6px;"><code>{api_key}</code></pre> | ||
| <p>To use this in Goose (CLI or Desktop):</p> | ||
| <p>To use this in goose (CLI or Desktop):</p> | ||
| <ul> | ||
| <li>Go to your <strong>Provider Settings</strong></li> | ||
| <li>Select <strong>OpenRouter</strong> from the provider list</li> | ||
|
|
@@ -182,7 +182,7 @@ def send_email(email, api_key, sendgrid_api_key): | |
| <p>📚 Full setup instructions:<br> | ||
| <a href="https://block.github.io/goose/docs/getting-started/providers/#configure-provider"> | ||
| https://block.github.io/goose/docs/getting-started/providers/#configure-provider</a></p> | ||
| <p>Happy coding!<br>– The Goose Team</p> | ||
| <p>Happy coding!<br>– the goose team</p> | ||
| """ | ||
| message = Mail( | ||
| from_email=from_email, | ||
|
|
@@ -216,7 +216,7 @@ def comment_on_pr(github_token, repo_full_name, pr_number, email): | |
| "Accept": "application/vnd.github+json" | ||
| }, | ||
| json={ | ||
| "body": f"✅ $10 OpenRouter API key sent to `{email}`. Thanks for your contribution to the Goose Cookbook!" | ||
| "body": f"✅ $10 OpenRouter API key sent to `{email}`. Thanks for your contribution to the goose cookbook!" | ||
| } | ||
| ) | ||
| comment_resp.raise_for_status() | ||
|
|
||
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.