summaryrefslogtreecommitdiff
path: root/internal/hexaicli/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaicli/run.go')
-rw-r--r--internal/hexaicli/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/hexaicli/run.go b/internal/hexaicli/run.go
index 0da1a5f..df37f82 100644
--- a/internal/hexaicli/run.go
+++ b/internal/hexaicli/run.go
@@ -92,6 +92,7 @@ func cliTemperatureFromEntry(cfg appconfig.App, provider string, entry appconfig
// Run executes the Hexai CLI behavior given arguments and I/O streams.
// It assumes flags have already been parsed by the caller.
func Run(ctx context.Context, args []string, stdin io.Reader, stdout, stderr io.Writer) error {
+ llm.RegisterAllProviders()
return NewRunner().Run(ctx, args, stdin, stdout, stderr)
}