roo installer had some bugs

This commit is contained in:
Brian Madison
2025-12-15 15:08:19 +08:00
parent 60238d2854
commit 5716282898
7 changed files with 28 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ class BaseIdeSetup {
* @returns {string} The activation header text
*/
async getAgentCommandHeader() {
const headerPath = path.join(getSourcePath(), 'src', 'utility', 'agent-components', 'agent-command-header.md');
const headerPath = getSourcePath('utility', 'agent-components', 'agent-command-header.md');
return await fs.readFile(headerPath, 'utf8');
}