Add claude code multiplexer service

This commit is contained in:
世界
2025-10-21 10:34:05 +08:00
parent ee07065f7b
commit fac4068214
30 changed files with 1807 additions and 369 deletions
+1
View File
@@ -134,6 +134,7 @@ func ServiceRegistry() *service.Registry {
ssmapi.RegisterService(registry)
registerDERPService(registry)
registerCCMService(registry)
return registry
}