fix(coding-agent): add package subcommand help and friendly errors (#1347)

* fix(coding-agent): add package subcommand help and friendly errors

* refactor(coding-agent): simplify package command parsing and dispatch

* fix(coding-agent): add plain git URL examples to install help
This commit is contained in:
Fero
2026-02-07 03:30:28 +01:00
committed by GitHub
parent 2ae668823c
commit f9161c4d4e
3 changed files with 241 additions and 81 deletions

View File

@@ -185,6 +185,7 @@ ${chalk.bold("Commands:")}
${APP_NAME} update [source] Update installed extensions (skips pinned sources)
${APP_NAME} list List installed extensions from settings
${APP_NAME} config Open TUI to enable/disable package resources
${APP_NAME} <command> --help Show help for install/remove/update/list
${chalk.bold("Options:")}
--provider <name> Provider name (default: google)