-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like to see?
Description
Currently, Kimi Code CLI operates with a fixed lifecycle. Users cannot easily inject custom context or trigger external workflows without modifying the core codebase.
Proposal
I propose implementing a Hooks System inspired by Claude Code. This would allow users to configure scripts that trigger at specific lifecycle events (e.g., SessionStart, PreToolUse, UserPromptSubmit), enabling local extensibility without bloating the core tool.
Proposed Approach
Implement a hook system configurable via a user settings file (e.g., ~/.kimi/settings.json or project-local config).
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request