fix(skills): support SSH git remotes for skills install (#1035)
This commit is contained in:
parent
f10bb998e0
commit
db2d9acd22
4 changed files with 92 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue