Skip to content

[CLI] /checkpoint command missing in new TUI UX #7170

@boday

Description

@boday

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

  1. Ensure chat.enableCheckpoint is set to true: kiro-cli settings chat.enableCheckpoint true
  2. Launch kiro-cli (new TUI UX is default)
  3. Try typing /checkpoint — command is not recognized / not available
  4. Exit with /quit
  5. Relaunch with kiro-cli --classic
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions