You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `formatResource()` is for inline resource name references, not for record headings
339
394
- `formatHeading()` is for record heading lines that act as visual separators between multi-field records
340
395
- `formatLabel(text)` for field labels in detail lines (automatically appends `:`)
341
396
- `formatSuccess()` is not used in list commands — it's for confirming an action completed
397
+
- `formatLimitWarning()` should only be shown when `hasMore` is true — it means there are more results beyond the limit
398
+
- Always include `hasMore` in JSON output for paginated commands so consumers know if results are truncated
399
+
- Use `collectPaginatedResults()` for SDK paginated results, `collectHttpPaginatedResults()` for `rest.request()` results, and `collectFilteredPaginatedResults()` when a client-side filter is applied across pages
0 commit comments