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
Extract the single-page VSS listing logic into a list_keys method
that accepts page_token and page_size parameters. list_internal
now drives the pagination loop itself, calling list_keys per page.
This prepares for PaginatedKVStore support which will reuse
list_keys for single-page queries.
This also fixes a potential issue where if the VSS server returned None
for the page token we could enter into an infinite loop.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments