You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows you to pass a starting prompt when starting a new Kimi Code CLI session
This is very similar to the existing -p / -c flags!
However, there is an important difference: with -s, Kimi Code CLI does not exit the session after processing the prompt
Functionally, this gives equivalent behavior as Claude Code when passing a prompt via CLI arg
This unlocks the capability of higher-level processes to more easily "orchestrate" Kimi Code CLI sessions without building away from the design philosophy of the project (from my understanding, at least)
What feature would you like to see?
--starting-prompt/-s-p/-cflags!-s, Kimi Code CLI does not exit the session after processing the promptAdditional information
No response