notshekhar/loop
Run the loop coding agent headlessly — one prompt in, its response out, optionally posted as a PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The prompt to run. | yes | — |
| model | Fully-qualified model id (provider/model, e.g. anthropic/claude-sonnet-4-6). | yes | — |
| version | loop release tag to install (vX.Y.Z). Default: the action's own tag when pinned to one, else the latest release. | no | "" |
| working-directory | Directory loop runs in. | no | . |
| max-steps | Step cap for the agent turn — CI runs should never be unbounded. | no | 40 |
| post-comment | On pull_request events, post the response as a PR comment (updated in place on subsequent runs). | no | false |
| github-token | Token used to resolve releases and post the PR comment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| response | The agent's final response text. |