Feature hasn't been suggested before.
Describe the enhancement you want to request
PR #20259 introduced a dedicated system prompt for Kimi, but it contains a very strict restriction on git mutations:
|
DO NOT run `git commit`, `git push`, `git reset`, `git rebase` and/or do any other git mutations unless explicitly asked to do so. Ask for confirmation each time when you need to do git mutations, even if the user has confirmed in earlier conversations. |
Because of this, the agent cannot automatically make atomic commits or other git actions when using Kimi, even if I have allowed commits in AGENTS.md.
Also, none of the other model system prompts have restriction like that.
I think this rule is unsuitable and should be removed.
Feature hasn't been suggested before.
Describe the enhancement you want to request
PR #20259 introduced a dedicated system prompt for Kimi, but it contains a very strict restriction on git mutations:
opencode/packages/opencode/src/session/prompt/kimi.txt
Line 45 in dff8fbc
Because of this, the agent cannot automatically make atomic commits or other git actions when using Kimi, even if I have allowed commits in AGENTS.md.
Also, none of the other model system prompts have restriction like that.
I think this rule is unsuitable and should be removed.