yao/agent/sandbox/v2
Max 020927e9af feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature
- Updated the sandbox initialization to resolve both the assistant directory and skills subdirectory, improving directory management.
- Modified the RunPrepareSteps function signature to include an assistantDir parameter, allowing for better handling of file copy operations.
- Adjusted all relevant calls to RunPrepareSteps across the codebase to accommodate the new parameter, ensuring consistency in execution.
- Enhanced test cases to reflect the updated function signature, improving coverage and reliability of the sandbox preparation process.
2026-03-18 22:58:38 +08:00
..
claude feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature 2026-03-18 22:58:38 +08:00
testutils feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
types feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature 2026-03-18 22:58:38 +08:00
yao feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature 2026-03-18 22:58:38 +08:00
init.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
lifecycle.go feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
lifecycle_test.go feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
options.go feat(sandbox): enhance lifecycle management and box status handling 2026-03-15 11:51:09 +08:00
prepare.go feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature 2026-03-18 22:58:38 +08:00
prepare_test.go feat(sandbox): enhance assistant directory handling and update RunPrepareSteps signature 2026-03-18 22:58:38 +08:00
runner.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
shell.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
stream.go feat(sandbox): update sandbox status messages and improve loading feedback 2026-03-15 13:52:38 +08:00
testutils_remote_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
testutils_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
testutils_wintest_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
token.go fix(sandbox): update token generation and improve ClaudeRunner file handling 2026-03-15 17:22:44 +08:00