feat: display ASCII banner on TUI startup
This commit is contained in:
@@ -27,6 +27,9 @@ func TestInitialModel(t *testing.T) {
|
||||
if len(m.history) != 1 {
|
||||
t.Errorf("expected 1 initial message in history, got %d", len(m.history))
|
||||
}
|
||||
if !strings.Contains(m.history[0].Content, "Sidekick initialized") {
|
||||
t.Error("expected initial message content to contain 'Sidekick initialized'")
|
||||
}
|
||||
}
|
||||
|
||||
func TestModelUpdate(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user