summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 81083ef72..ea68cd5ad 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -5,12 +5,14 @@ import (
"fmt"
"io"
"os"
+ "strings"
"sync"
"time"
"log/slog"
tea "github.com/charmbracelet/bubbletea"
+ "github.com/go-viper/mapstructure/v2"
zone "github.com/lrstanley/bubblezone"
"github.com/spf13/cobra"
"github.com/sst/opencode/internal/app"
@@ -23,6 +25,7 @@ import (
"github.com/sst/opencode/internal/pubsub"
"github.com/sst/opencode/internal/tui"
"github.com/sst/opencode/internal/version"
+ "github.com/sst/opencode/pkg/client"
)
type SessionIDHandler struct {