支持配置cline的skills

This commit is contained in:
xintaofei
2026-03-31 22:35:42 +08:00
parent 80a5f8c589
commit 967a16aeaa
2 changed files with 15 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ function defaultSkillLayoutForAgent(
if (agentType === "codex") return "skill_directory"
if (agentType === "gemini") return "skill_directory"
if (agentType === "open_claw") return "skill_directory"
if (agentType === "cline") return "skill_directory"
return null
}