Conversation
added 2 commits
November 13, 2025 13:45
- Add GitHub Marketplace badge and link - Add Prerequisites section for API key setup - Add Quick Start example with corrected goose run usage - Add Advanced example for posting PR comments - Use --instructions flag (not --diff-file which doesn't exist) - Use heredoc for YAML config (proper newlines) - Add error handling for empty diffs - Use file-based output for reliability - Tested in Docker with Goose v1.14.0
clouatre
added a commit
that referenced
this pull request
Nov 13, 2025
…v1.0.3 (#7) * feat: add GitHub Marketplace badge and production-ready examples - Add GitHub Marketplace badge and link - Add Prerequisites section for API key setup - Add Quick Start example with corrected goose run usage - Add Advanced example for posting PR comments - Use --instructions flag (not --diff-file which doesn't exist) - Use heredoc for YAML config (proper newlines) - Add error handling for empty diffs - Use file-based output for reliability - Tested in Docker with Goose v1.14.0 * docs: simplify Prerequisites section and link to official providers docs
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.
Overview
Updates README for GitHub Marketplace release (v1.0.3) with tested, production-ready examples.
Changes
Added
Fixed
--diff-fileflag (doesn't exist in Goose v1.14.0)--instructionsflag for passing files to goose run\nstrings)--no-sessionand--quietflags for cleaner CI outputTesting
All examples tested in Docker with Goose v1.14.0:
✅ YAML heredoc configuration works
✅ All command flags validated (
--instructions,--no-session,--quiet)✅ Instruction file approach confirmed working
✅ File-based output method validated
✅ Empty diff detection logic tested
✅ Command reaches Google API (tested with fake key - got expected 400)
See test artifacts in
test-docker/directory (not included in PR).Breaking Changes
None - only documentation updates.
Related Issues
Preparation for v1.0.3 GitHub Marketplace release.
Checklist