yao/agent/sandbox/v2/claude
Max af0d4edd74 feat(image): add image generation and enhanced reading capabilities
- Introduced `image_generate` tool for generating images from text prompts, with options for specifying output file paths and image dimensions.
- Updated `image_read` functionality to allow optional provider specification for enhanced image analysis.
- Implemented new `GenerateImage` method in the LLM API for seamless integration of image generation capabilities.
- Enhanced documentation to include detailed usage examples for both image reading and generation tools.
- Updated tests to validate new image generation features and ensure robust functionality across image tools.
2026-05-06 10:59:35 +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(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +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