Files
u-claw/website
dongsheng123132 b9656b260d fix: async command execution to prevent agent blocking
- Commands now run in goroutines, message loop never blocked
- WebSocket writes protected with mutex for concurrency safety
- Max 5 concurrent commands with semaphore limiting
- Long-running commands (npm install, large downloads) no longer freeze agent
2026-03-25 17:15:09 +08:00
..
2026-03-22 21:27:45 +08:00
2026-03-18 22:10:16 +08:00