refactor: Move out agent roles from Chat root view controller

This commit is contained in:
Petr Mironychev
2026-05-15 11:00:49 +02:00
parent cab2f0a55e
commit 9f7497d15c
3 changed files with 25 additions and 72 deletions

View File

@@ -15,6 +15,7 @@
namespace QodeAssist::Chat {
class ChatCompressor;
class AgentRoleController;
class ChatRootView : public QQuickItem
{
@@ -271,10 +272,8 @@ private:
QStringList m_availableConfigurations;
QString m_currentConfiguration;
QStringList m_availableAgentRoles;
QString m_currentAgentRole;
ChatCompressor *m_chatCompressor;
AgentRoleController *m_agentRoleController;
};
} // namespace QodeAssist::Chat