diff --git a/sdk/cliproxy/service.go b/sdk/cliproxy/service.go index 2873f0027..f9f33e238 100644 --- a/sdk/cliproxy/service.go +++ b/sdk/cliproxy/service.go @@ -1193,6 +1193,7 @@ func (s *Service) registerHomeExecutors() { s.coreManager.RegisterExecutor(executor.NewAIStudioExecutor(s.cfg, "", s.wsGateway)) s.coreManager.RegisterExecutor(executor.NewAntigravityExecutor(s.cfg)) s.coreManager.RegisterExecutor(executor.NewKimiExecutor(s.cfg)) + s.coreManager.RegisterExecutor(executor.NewXAIExecutor(s.cfg)) s.coreManager.RegisterExecutor(executor.NewOpenAICompatExecutor("openai-compatibility", s.cfg)) }