mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
feat: subagent creation dialog - continued
This commit is contained in:
@@ -539,7 +539,7 @@ export class SubagentManager {
|
||||
* @param level - Storage level
|
||||
* @returns Absolute file path
|
||||
*/
|
||||
private getSubagentPath(name: string, level: SubagentLevel): string {
|
||||
getSubagentPath(name: string, level: SubagentLevel): string {
|
||||
const baseDir =
|
||||
level === 'project'
|
||||
? path.join(this.projectRoot, QWEN_CONFIG_DIR, AGENT_CONFIG_DIR)
|
||||
|
||||
Reference in New Issue
Block a user