docs(coding-agent): update changelog with missing fix entry and new features section

- Add New Features section for Kimi For Coding provider
- Add fix entry for resource ordering when resuming sessions
This commit is contained in:
Mario Zechner 2026-01-29 04:16:55 +01:00
parent 87ab5c5c3b
commit b78b21c588

View file

@ -2,10 +2,18 @@
## [Unreleased]
### New Features
- **Kimi For Coding provider**: Access Moonshot AI's Anthropic-compatible coding API. Set `KIMI_API_KEY` environment variable. See [README.md#kimi-for-coding](README.md#kimi-for-coding).
### Added
- Added Kimi For Coding provider support (Moonshot AI's Anthropic-compatible coding API). Set `KIMI_API_KEY` environment variable. See [README.md#kimi-for-coding](README.md#kimi-for-coding).
### Fixed
- Resources now appear before messages when resuming a session, preventing loaded context from appearing at the bottom of the chat.
## [0.50.2] - 2026-01-29
### New Features