Before opening, please confirm:
Operating System
macOS 26.4
Kiro Version
1.29.3
Bug Description
The /checkpoint command and all its subcommands (init, list, restore, expand, diff, clean) are not available in the new TUI UX (default mode). The feature works correctly in --classic mode.
Settings confirm the feature is enabled:
chat.enableCheckpoint = true (global)
chat.enableTangentMode = true (global)
The new UX does not expose /checkpoint as a recognized slash command, even though it is enabled in settings.
Steps to Reproduce
- Ensure
chat.enableCheckpoint is set to true: kiro-cli settings chat.enableCheckpoint true
- Launch
kiro-cli (new TUI UX is default)
- Try typing
/checkpoint — command is not recognized / not available
- Exit with
/quit
- Relaunch with
kiro-cli --classic
- Type
/checkpoint — command works as expected
Expected Behavior
/checkpoint and all its subcommands should be available in the new TUI UX when chat.enableCheckpoint is set to true, consistent with the behavior in --classic mode.
Conversation ID
No response
Additional Context
Before opening, please confirm:
Operating System
macOS 26.4
Kiro Version
1.29.3
Bug Description
The
/checkpointcommand and all its subcommands (init,list,restore,expand,diff,clean) are not available in the new TUI UX (default mode). The feature works correctly in--classicmode.Settings confirm the feature is enabled:
chat.enableCheckpoint = true (global)chat.enableTangentMode = true (global)The new UX does not expose
/checkpointas a recognized slash command, even though it is enabled in settings.Steps to Reproduce
chat.enableCheckpointis set totrue:kiro-cli settings chat.enableCheckpoint truekiro-cli(new TUI UX is default)/checkpoint— command is not recognized / not available/quitkiro-cli --classic/checkpoint— command works as expectedExpected Behavior
/checkpointand all its subcommands should be available in the new TUI UX whenchat.enableCheckpointis set totrue, consistent with the behavior in--classicmode.Conversation ID
No response
Additional Context
Welcome to the new Kiro CLI UX! Use /feedback to share your thoughts. Prefer the classic experience? Relaunch with kiro-cli --classic./feedbackredirects to GitHub Issues rather than providing an in-app feedback mechanism/checkpoint initin non-git directories, but the command itself is missing entirely in new UX)