yao/sandbox/v2
Max 1e454a38ad feat(sandbox/v2): add Host.Stream for real-time streaming exec on Tai host
Add HostExecStream type and Host.Stream method that wraps the HostExec
gRPC ExecStream RPC, providing separate stdout/stderr channels with
Wait and Cancel support. Includes 4 tests covering incremental output,
multi-line, stderr separation, and cancel behavior across k8s and
win-linux platforms. Update API.md documentation accordingly.

Made-with: Cursor
2026-03-08 00:12:21 +08:00
..
docs feat(sandbox/v2): add Host.Stream for real-time streaming exec on Tai host 2026-03-08 00:12:21 +08:00
jsapi Add kubeconfig generation for Tai K8s in CI workflows 2026-03-05 23:32:09 +08:00
bench_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
box.go refactor: update GPT-5 tests and remove unused hostexec test file 2026-03-07 23:43:55 +08:00
box_attach_test.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
box_image_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
box_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
box_workspace_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
config.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
DESIGN.md refactor: remove x-grpc-upstream, benchmark CI job, and harden sandbox v2 2026-03-07 21:41:48 +08:00
errors.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
export_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
grpc.go refactor: remove x-grpc-upstream, benchmark CI job, and harden sandbox v2 2026-03-07 21:41:48 +08:00
grpc_test.go refactor: remove x-grpc-upstream, benchmark CI job, and harden sandbox v2 2026-03-07 21:41:48 +08:00
host.go feat(sandbox/v2): add Host.Stream for real-time streaming exec on Tai host 2026-03-08 00:12:21 +08:00
host_test.go feat(sandbox/v2): add Host.Stream for real-time streaming exec on Tai host 2026-03-08 00:12:21 +08:00
IMPL.md Refactor CI workflows for Tai service and update health checks 2026-03-05 21:58:04 +08:00
Makefile refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
manager.go refactor: update GPT-5 tests and remove unused hostexec test file 2026-03-07 23:43:55 +08:00
manager_lifecycle_test.go refactor: update GPT-5 tests and remove unused hostexec test file 2026-03-07 23:43:55 +08:00
manager_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
sandbox.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
sandbox_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
TEST.md refactor: remove x-grpc-upstream, benchmark CI job, and harden sandbox v2 2026-03-07 21:41:48 +08:00
testutils_test.go refactor: update GPT-5 tests and remove unused hostexec test file 2026-03-07 23:43:55 +08:00
types.go feat(sandbox/v2): add Host.Stream for real-time streaming exec on Tai host 2026-03-08 00:12:21 +08:00