yao/agent/sandbox/v2
Max f230f1e90c feat(workspace): enhance attachment handling and execution context
- Added support for reading files from workspace URIs in the delivery process, allowing for more flexible attachment management.
- Introduced a new `convertWorkspaceAttachment` function to handle workspace-based file retrieval and integration into messenger attachments.
- Updated the `AgentCaller` to include execution mode in the context, improving task execution tracking.
- Enhanced the `RunDelivery` method to utilize workspace manifests for delivery input, reducing token usage and improving efficiency.
- Implemented locale handling in various request structures to support multi-language capabilities in user interfaces.
2026-05-07 19:32:48 +08:00
..
claude feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
opencode feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
shared feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
testutils feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
types feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +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): add opencode runner and enhance attachment processing 2026-04-24 23:26:55 +08:00
lifecycle.go fix(sandbox/v2): LifecycleAction uses computer.BoxID instead of cfg.ID 2026-03-29 23:08:50 +08:00
lifecycle_test.go feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
options.go refactor(sandbox/v2): replace resolveEnvRef with str.EnvVar for environment variable handling 2026-03-30 11:18:36 +08:00
prepare.go feat(sandbox): add opencode runner and enhance attachment processing 2026-04-24 23:26:55 +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 fix(sandbox/v2): update initSandboxV2 to return a per-request SandboxConfig 2026-03-30 08:10:58 +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