Loading...
Loading...
Show what's new in Kata since the installed version, displaying changelog entries, checking for Kata updates, or reviewing recent changes. Triggers include "what's new", "whats new", "show changes", "changelog", "recent changes", and "what changed".
npx skill4agent add gannonh/kata-skills kata-whats-newif [ -n "$CLAUDE_PLUGIN_ROOT" ]; then
cat "$CLAUDE_PLUGIN_ROOT/VERSION" 2>/dev/null
fi## Kata What's New
**Installed version:** Unknown
Your installation doesn't include version tracking.
**To reinstall:**
`/plugin install kata@kata-marketplace`https://raw.githubusercontent.com/gannonh/kata/refs/heads/main/CHANGELOG.mdcat "$CLAUDE_PLUGIN_ROOT/CHANGELOG.md" 2>/dev/null## [X.Y.Z]## [Unreleased]## Kata What's New
**Installed:** 1.4.26
**Latest:** 1.4.26
You're on the latest version.
[View full changelog](https://github.com/gannnonh/kata/blob/main/CHANGELOG.md)## Kata What's New
**Installed:** 1.4.23
**Latest:** 1.4.26
---
### Changes since your version:
## [1.4.26] - 2026-01-20
### Added
- Feature X
- Feature Y
### Changed
- **BREAKING:** Changed Z behavior
## [1.4.25] - 2026-01-18
### Fixed
- Bug in feature A
---
[View full changelog](https://github.com/gannnonh/kata/blob/main/CHANGELOG.md)
**To update:**
`/plugin update kata@kata-marketplace`