feat: Update built in roles and docs

This commit is contained in:
Petr Mironychev
2025-12-08 11:09:21 +01:00
parent 01fd7dad6f
commit 949dad4fd2
5 changed files with 207 additions and 19 deletions

View File

@ -76,6 +76,7 @@ public:
private:
static AgentRole getDefaultDeveloperRole();
static AgentRole getDefaultReviewerRole();
static AgentRole getDefaultResearcherRole();
};
} // namespace QodeAssist::Settings