yao/agent/sandbox/v2/claude
Max 54607e26b7 feat(agent): enhance image content handling and vision support
- Added support for processing image content in the agent, providing placeholder text when image parsing fails.
- Implemented a fallback mechanism to utilize vision tools for image analysis, improving the handling of image content.
- Updated tests to validate the new image handling behavior, ensuring correct responses when vision support is unavailable.
- Enhanced system prompts to guide users on using the new `image_read` tool for image analysis, improving user experience.
2026-05-04 13:46:30 +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(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
command_test.go feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
parse.go refactor(parser): streamline event handling and tool state management 2026-04-13 22:24:40 +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 chore(logging): enhance logging and context management in agent and sandbox components 2026-03-25 22:00:58 +08:00