You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Changes
Add opt-in GitHub status reporting to TaskSpawner via reporting.enabled on gitHubIssues and gitHubPullRequests sources. When enabled, the spawner posts lifecycle comments to originating issues and pull requests when tasks are accepted, succeed, or fail. (#653)
Add upstreamRepo field to Task and TaskSpawner APIs. When set (or automatically derived from githubIssues.repo / githubPullRequests.repo), the KELOS_UPSTREAM_REPO environment variable is injected into agent containers so fork-workflow tasks target the correct upstream repository. Also fix GHES host preservation when shorthand owner/repo overrides are used. (#626)
Features
Add a first-party Kelos agent skill (skill/) that teaches AI agents how to author and debug Kelos resources, with reference YAML patterns and an example AgentConfig. (#598)
Bug Fixes
Fix taskspawner comment filter to consider pull request review body text (#645)