API Changes
- Added Cursor CLI as a first-class agent type. Users can now create Tasks with
type: cursorto run Cursor-based coding agents. (#557)
Bug Fixes
- Fixed
kelos logsso 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)