Merged
Conversation
aad5faf to
7208df5
Compare
7208df5 to
463a1fd
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
463a1fd to
04b5c7e
Compare
MantasMiksys
approved these changes
Feb 18, 2026
|
🎉 This PR is included in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Moderate risk due to a broad refactor of CLI routing/help generation and new nested command dispatch logic (including dynamic module imports). New IAM policy management touches auth-dependent flows and could affect user-facing behavior if command/spec wiring is wrong.
Overview
Adds a PR GitHub Action (
.github/workflows/pr.yaml) that runsnpm ci, build, and tests on pull requests.Expands the CLI command model from 2-level
command/operationto fully nested commands by makingCommandSpecrecursive, updatingspecs.yamlfromoperationstocommands, and refactoringsrc/cli.tsto register/dispatch commands via path parts (including alias arrays), with added command-name validation to mitigate path traversal.Introduces new user-facing commands:
statnow works (overall storage stats with no args, bucket info, or object metadata);objects setupdates an object’s access level and optionally renames it; andiam policiesaddslist/get/create/edit/deleteflows (OAuth-only) with interactive selection when the policy ARN isn’t provided and support for document input via file/inline JSON/stdin.Improves table output to respect terminal width by adding column shrinking/truncation (
maxWidth, ellipsis), updates@tigrisdata/iamand@tigrisdata/storagedependencies, removes the unused stubsrc/lib/_stat.ts, and extends tests to cover the new help output and nested spec lookup (getCommandSpec).Written by Cursor Bugbot for commit 04b5c7e. This will update automatically on new commits. Configure here.