generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Description
The /chat resume picker pagination is broken in v1.28.1. Older sessions cannot be selected despite being present in the database. The v1.28.0
changelog indicated this was fixed, but the issue persists.
Steps to Reproduce
- Have 14+ days of chat sessions saved (enough to span multiple pages in the picker)
- Run /chat resume from within a chat session, or kiro-cli chat --resume-picker from terminal
- The picker shows paginated results (e.g., "2/2") displaying only the most recent sessions
- Attempt to navigate to page 1/2 to see older sessions — no way to do so
Expected Behavior
The resume picker should allow navigating between all pages of saved sessions, so users can select and resume any session from the last 14+ days.
Actual Behavior
The picker shows page 2/2 (most recent sessions) but provides no way to navigate to page 1/2 (older sessions). kiro-cli chat --list-sessions shows all
sessions correctly — they exist in the database but are inaccessible through the picker.
Environment
- kiro-cli version: 1.28.1
- OS: Ubuntu 22.04 (Linux)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists