Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/tui/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
Loading