notshekhar/loop

Run the loop coding agent headlessly — one prompt in, its response out, optionally posted as a PR comment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe prompt to run.yes
modelFully-qualified model id (provider/model, e.g. anthropic/claude-sonnet-4-6).yes
versionloop release tag to install (vX.Y.Z). Default: the action's own tag when pinned to one, else the latest release.no""
working-directoryDirectory loop runs in.no.
max-stepsStep cap for the agent turn — CI runs should never be unbounded.no40
post-commentOn pull_request events, post the response as a PR comment (updated in place on subsequent runs).nofalse
github-tokenToken used to resolve releases and post the PR comment.no${{ github.token }}
namedescription
responseThe agent's final response text.