Skip to content

Release v0.5.0

Choose a tag to compare

@8nevil8 8nevil8 released this 16 Jun 15:32
· 159 commits to main since this release

What's Changed

✨ Features

  • [agents]: Add Kimi agent plugin with ACP support and Moonshot subscription provider (#360)
  • [agents]: Add Kimi SSO support via codemie-kimi (#368)
  • [agents]: Kimi native installer support and team profile composition (#367)
  • [agents]: Add hookConfig to AgentMetadata type
  • [analytics]: Per-agent cost breakdown and clickable Gantt timeline (#363)
  • [providers]: Add moonshot-subscription provider
  • [providers]: Derive credential TTL from JWT exp instead of hardcoded 24h (#355)
  • [kimi]: Add KimiPlugin and KimiAcpPlugin
  • [kimi]: Add extension installer for Kimi skills
  • [kimi]: Add session adapter and metrics processor
  • [kimi]: Add hook payload transformer
  • [kimi]: Add hook config injector for ~/.kimi-code/config.toml
  • [kimi]: Add path helpers for Kimi data directories
  • [kimi]: Wire kimi and kimi-acp into AgentCLI and package.json
  • [kimi]: Implement processSession and validate hooks post-transformation
  • [kimi]: Add automated verification script
  • Add macOS bootstrap installer

🐛 Bug Fixes

  • [analytics]: Include sub-agent transcripts in token usage extraction (#358)
  • [agents]: Fix reasoning model routing for gpt-5.4 and gpt-5.5 (#347)

♻️ Refactoring

  • [kimi]: Resolve plugin quality issues and wire into registry
  • [kimi]: Parse version output, fix Node gate, and distinguish ACP SSO
  • [kimi]: Add model flag mapping and Node version guard
  • [kimi]: Pass version to installer and clear ACP flag mappings
  • [kimi]: Make extension installer idempotent and add install tests
  • [kimi]: Move wire.jsonl metrics extraction into KimiMetricsProcessor
  • [kimi]: Share KimiWireEvent type and clarify processor docs
  • [kimi]: Improve hook config injector robustness and tests
  • [kimi]: Improve path helper tests and docs
  • [kimi]: Harden automated verification script

📚 Documentation

  • Analytics Report guide with screenshots (#354)
  • Add GUI installer download links to native bootstrap section (#353)

🧪 Tests

  • [kimi]: Extend extension installer coverage and align metadata
  • [providers]: Add moonshot-subscription beforeRun and setup tests

🔧 Maintenance

  • [agents]: Bump Kimi to 0.16.0 and Claude to 2.1.178 (#370)
  • Update macOS DMG to CodeMie Connect 2.0.1 (#366)
  • Remove rtk-instructions section and rtk command references (#364)
  • [kimi]: Apply quality-review fixes for installer and provider wiring
  • Add kimi to commitlint scopes
  • [agents]: Revert accidental merge of kimi branch into main (#359)
  • Revert reasoning model routing fix for gpt-5.4 and gpt-5.5 (#356)

Full Changelog: v0.4.2...v0.5.0