fix(skills): support SSH git remotes for skills install (#1035)

This commit is contained in:
Chummy 2026-02-20 12:25:47 +08:00 committed by GitHub
parent f10bb998e0
commit db2d9acd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 7 deletions

View file

@ -598,9 +598,9 @@ enum ChannelCommands {
enum SkillCommands {
/// List installed skills
List,
/// Install a skill from a GitHub URL or local path
/// Install a skill from a git URL (HTTPS/SSH) or local path
Install {
/// GitHub URL or local path
/// Git URL (HTTPS/SSH) or local path
source: String,
},
/// Remove an installed skill