MoonshotAI / MoonshotAI/kimi-code
feat: 增加内置 review 和 diff 工作流
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
What feature would you like to see?
希望增加内置的代码审查和 diff 查看工作流。
建议交互:
kimi review:非交互式审查当前工作区改动/review:在 TUI 中审查当前 git diff/diff:在 TUI 中查看当前 diff,最好包含 untracked files
Additional information
代码审查是 coding agent 的高频场景。相比每次手动提示模型,内置命令会更容易发现,也更容易保持行为一致。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the kimi review, /review, and /diff entry points, then trace how the CLI and TUI currently obtain workspace changes. Define completion around non-interactive review, TUI review of the current git diff, and TUI diff viewing that also handles untracked files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, typescript
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100