API Changes
- Add
githubPullRequestssource type for TaskSpawners, enabling PR-driven workflows with filtering by review state, labels, draft status, and comment-based trigger/exclude. (#597)
Features
- AgentConfig MCP servers now support
headersFrom.secretRefandenvFrom.secretRefto source header and environment values from Kubernetes Secrets. (#588)
Bug Fixes
- Review comments on pull requests are now evaluated against TriggerComment and ExcludeComments filters in GitHubPullRequestSource. (#628)
- Fix
kelos get taskspawnerto display the source column for taskspawners usinggithubPullRequestsandjirasources. (#609) - Fix taskspawner unable to delete completed tasks for retrigger due to missing RBAC permission. (#614)