Guess what? Fixed more bugs...

This commit is contained in:
2026-02-12 19:01:28 +01:00
parent abd1dfddd4
commit 2434e554f8
2 changed files with 7 additions and 31 deletions

View File

@@ -60,8 +60,6 @@ struct ChatView: View {
// Input bar
InputBar(
text: $viewModel.inputText,
commandHistory: $viewModel.commandHistory,
historyIndex: $viewModel.historyIndex,
isGenerating: viewModel.isGenerating,
mcpStatus: viewModel.mcpStatus,
onlineMode: viewModel.onlineMode,