Skip to content

Conversation

@kcoopermiller
Copy link
Member

@kcoopermiller kcoopermiller commented Jan 25, 2026

--label delete now properly respects --only-mine and also added name-based deletion (cli only)


Note

Introduces safer, more flexible sandbox deletion flows and clearer output.

  • Adds --name/-n to delete sandboxes by exact name, with preview table and confirmations when multiple match
  • Applies --only-mine/--all-users consistently to --all, --label, and --name paths; validates user_id when filtering
  • Replaces ad-hoc loops with _bulk_delete_sandboxes (batched by BULK_DELETE_BATCH_SIZE=100) and _print_bulk_delete_results for unified progress and summaries
  • Changes --label deletion to client-side fetch/filter + confirm + batched delete instead of server-side bulk by labels
  • Improves validation/errors: mutual exclusivity of inputs and clearer confirmation messages

Written by Cursor Bugbot for commit 3ac68e8. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8c1df837c3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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