augmentcode/Augment Agent
AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 29, 2025
- License
- MIT
Pinned Snippet
uses: augmentcode/augment-agent@507d0f104b32d62af3e55c7030b458e2fcbb0345 # v0.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| augment_session_auth | Augment session authentication JSON. Alternative to augment_api_token and augment_api_url. Store as repository secret for security. | no | — |
| augment_api_token | API token for Augment services. Store as repository secret for security. Alternative to augment_session_auth. | no | — |
| augment_api_url | URL endpoint for Augment API requests. Store as repository variable. Alternative to augment_session_auth. | no | — |
| github_token | GitHub token for API access. Must have 'repo' and 'user:email' scopes. | no | — |
| instruction | Direct instruction text for the AI agent. Use this for simple, inline instructions. Mutually exclusive with instruction_file and template inputs. | no | — |
| instruction_file | Path to file containing detailed instructions for the AI agent. Use this for complex, multi-line instructions. Mutually exclusive with instruction and template inputs. | no | — |
| template_directory | Path to directory containing template files. Use this for template-based instruction generation. Mutually exclusive with instruction and instruction_file. | no | — |
| template_name | Name of the template file to use (default: prompt.njk). Only used with template_directory. | no | prompt.njk |
| pull_number | Pull request number for extracting PR context. Required when using templates with PR data. | no | — |
| repo_name | Repository name in format 'owner/repo'. Required when using templates with PR data. | no | — |
| custom_context | Additional context data as JSON string to pass to templates. | no | — |
| model | Model to use; forwarded to auggie as --model | no | — |
| rules | JSON array of rules file paths. Each entry is forwarded to auggie as an individual --rules flag. | no | — |
| mcp_configs | JSON array of MCP config file paths. Each entry is forwarded to auggie as an individual --mcp-config flag. | no | — |
Outputs
no outputs