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
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)