Skip to content

Releases: xiaoju111a/kimi-actions

v1.0.8

17 Jan 07:10
5ae6430

Choose a tag to compare

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

16 Jan 05:58
eb29b1b

Choose a tag to compare

v1.0.6

15 Jan 16:58
92c7a79

Choose a tag to compare

v1.0.5

15 Jan 16:33
1c0ccd0

Choose a tag to compare

Add triage command

15 Jan 15:28

Choose a tag to compare

🌗 New Review Output Format

15 Jan 08:12

Choose a tag to compare

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

10 Jan 09:22

Choose a tag to compare

v1.1.0 Release

🎉 New Features

  • Inline Comment Commands - Use /ask directly 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
  • /labels Command - Auto-generate and apply PR labels based on content

✨ Improvements

  • Review summary now appears as review body with inline comments (not separate comment)
  • /review defaults to inline comments mode
  • Inline /ask replies 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

09 Jan 17:53

Choose a tag to compare

🎉 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

09 Jan 16:39

Choose a tag to compare

🎉 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 }}