yao/agent/sandbox/v2
Max 890ca3e25a refactor(tests): rename and consolidate input building functions for clarity
- Renamed `buildInput` to `buildLastUserMessageJSONL` to better reflect its purpose of constructing JSONL from the last user message.
- Updated test cases to use the new function, ensuring they accurately verify the behavior of skipping system messages and only including the last user message.
- Removed the now redundant `buildFirstRequestJSONL` function, streamlining the input building process in the Claude command tests.
2026-03-27 09:30:35 +08:00
..
claude refactor(tests): rename and consolidate input building functions for clarity 2026-03-27 09:30:35 +08:00
testutils feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
types feat(sandbox): enhance workspace and node handling in lifecycle management 2026-03-21 20:10:08 +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 refactor(sandbox): streamline connector configuration injection and cleanup 2026-03-22 23:29:03 +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 connector configuration and streamline sandbox execution 2026-03-21 23:10:15 +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(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +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