Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@termly-dev/cli-dev

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@termly-dev/cli-dev - npm Package Compare versions

Comparing version
0.9.0
to
0.9.1
+8
-8
lib/ai-tools/registry.js

@@ -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': {

{
"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",