pungrumpy/Cursor Action
Run cursor-agent in CI pipelines using the official @cursor/sdk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cursor-version | (Deprecated) The SDK automatically manages the agent version. | no | latest |
| api-key | Cursor API key for authentication | yes | — |
| prompt | Prompt to pass to cursor-agent | yes | — |
| model | Model id for the agent (e.g. default, composer-2). The Cursor SDK does not accept auto. | no | default |
| working-directory | Working directory for the agent to operate in | no | . |
| permissions | Reserved for workflow compatibility. Not sent to the SDK; tool access is API-key scoped. | no | read-only |
| timeout | Timeout in seconds for the agent run | no | 300 |
Outputs
| name | description |
|---|---|
| summary | Text summary returned by the cursor-agent |
| exit-code | Exit code from the cursor-agent process |