mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
codegen
This commit is contained in:
parent
652429377b
commit
fa8a46326a
5 changed files with 14 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue