yao/workspace
Max 7cccf62841 feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail
- Consolidate DialRemote/DialTunnel common logic into buildResources + dialEnv interface
- Remove strict capability check that prevented ConnResources creation for host-exec-only nodes
- Merge gRPC-discovered capabilities with registration-declared capabilities in DialTunnel
- Replace requireKubeConfig hard-fail with graceful skip when kubeconfig is absent
- Introduce tai/types package for shared Ports/Capabilities/SystemInfo/AuthInfo/NodeMeta
- Add tai/conn.go (ConnResources) and tai/dial.go (DialRemote/DialTunnel/DialLocal)
- Rename tai/sandbox → tai/runtime for clarity
- Update sandbox/v2, workspace, agent/sandbox/v2 test utilities for build-tag isolation

Made-with: Cursor
2026-03-12 15:44:24 +08:00
..
jsapi feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
bench_test.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
DESIGN.md Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
errors.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
fileio_test.go feat(workspace): implement JSAPI with archive support and full test coverage 2026-03-08 14:17:39 +08:00
Makefile Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
manager.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
TEST.md Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
testutils_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
workspace.go Enhance Sandbox V2 testing and integration with Workspace 2026-03-05 21:00:50 +08:00
workspace_test.go feat(sandbox/v2): refactor benchmarks and tests to use TaiID 2026-03-09 02:50:28 +08:00