yao/agent/sandbox/v2/claude
Max da4a803c11 feat(locale): enhance locale handling and agent functionalities
- Added locale support in various components, including the Assistant's execution context and agent tools, to improve internationalization.
- Updated the `pickNodeByFilter` function to include a fallback mechanism for host_exec nodes when no container nodes are available.
- Introduced a new `agent_reference` tool for downloading agent source code for read-only study, alongside updates to the `agent_download` tool to restrict downloads to the 'smith' namespace.
- Enhanced documentation and tests to reflect the new functionalities and ensure robust locale extraction and handling.
2026-05-13 21:25:49 +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(locale): enhance locale handling and agent functionalities 2026-05-13 21:25:49 +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