API Changes
- feat: add contextSources to TaskTemplate for declarative cross-system context enrichment. Sources are fetched before task creation and exposed as .Context.NAME template variables. Initial support for HTTP(S) endpoints with Secret-backed headers, JSONPath response filtering, and configurable failure policy. (#1024, @knechtionscoding)
Features
- Update codex image from 0.132.0 to 0.133.0 (#1191, @app/kelos-bot)
- Update gemini image from 0.42.0 to 0.43.0 (#1192, @app/kelos-bot)
- Update cursor image from 2026.05.16-0338208 to 2026.05.20-2b5dd59 (#1185, @app/kelos-bot)
- Update opencode image from 1.15.5 to 1.15.10 (#1184, @app/kelos-bot)
- Update claude-code image from 2.1.145 to 2.1.149 (#1183, @app/kelos-bot)
Bug Fixes
- Fix
kelos initnext-steps output to instruct users to runclaude setup-tokenfor the Claude Code OAuth token (matching the generated config file), instead of linking to the unrelated API key settings page. (#1201, @app/kelos-bot) - Fix Task pod eviction from unbounded /tmp/agent-output.jsonl growth: agent stdout is now streamed through kelos-capture instead of being teed to disk, removing the ephemeral-storage pressure point. (#1189, @app/kelos-bot)
- Raise the agent NDJSON log parser per-line scanner buffer from 1 MB to 10 MB so large stream-json lines (e.g., large Read or Bash tool results) no longer truncate log formatting, activity, or progress output. (#1190, @app/kelos-bot)
Documentation
- docs: add Jira column to the
promptTemplate Variablesreference table and correct the Jira values for{{.Number}}and{{.Body}}in the integration guide. (#1195, @app/kelos-bot)