Skip to content

Commit 68c2716

Browse files
committed
minor
1 parent 51a2de5 commit 68c2716

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkg/tui/page/chat/chat.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,8 @@ func New(a *app.App, sessionState *service.SessionState) Page {
104104
}
105105

106106
return &chatPage{
107-
<<<<<<< HEAD
108-
sidebar: sidebar.New(sessionState.TodoManager),
107+
sidebar: sidebar.New(sessionState.TodoManager, a.AgentCount()),
109108
messages: messages.New(a, sessionState),
110-
=======
111-
sidebar: sidebar.New(a.AgentCount()),
112-
messages: messages.New(a),
113-
>>>>>>> aa627aa2 (fix percentage)
114109
editor: editor.New(a, historyStore),
115110
focusedPanel: PanelEditor,
116111
app: a,

0 commit comments

Comments
 (0)