Truncated artifact comment listings now hand you a cursor to fetch the remaining threads.
What's wrong with this entry?
When a comments listing is truncated by the size cap, the result now tells the caller how to fetch the rest rather than only pointing at the web page.
- A cursor is computed from the last listed thread.
- The truncation message instructs the caller to re-run the "comments" action with that cursor.
comments with cursor "<cursor from the previous truncated result>"re-run action "comments" with cursor "
Strings lifted out of the shipped bundle, so the claim above can be checked against them.