jingkaihe/Kodelet Action

Automate software engineering tasks using Kodelet AI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic-api-keyAnthropic API key for Kodeletno
openai-api-keyOpenAI API key for Kodeletno
github-tokenGitHub token for repository operationsno""
auth-gateway-endpointAuth gateway endpoint URL to obtain GitHub token (defaults to https://gha-auth-gateway.kodelet.com/api/github)nohttps://gha-auth-gateway.kodelet.com/api/github
commenterUsername of the person who triggered the actionno${{ github.event.comment.user.login || github.event.review.user.login || github.actor }}
event-nameGitHub event name (issue_comment, pull_request_review_comment, pull_request_review)no${{ github.event_name }}
issue-numberIssue or PR numberno${{ github.event.issue.number || github.event.pull_request.number }}
comment-idComment ID (for issue comments on PRs)no${{ github.event.comment.id }}
review-idReview ID (for PR review comments)no${{ github.event.review.id }}
repositoryRepository in format owner/repono${{ github.repository }}
is-prWhether this is a pull request (true/false)no${{ github.event.issue.pull_request != null || github.event_name == 'pull_request_review_comment' || github.event_name == 'pull_request_review' }}
pr-numberPull request number (when applicable)no${{ github.event.pull_request.number }}
timeout-minutesTimeout for Kodelet execution in minutesno15
log-levelLog level for Kodelet (debug, info, warn, error)noinfo
kodelet-versionKodelet version to install (e.g., 0.0.35.alpha, latest)nolatest
envAdditional environment variables for Kodelet execution (JSON object as string, e.g., {"VAR1": "value1", "VAR2": "value2"})no{}
kodelet-configKodelet configuration content in YAML format. If provided, will be written to ~/.kodelet/config.yaml. Defaults to ./kodelet-config.yaml if it exists and no config is providedno
max-turnsMaximum number of turns for Kodelet executionno0

no outputs