augmentcode/Augment Agent

AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 29, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: augmentcode/augment-agent@507d0f104b32d62af3e55c7030b458e2fcbb0345 # v0.1.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
augment_session_authAugment session authentication JSON. Alternative to augment_api_token and augment_api_url. Store as repository secret for security.no
augment_api_tokenAPI token for Augment services. Store as repository secret for security. Alternative to augment_session_auth.no
augment_api_urlURL endpoint for Augment API requests. Store as repository variable. Alternative to augment_session_auth.no
github_tokenGitHub token for API access. Must have 'repo' and 'user:email' scopes.no
instructionDirect instruction text for the AI agent. Use this for simple, inline instructions. Mutually exclusive with instruction_file and template inputs.no
instruction_filePath 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_directoryPath to directory containing template files. Use this for template-based instruction generation. Mutually exclusive with instruction and instruction_file.no
template_nameName of the template file to use (default: prompt.njk). Only used with template_directory.noprompt.njk
pull_numberPull request number for extracting PR context. Required when using templates with PR data.no
repo_nameRepository name in format 'owner/repo'. Required when using templates with PR data.no
custom_contextAdditional context data as JSON string to pass to templates.no
modelModel to use; forwarded to auggie as --modelno
rulesJSON array of rules file paths. Each entry is forwarded to auggie as an individual --rules flag.no
mcp_configsJSON array of MCP config file paths. Each entry is forwarded to auggie as an individual --mcp-config flag.no

no outputs