Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 02:27
· 331 commits to main since this release
7fb876f

API Changes

  • Added Cursor CLI as a first-class agent type. Users can now create Tasks with type: cursor to run Cursor-based coding agents. (#557)

Bug Fixes

  • Fixed kelos logs so it resolves the current live task pod, clears stale task pod references, and returns a clear message when a task no longer has a live pod. (#587)
  • Fix worker pods preferring stale gh CLI auth over injected workspace token by setting GH_CONFIG_DIR to a clean directory on the workspace volume and clearing inherited git credential helpers. (#583)
  • Fix comment pagination to fetch all pages (up to 1000 comments) instead of only the first 100, preventing missed trigger/exclude commands on busy issues. (#536)