File tree Expand file tree Collapse file tree
coding-agent-plugins/claude-code/skills/slackcli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ slack messages list '#general' --json
173173
174174# Pagination output: when more messages exist on either side of the returned
175175# slice, the text output prints a trailing footer such as
176- # [... older -- -- before 1234.5678 | newer -- --after 2345.6789]
176+ # [older: --before 1234.5678 | newer: --after 2345.6789]
177177# and the JSON envelope includes `has_more_before`, `has_more_after`,
178178# `next_before_ts`, and `next_after_ts`. Use these cursors to page further.
179179
Original file line number Diff line number Diff line change @@ -121,9 +121,12 @@ slice.
121121** Text mode** — a trailing footer is printed when there is more to fetch, e.g.:
122122
123123```
124- [... older -- -- before 1234.5678 | newer -- --after 2345.6789]
124+ [older: --before 1234.5678 | newer: --after 2345.6789]
125125```
126126
127+ In thread view the labels change to ` earlier replies ` / ` later replies ` so
128+ it's clear the cursors page within the thread.
129+
127130Feed either cursor back into a new call to page further:
128131
129132``` bash
You can’t perform that action at this time.
0 commit comments