Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodexLogin ¶ added in v0.6.0
type Deps ¶
type Deps struct {
AgentsStatus func() (agents.State, error)
Authenticated func() (bool, error)
ClaudeVersion func() string
CodexAuthenticated func() (bool, error)
CodexInstalled func() bool
CodexVersion func() string
Configure func() error
Configured func() (bool, error)
Install func() error
Installed func() bool
ListSessions func() []*claudecode.Session
ListSubdirs func(dir string) ([]string, error)
SessionLastMessage func(id string) string
SessionQR func(id string) ([]byte, error)
SlugForPrompt func(prompt string) string
StartCodexLogin func() (CodexLogin, error)
StartLogin func() (Login, error)
StartSession func(name, dir, prompt string) (*claudecode.Session, error)
StopSession func(id string) error
}
func DefaultDeps ¶
func DefaultDeps() Deps
Click to show internal directories.
Click to hide internal directories.