Skip to content

kimi cli的 flow:skill,在交互模式下, 流程没法中断或者选择 || kimi cli's flow:skill, in interactive mode, the process cannot be interrupted or selected #1480

@Saro50

Description

@Saro50

What version of Kimi Code CLI is running?

1.22.0

Which open platform/subscription were you using?

/login

Which model were you using?

kimi-for-coding

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

使用示例的flow:skill

name: code-review
description: 代码审查工作流
type: flow

BEGIN -> B -> C
B: 分析现有代码,为 开发入口 编写说明文档
C: Review 设计文档是否足够详细
C -> B: 
C -> D: 
D: 开始实现
D -> END

kimi cli的 flow:skill,在交互模式下, 流程没法中断或者选择

What steps can reproduce the bug?

任意项目,下 /flow:code-review 会一直输出得到最终结果,人为没法介入

What is the expected behavior?

No response

Additional information

No response


What version of Kimi Code CLI is running?

1.22.0

Which open platform/subscription were you using?

/login

Which model were you using?

kimi-for-coding

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

Use example flow:skill

name: code-review
description: Code review workflow
type: flow

BEGIN -> B -> C
B: Analyze existing code and write documentation for the development portal
C: Review whether the design document is detailed enough
C -> B: No
C -> D: Yes
D: Start to realize
D->END

kimi cli's flow:skill, in interactive mode, the process cannot be interrupted or selected

What steps can reproduce the bug?

For any project, /flow:code-review will always output the final result, and humans cannot intervene.

What is the expected behavior?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions