@termly-dev/cli-dev
Advanced tools
@@ -36,8 +36,8 @@ const { exec } = require('child_process'); | ||
| key: 'github-copilot', | ||
| command: 'gh', | ||
| args: ['copilot'], | ||
| command: 'copilot', | ||
| args: [], | ||
| displayName: 'GitHub Copilot CLI', | ||
| description: 'GitHub\'s command line AI', | ||
| website: 'https://github.com/features/copilot', | ||
| checkInstalled: async () => await commandExists('gh') | ||
| checkInstalled: async () => await commandExists('copilot') | ||
| }, | ||
@@ -73,8 +73,8 @@ 'cody': { | ||
| key: 'cursor', | ||
| command: 'cursor', | ||
| args: ['chat'], | ||
| displayName: 'Cursor CLI', | ||
| description: 'Cursor\'s AI coding assistant CLI', | ||
| command: 'cursor-agent', | ||
| args: [], | ||
| displayName: 'Cursor Agent CLI', | ||
| description: 'Cursor\'s AI coding assistant CLI (Beta)', | ||
| website: 'https://cursor.com/blog/cli', | ||
| checkInstalled: async () => await commandExists('cursor') | ||
| checkInstalled: async () => await commandExists('cursor-agent') | ||
| }, | ||
@@ -81,0 +81,0 @@ 'chatgpt': { |
+1
-1
| { | ||
| "name": "@termly-dev/cli-dev", | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "description": "Universal terminal access for AI coding assistants (Development version)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
148334
0.01%