What's Changed
- fix(web): prevent auto-title from overwriting manual session rename by @Jesse-XIE in https://github.com/MoonshotAI/kimi-cli/pull/1640
- docs: fix subject-verb agreement in CONTRIBUTING.md by @wbxl2000 in https://github.com/MoonshotAI/kimi-cli/pull/1668
- fix(message): ensure tool results with only non-text content include a TextPart (#1663) by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1670
- fix(system): inject OS and shell info into system prompt for Windows compatibility (#1649) by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1673
- refactor(subagent): extract shared prepare_soul logic and fix background concurrent resume race by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1676
- feat(explore): enhance explore agent with specialist role, thoroughness levels, and environment context by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1675
- fix(console): ignore MANPAGER env var in pager to prevent garbled output by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1678
- fix(shell): strip OSC 8 hyperlink sequences in render_to_ansi by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1677
- feat(session): add /title slash command and unify session state into state.json by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1685
- fix(proxy): normalize socks:// to socks5:// in proxy env vars (#1674) by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1694
- fix(kaos): prevent writetext from converting LF to CRLF on Windows by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1693
- fix(web): add Cache-Control headers to prevent stale-asset 404s after upgrade (#1602) by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1696
- fix(shell): respect terminal color capability in render_to_ansi by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1697
- feat(paste): add env vars to control paste text folding thresholds by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1698
- fix(session): clean up empty sessions on all exit paths by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1699
- feat(agents): hierarchical AGENTS.md loading by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1700
- chore: bump kimi-cli to 1.29.0 and pykaos to 0.8.0 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1706
New Contributors
- @Jesse-XIE made their first contribution in https://github.com/MoonshotAI/kimi-cli/pull/1640
- @wbxl2000 made their first contribution in https://github.com/MoonshotAI/kimi-cli/pull/1668
Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/1.28.0...1.29.0