INNER CODE UNIT · Go
func
umputun/ralphex · cmd/ralphex/main.go:129
func (stderrLog) Print(format string, args ...any) {
fmt.Fprintf(os.Stderr, format+"\n", args...)
}
// startupInfo holds parameters for printing startup information.
type startupInfo struct {
PlanFile string
PlanDescription string // used for plan mode instead of PlanFile
Branch string
Mode processor.Mode
MaxIterations int
ProgressPath string
Executor string
PassClaudeMd bool
PreserveAnthropicAPIKey bool // when true, surfaced in the banner so users can spot wrong-context runs before claude bills the wrong account
CodexModel string // resolved model for codex plan/task phase; "" means codex picks from ~/.codex/config.toml
CodexEffort string // resolved reasoning effort for codex plan/task phase; "" means codex default
CodexReviewModel string // resolved model for codex review phase; shown only when it differs from CodexModel