Commit bedf65b
committed
fix: remove unusable nextCommand stub from promptEnvironmentSelection pagination
The nextCommand in promptEnvironmentSelection always included '--query' ''
(an empty placeholder) with no --offset/--limit, making it a non-executable
template rather than a concrete next-page command. This conflicted with the
PaginationInfo.nextCommand semantics used in bin.ts, where nextCommand is
only emitted when hasMore is true and includes concrete offset/limit values.
Remove nextCommand entirely since all choices are already returned in this
context (no additional pages to fetch).1 parent ee4086e commit bedf65b
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | 933 | | |
937 | 934 | | |
938 | 935 | | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | 936 | | |
949 | 937 | | |
950 | 938 | | |
| |||
0 commit comments