qodo-ai/Qodo Command Action
Run Qodo Command agents with custom TOML and MCP configurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 30, 2025
- License
- None
Pinned Snippet
uses: qodo-ai/command@262f1296bfaf2103b06f55cef6ef2a8c0777a17e # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The prompt or command to run with Qodo | yes | — |
| model | Specify a custom model to use | no | — |
| agent-file | Path to custom agent.toml file (defaults to the example agent.toml included with this action) | no | — |
| agentfile | DEPRECATED: Use agent-file instead. Path to custom agent.toml file | no | — |
| key-value-pairs | Additional key-value pairs as JSON object or multiline string (e.g., {"key1": "value1", "key2": "value2"} or key1=value1 key2=value2) | no | — |
| qodo-version | Version of @qodo/command to install (defaults to latest) | no | latest |
Outputs
no outputs