Features
- Update claude-code image from 2.1.143 to 2.1.145 (#1157, @app/kelos-bot)
- Update opencode image from 1.15.3 to 1.15.5 (#1148, @app/kelos-bot)
- Update codex image from 0.130.0 to 0.132.0 (#1158, @app/kelos-bot)
Bug Fixes
- Fixed
kelos create workspaceto no longer suggest names of existing workspaces during shell completion, which would always fail with AlreadyExists. (#1180, @app/kelos-bot) - Fix codex Task startup failure when AgentConfig declares a plugin: dropped the removed
--enable skillsCLI flag from the codex agent image entrypoint. (#1175, @app/kelos-bot)
Documentation
- Documentation: refreshed stale model ID examples in
docs/reference.mdandskills/kelos/SKILL.md, and documented thatspec.model/spec.taskTemplate.modelare passed through to the agent container asKELOS_MODELwithout validation, so agent-native shorthand names (e.g.,sonnet,opusfor Claude Code) are also valid. (#1177, @app/kelos-bot) - docs: document the
kelos completionsubcommand, including per-shell setup and the dynamic resource-name completion behavior forkelos logs,kelos get,kelos delete,kelos suspend, andkelos resume. (#1171, @app/kelos-bot)