yao/tai
Max 42b45f9357 refactor(sandbox): streamline sandbox configuration loading and enhance local execution capabilities
- Replaced the previous file extension checks with a unified parsing function for sandbox configuration, improving code clarity and maintainability.
- Introduced a new HostExecConfig structure to manage local execution settings, allowing for more granular control over command execution permissions.
- Removed deprecated Moapi API files and related functionality, simplifying the codebase and reducing maintenance overhead.
- Updated the Tai node registration process to ensure local capabilities are accurately reflected based on the environment, enhancing overall system robustness.
2026-03-18 11:22:08 +08:00
..
api feat(tunnel): refactor VNC and proxy handling with structured routing 2026-03-14 21:51:32 +08:00
docs refactor(sandbox/v2): transition from pool to node configuration 2026-03-09 03:20:09 +08:00
hostexec refactor(sandbox): streamline sandbox configuration loading and enhance local execution capabilities 2026-03-18 11:22:08 +08:00
proxy feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
registry feat(registry, grpc): introduce channel ID constants and logging enhancements 2026-03-13 18:41:15 +08:00
runtime feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
serverinfo/pb feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
taiid feat(tai): enhance node registration and management 2026-03-10 15:40:41 +08:00
tunnel feat(tunnel): refactor VNC and proxy handling with structured routing 2026-03-14 21:51:32 +08:00
types feat(tunnel): refactor VNC and proxy handling with structured routing 2026-03-14 21:51:32 +08:00
vnc feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
volume feat(workspace): add root directory retrieval for workspaces 2026-03-13 18:25:14 +08:00
workspace feat(workspace): add root directory retrieval for workspaces 2026-03-13 18:25:14 +08:00
conn.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
dial.go refactor(sandbox): streamline sandbox configuration loading and enhance local execution capabilities 2026-03-18 11:22:08 +08:00
heartbeat.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
sysinfo.go refactor(sandbox): streamline sandbox configuration loading and enhance local execution capabilities 2026-03-18 11:22:08 +08:00
tai.go refactor(sandbox): streamline sandbox configuration loading and enhance local execution capabilities 2026-03-18 11:22:08 +08:00
tai_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
token.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
yao.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00