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

@ -142,9 +142,9 @@ Examples:
pub enum SkillCommands {
/// List all installed skills
List,
/// Install a new skill from a URL or local path
/// Install a new skill from a git URL (HTTPS/SSH) or local path
Install {
/// Source URL or local path
/// Source git URL (HTTPS/SSH) or local path
source: String,
},
/// Remove an installed skill