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