Auto-sync: Local changes

Change-Id: I5a8a7972cd9bab1a1b7718c63091eea72e0820e0
diff --git a/server/server/server.go b/server/server/server.go
index 1453820..920d180 100644
--- a/server/server/server.go
+++ b/server/server/server.go
@@ -13,6 +13,7 @@
 	"github.com/iomodo/staff/agent"
 	"github.com/iomodo/staff/git"
 	"github.com/iomodo/staff/llm"
+	_ "github.com/iomodo/staff/llm/openai" // Register OpenAI provider
 	"github.com/iomodo/staff/tm/git_tm"
 	"github.com/joho/godotenv"
 	"golang.org/x/text/cases"