yao/agent/sandbox/v2
Max fddd137806 fix(sandbox): update token generation and improve ClaudeRunner file handling
- Changed token generation from "sandbox:mcp" to "grpc:mcp" for both access and refresh tokens, aligning with updated service requirements.
- Enhanced ClaudeRunner to copy skills from the specified directory to the ".claude/skills" path, improving skill management.
- Updated MCP configuration file path to ".claude/mcp.json" for better organization and consistency in file handling.
- Added error logging for skill copying and exit code handling in stream execution, enhancing debugging capabilities.

Made-with: Cursor
2026-03-15 17:22:44 +08:00
..
claude fix(sandbox): update token generation and improve ClaudeRunner file handling 2026-03-15 17:22:44 +08:00
testutils feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
types feat(sandbox): enhance sandbox configuration with display name and identifier updates 2026-03-14 18:32:09 +08:00
yao feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
init.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
lifecycle.go feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
lifecycle_test.go feat(sandbox): enhance sandbox initialization and image management 2026-03-15 13:17:58 +08:00
options.go feat(sandbox): enhance lifecycle management and box status handling 2026-03-15 11:51:09 +08:00
prepare.go feat(workspace): add root directory retrieval for workspaces 2026-03-13 18:25:14 +08:00
prepare_test.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
runner.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
shell.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
stream.go feat(sandbox): update sandbox status messages and improve loading feedback 2026-03-15 13:52:38 +08:00
testutils_remote_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
testutils_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
testutils_wintest_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
token.go fix(sandbox): update token generation and improve ClaudeRunner file handling 2026-03-15 17:22:44 +08:00