Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func NewApp ¶
func NewApp(service appservice.Service, cfg config.Config, options AppOptions) *App
func (*App) FocusInput ¶
func (g *App) FocusInput()
func (*App) LoadInitialEnvironment ¶ added in v0.33.0
func (g *App) LoadInitialEnvironment()
type AppOptions ¶ added in v0.33.0
type EnvironmentLoadResult ¶ added in v0.33.0
type EnvironmentLoadResult struct {
EnvFilePath string
EnvFileLoaded bool
EnvFileWarning error
EnvFileError error
ShellEnabled bool
ShellLoaded bool
Shell string
ShellDuration time.Duration
ShellError error
Sources map[string]string
}
func LoadEnvironment ¶ added in v0.33.0
func LoadEnvironment(cfg environmentConfig) EnvironmentLoadResult
func (EnvironmentLoadResult) SourceFor ¶ added in v0.33.0
func (r EnvironmentLoadResult) SourceFor(key string) string
type VoiceOptions ¶ added in v0.37.0
type VoiceOptions struct {
Recorder voice.Recorder
Transcriber voice.Transcriber
Schedule func(func())
}
Source Files
¶
- actions.go
- app.go
- components.go
- dev.go
- dev_menu.go
- environment.go
- history.go
- icons.go
- input_entry.go
- interaction.go
- livelimit.go
- main_window.go
- mascot_animation.go
- presenter.go
- provider_entry.go
- provider_status_icon.go
- response_markdown.go
- routine.go
- settings_dialog.go
- settings_validation.go
- state.go
- task.go
- test_dialog.go
- theme.go
- transcript.go
- transcript_view.go
- voice.go
Click to show internal directories.
Click to hide internal directories.