Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Execution blocked by environment wrappers (multicall sandboxing)

Đang mở
#830 1 bình luận 1 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
25/100
Loại issue
Lỗi
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Ít trao đổi
Công nghệ
macos, rust, shell
Lĩnh vực
cli, operating-systems

Hướng nghiên cứu

Start by reproducing gws --help and gws auth login in the Google Antigravity agy runtime, comparing normal invocation with $(command -v gws) --help. No project file or test is named; the work would need to establish whether a supported invocation or configuration can avoid the [multicall] allowlist restriction without hardcoding an absolute path.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Environment Details
  • CLI Package Version: gws-cli (latest via Nix)
  • OS Platform & Version: macOS
  • Installation Method: Nix Flake
  • Runtime Environment: Google Antigravity SDK (agy runtime)
The Issue

Hey everyone,

I’m running into a weird execution blocker and was hoping to get some advice—or if this is the wrong place to ask, maybe someone could point me in the right direction.

I’m trying to automate some Workspace admin tasks by running the gws-cli within a Google Antigravity SDK sandbox environment (the agy runtime). However, whenever I try to run a standard gws command (like gws auth login or gws --help), the environment’s [multicall] wrapper intercepts and completely blocks it because it isn't in its strict allowlist.

I know this is technically an environment/sandbox restriction and probably not a direct bug in the CLI itself, but it’s completely breaking my automated workflows.

Interestingly, I did find a workaround. If I force the invocation to use the absolute binary path like this:

$(command -v gws) --help

...it bypasses the wrapper entirely and works perfectly.

What I'm looking for

Has anyone else tried using gws-cli in tightly sandboxed environments or AI agent runtimes? I’m mostly looking for advice on whether there are better ways to invoke or configure the CLI so it plays nicely with these wrappers, rather than having to hardcode the absolute path everywhere.

If this is completely out of scope here, no worries! But if anyone knows a better place to ask about Antigravity SDK environment quirks, I'd really appreciate a pointer.

Thanks in advance!

Ngôn ngữ chính
Rust
Star
31.1k
Fork
1.8k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của googleworkspace/cli

Tất cả issue của googleworkspace/cli

Issue tương tự

Thêm issue về Rust

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.