feat: feature complete install remote with category selection

This commit is contained in:
2026-05-22 17:00:11 -06:00
parent 54e426bdf9
commit 5ce635565d
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ static REPL_COMMANDS: LazyLock<[ReplCommand; 42]> = LazyLock::new(|| {
),
ReplCommand::new(
".install",
"Reinstall bundled agents, macros, functions, or MCP config (overwrites local changes)",
"Reinstall bundled assets, or install assets from a remote git repo (.install remote <url>)",
AssertState::pass(),
),
ReplCommand::new(