We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2de5 commit 68c2716Copy full SHA for 68c2716
pkg/tui/page/chat/chat.go
@@ -104,13 +104,8 @@ func New(a *app.App, sessionState *service.SessionState) Page {
104
}
105
106
return &chatPage{
107
-<<<<<<< HEAD
108
- sidebar: sidebar.New(sessionState.TodoManager),
+ sidebar: sidebar.New(sessionState.TodoManager, a.AgentCount()),
109
messages: messages.New(a, sessionState),
110
-=======
111
- sidebar: sidebar.New(a.AgentCount()),
112
- messages: messages.New(a),
113
->>>>>>> aa627aa2 (fix percentage)
114
editor: editor.New(a, historyStore),
115
focusedPanel: PanelEditor,
116
app: a,
0 commit comments