yao/agent/sandbox/v2/claude
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
..
testdata feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
attachments.go feat(sandbox): add opencode runner and enhance attachment processing 2026-04-24 23:26:55 +08:00
command.go feat(claude): implement user ID hashing and enhance environment setup 2026-05-06 18:36:47 +08:00
command_test.go feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
parse.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
parse_test.go refactor(parser): streamline event handling and tool state management 2026-04-13 22:24:40 +08:00
plat_linuxos.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
plat_macos.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
plat_win.go feat(claude): enhance session management and argument building 2026-03-25 17:25:55 +08:00
platform.go feat(claude): enhance session management and argument building 2026-03-25 17:25:55 +08:00
platform_test.go feat(claude): enhance session management and argument building 2026-03-25 17:25:55 +08:00
runner.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
runner_test.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
session.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00