API Changes
- Allow GitHub Checks reporting for TaskSpawners triggered by pull request comments scoped with
commentOn: PullRequest. (#1697, @gjkim42) - Add the
v1alpha2WebhookGateway API for per-channel webhook authentication and routing. TaskSpawners and SessionSpawners can reference a gateway withgatewayRef; GitHub gateways support per-instance API URLs and credentials so one server can handle GitHub.com and multiple GitHub Enterprise instances. (#1238, @gjkim42)
Features
- Update cursor image from 2026.08.11-e8db854 to 2026.08.25-3e8eec8 (#1705, @app/kelos-bot)
- Update gemini image from 0.56.0 to 0.57.0 (#1700, @app/kelos-bot)
- Update opencode image from 1.18.23 to 1.18.25 (#1701, @app/kelos-bot)
- Update claude-code image from 2.1.250 to 2.1.251 (#1706, @app/kelos-bot)
- Update codex image from 0.150.1 to 0.151.0 (#1709, @app/kelos-bot)
- Widen the Console Session chat view on desktop. (#1707, @gjkim42)
- Update claude-code image from 2.1.243 to 2.1.247 (#1699, @app/kelos-bot)
- Update codex image from 0.149.1 to 0.150.1 (#1704, @app/kelos-bot)
- The web console now shows a compact link to the current request while reading long agent responses. (#1702, @gjkim42)
- Update claude-code image from 2.1.241 to 2.1.243 (#1689, @app/kelos-bot)
- Console sidebar controls now scroll with the Session list, leaving more space for conversations while keeping the brand and footer fixed. (#1688, @gjkim42)
- Update codex image from 0.149.0 to 0.149.1 (#1685, @app/kelos-bot)
- Session !COMMAND results are added to the agent conversation context without starting an extra model turn. (#1687, @gjkim42)
- The Kelos Console now uses a conversation-first responsive layout optimized for desktop and mobile browsers. (#1686, @gjkim42)
Bug Fixes
- Slack task reports that Slack permanently rejects with cannot_reply_to_message are no longer retried on every reporting cycle, preventing repeated duplicate posts.
(#1660, @knechtionscoding)