diff --git a/package.json b/package.json index 160d9e7..eac9973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elevenlabs/cli", - "version": "0.4.3", + "version": "0.5.0", "description": "CLI tool to manage ElevenLabs agents", "type": "module", "keywords": [ diff --git a/src/agents/commands/add.ts b/src/agents/commands/add.ts index e9091f6..617db98 100644 --- a/src/agents/commands/add.ts +++ b/src/agents/commands/add.ts @@ -35,10 +35,11 @@ export function createAddCommand(): Command { .option('--output-path ', 'Custom output path for the config file (optional)') .option('--template