Releases: xiaoju111a/kimi-actions
v1.0.8
What's Changed
- Add Agent SDK integration with /fix and /fixup commands by @xiaoju111a in #21
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
Add triage command
Add triage command
🌗 New Review Output Format
Pull request overview - AI-generated 2-3 sentence summary describing what the PR does
Reviewed changes - Shows file count and comment count
Collapsible file summary table - AI-generated descriptions for each changed file
Issues found - Severity-coded list with 🔴🟠🟡🔵 icons
Powered by footer - Added to both PR comments and inline comments
✨ Features
Add context_gatherer.py script for intelligent context gathering during review
Add file_summaries field in YAML output for AI to describe each file's changes
Inline comments now include "Powered by Kimi" footer
🐛 Bug Fixes
Fix inline comments not being posted due to strict diff validation
Support custom diff format (## File: path) used by DiffChunker
Relax validation to check file presence instead of exact code matching
Fix summary showing issue descriptions instead of file change descriptions
🎨 Branding
Update icon from 🤖 to 🌗 (moon emoji)
Update Marketplace icon to star with blue color
⚙️ Configuration
Disable auto_review by default - reviews now only trigger via /review command
Translate Chinese references to English in skill files
📝 Documentation
Update README with new branding
Update workflow example with auto_review: 'false'
Release
v1.1.0 Release
🎉 New Features
- Inline Comment Commands - Use
/askdirectly on code lines to get context-aware answers - Copilot-style Review Format - Review output now uses GitHub's native suggestion syntax with "Comment on lines" UI
/labelsCommand - Auto-generate and apply PR labels based on content
✨ Improvements
- Review summary now appears as review body with inline comments (not separate comment)
/reviewdefaults to inline comments mode- Inline
/askreplies directly to the original comment thread - All code blocks now have proper syntax highlighting (diff, python, bash, etc.)
- Simplified workflow configuration
🐛 Bug Fixes
- Fixed variable shadowing issue in inline comment handler
- Fixed empty body error when posting reviews
- Fixed lint errors (ambiguous variable names)
📝 Documentation
- Added architecture diagram to README
- Updated workflow example to match test configuration
- Simplified command documentation
Commands
| Command | Description |
|---|---|
/review |
Code review with inline comments |
/review --incremental |
Review only new commits |
/describe |
Auto-generate PR description |
/describe --comment |
Generate description as comment |
/improve |
Code improvement suggestions |
/ask <question> |
Q&A about the PR |
/labels |
Auto-generate and apply PR labels |
/help |
Show help message |
v1.0.1 - Release
🎉 Kimi Code Review Action v1.0.1
AI-powered code review using Kimi (Moonshot AI) with 256K context window.
✨ Features
- 🔍
/review- Intelligent code review for bugs, security issues, and performance - 📝
/describe- Auto-generate PR title and description - ✨
/improve- Code improvement suggestions with concrete fixes - 💬
/ask- Interactive Q&A about the PR - 🧠 Agent Skills - Modular capability extension with custom review rules
- 📦 Smart chunking for large PRs (auto-prioritizes important files)
🚀 Quick Start
- uses: xiaoju111a/kimi-actions@v1
with:
kimi_api_key: ${{ secrets.KIMI_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
v1.0.0 - Initial Release
🎉 Initial Release
AI-powered code review GitHub Action using Kimi (Moonshot AI)
Features
/review- Intelligent code review/describe- Auto-generate PR description/improve- Code improvement suggestions/ask- Interactive Q&A- Agent Skills system for custom review rules
- Smart token handling with model fallback
Usage
- uses: xiaoju111a/kimi-actions@v1
with:
kimi_api_key: ${{ secrets.KIMI_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}