yao/agent/sandbox/v2/claude
Max 9eef569e4b feat(agent): enhance system configuration and connector management
- Updated the system configuration to include new role-level defaults for Light, Vision, and Audio connectors.
- Refactored the resolveSystemConnector function to prioritize per-agent overrides, improving connector resolution logic.
- Enhanced LLMConnector integration across various components to streamline settings retrieval and capabilities management.
- Improved error handling and logging for connector-related operations, ensuring better diagnostics and user feedback.
2026-05-01 10:31:58 +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 system configuration and connector management 2026-05-01 10:31:58 +08:00
command_test.go feat(workspace): add workspace ID retrieval and integration into environment configuration 2026-04-13 14:47:08 +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 system configuration and connector management 2026-05-01 10:31:58 +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