@@ -66,20 +66,20 @@ Each example includes a complete workflow file that you can copy to your `.githu
6666
6767### Inputs
6868
69- | Input | Description | Required | Example |
70- | ---------------------- | ----------------------------------------------------- | -------- | ----------------------------------------- |
71- | ` augment_session_auth ` | Augment session authentication JSON (store as secret) | No\*\* | ` ${{ secrets.AUGMENT_SESSION_AUTH }} ` |
72- | ` augment_api_token ` | API token for Augment services (store as secret) | No\*\* | ` ${{ secrets.AUGMENT_API_TOKEN }} ` |
73- | ` augment_api_url ` | Augment API endpoint URL (store as variable) | No\*\* | ` ${{ vars.AUGMENT_API_URL }} ` |
74- | ` github_token ` | GitHub token with ` repo ` and ` user:email ` scopes. | No | ` ${{ secrets.GITHUB_TOKEN }} ` |
75- | ` instruction ` | Direct instruction text for simple commands | No\* | ` "Generate PR description" ` |
76- | ` instruction_file ` | Path to file with detailed instructions | No\* | ` /tmp/instruction.txt ` |
77- | ` template_directory ` | Path to template directory for dynamic instructions | No\* | ` .github/templates ` |
78- | ` template_name ` | Template file name (default: prompt.njk) | No | ` pr-review.njk ` |
79- | ` pull_number ` | PR number for template context extraction | No | ` ${{ github.event.pull_request.number }} ` |
80- | ` repo_name ` | Repository name for template context | No | ` ${{ github.repository }} ` |
81- | ` custom_context ` | Additional JSON context for templates | No | ` '{"priority": "high"}' ` |
82- | ` model ` | Model to use; passed through to auggie as --model | No | ` gpt-4o-mini ` |
69+ | Input | Description | Required | Example |
70+ | ---------------------- | ----------------------------------------------------- | -------- | ------------------------------------------- |
71+ | ` augment_session_auth ` | Augment session authentication JSON (store as secret) | No\*\* | ` ${{ secrets.AUGMENT_SESSION_AUTH }} ` |
72+ | ` augment_api_token ` | API token for Augment services (store as secret) | No\*\* | ` ${{ secrets.AUGMENT_API_TOKEN }} ` |
73+ | ` augment_api_url ` | Augment API endpoint URL (store as variable) | No\*\* | ` ${{ vars.AUGMENT_API_URL }} ` |
74+ | ` github_token ` | GitHub token with ` repo ` and ` user:email ` scopes. | No | ` ${{ secrets.GITHUB_TOKEN }} ` |
75+ | ` instruction ` | Direct instruction text for simple commands | No\* | ` "Generate PR description" ` |
76+ | ` instruction_file ` | Path to file with detailed instructions | No\* | ` /tmp/instruction.txt ` |
77+ | ` template_directory ` | Path to template directory for dynamic instructions | No\* | ` .github/templates ` |
78+ | ` template_name ` | Template file name (default: prompt.njk) | No | ` pr-review.njk ` |
79+ | ` pull_number ` | PR number for template context extraction | No | ` ${{ github.event.pull_request.number }} ` |
80+ | ` repo_name ` | Repository name for template context | No | ` ${{ github.repository }} ` |
81+ | ` custom_context ` | Additional JSON context for templates | No | ` '{"priority": "high"}' ` |
82+ | ` model ` | Model to use; passed through to auggie as --model | No | e.g. ` sonnet4 ` , from ` auggie --list-models ` |
8383
8484\* Either ` instruction ` , ` instruction_file ` , or ` template_directory ` must be provided.
8585
0 commit comments