yao/agent/sandbox/v2/claude
Max 10e004bfad feat(logging): enhance logging across various components for improved traceability
- Added detailed trace logging in the Assistant's Stream function to capture computer and workspace information.
- Replaced fmt.Printf statements with kunlog.Trace in the Telegram polling adapter for consistent logging.
- Updated sandbox lifecycle management functions to utilize kunlog for logging workspace and node resolution details.
- Enhanced error handling in the Claude parser with trace logging for JSON unmarshal and scanner errors.
- Improved file handling logging in the workspace API to provide clearer insights into file read operations.
2026-03-21 20:44:59 +08:00
..
testdata feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
attachments.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
command.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
command_test.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
parse.go feat(logging): enhance logging across various components for improved traceability 2026-03-21 20:44:59 +08:00
parse_test.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +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(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +08:00
platform.go feat(tests): enhance bash script validation in platform tests 2026-03-21 11:04:18 +08:00
platform_test.go feat(tests): enhance bash script validation in platform tests 2026-03-21 11:04:18 +08:00
runner.go feat(stream): introduce execute message handling for sandbox CLI actions 2026-03-20 22:48:36 +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(tests): enhance bash script validation in platform tests 2026-03-21 11:04:18 +08:00