Skip to content

[codex] page through sandbox list#702

Merged
calavera merged 3 commits into
mainfrom
full-list
May 27, 2026
Merged

[codex] page through sandbox list#702
calavera merged 3 commits into
mainfrom
full-list

Conversation

@calavera
Copy link
Copy Markdown
Contributor

Summary

  • Page through tl sbx ls responses by following paginator tokens/links.
  • Print sandbox rows as each response page is read instead of collecting all sandboxes in memory.
  • Preserve status filtering, quiet mode, archived listing, and final counts while streaming output.

Root Cause

tl sbx ls --all only read the first list response, so sandboxes after the first API page were never displayed.

Validation

  • rustfmt --edition 2024 --check crates/cli/src/commands/sbx/ls.rs
  • cargo test -p tensorlake-cli commands::sbx::ls::tests

@calavera calavera marked this pull request as ready for review May 27, 2026 00:32
@calavera calavera merged commit ddf4928 into main May 27, 2026
4 of 11 checks passed
@calavera calavera deleted the full-list branch May 27, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants