From 9daf301cca2ec6e565d11a403c48ad208ba80935 Mon Sep 17 00:00:00 2001 From: Harrison Weinstock Date: Fri, 3 Apr 2026 20:10:59 +0000 Subject: [PATCH] fix: make add command description consistent with remove --- src/cli/tui/copy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/tui/copy.ts b/src/cli/tui/copy.ts index fe2344cc..e6ba76d5 100644 --- a/src/cli/tui/copy.ts +++ b/src/cli/tui/copy.ts @@ -31,7 +31,7 @@ export const COMMAND_DESCRIPTIONS = { /** Main program description */ program: 'Build and deploy Agentic AI applications on AgentCore', /** Command descriptions */ - add: 'Add resources (agent, evaluator, online-eval, memory, credential, target)', + add: 'Add resources to project config.', create: 'Create a new AgentCore project', deploy: 'Deploy project infrastructure to AWS via CDK.', dev: 'Launch local dev server, or invoke an agent locally.',