From df55a02439cbae8a8cada546405e345e0b0ab48d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:36:17 +0000 Subject: [PATCH 1/2] Initial plan From 069cf8d57934be2cb3864398eee1fbb6a66bca6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:38:15 +0000 Subject: [PATCH 2/2] docs: fix CliArgs interface field name in plugin.md Update listEnabled to listEnabledPlugins to match actual implementation in src/cli.ts Co-authored-by: scaryrawr <661373+scaryrawr@users.noreply.github.com> --- plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.md b/plugin.md index 239930d..1915311 100644 --- a/plugin.md +++ b/plugin.md @@ -64,7 +64,7 @@ export interface CliArgs { command: "run" | "operator" | "plugin"; // ... existing fields ... pluginSubcommand?: "enable" | "disable"; - listEnabled?: boolean; + listEnabledPlugins: boolean; marketplaceSubcommand?: "list" | "add" | "remove" | "update"; pluginName?: string; marketplaceTarget?: string; // marketplace name or URL