yao/sandbox/ipc
Max add0424576 Refactor session cleanup logic to ensure single execution and improve resource management
- Replace direct cleanup calls in the Close method with a sync.Once mechanism to guarantee that cleanup runs only once.
- Remove the cleanup method and integrate its functionality into the Close method, streamlining resource management.
- Update the serve method to call Close for cleanup, enhancing clarity and consistency in session termination.
2026-02-26 15:35:47 +08:00
..
jsonrpc_test.go feat(sandbox): add persistent Docker sandbox for external CLI agents 2026-01-29 19:23:50 +08:00
manager.go Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
manager_test.go Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
session.go Refactor session cleanup logic to ensure single execution and improve resource management 2026-02-26 15:35:47 +08:00
session_test.go Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
types.go Refactor session cleanup logic to ensure single execution and improve resource management 2026-02-26 15:35:47 +08:00