Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 23:58
· 277 commits to main since this release
69b9bb2

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)