🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@squadai/cli

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squadai/cli - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+8
-0
CHANGELOG.md
# Changelog
## [0.3.1](https://github.com/the-basilisk-ai/squad-cli/compare/cli-v0.3.0...cli-v0.3.1) (2026-05-07)
### Bug Fixes
* **ci:** use claude_code_oauth_token instead of anthropic_api_key ([#16](https://github.com/the-basilisk-ai/squad-cli/issues/16)) ([841c1d0](https://github.com/the-basilisk-ai/squad-cli/commit/841c1d0511cb8a71b0bf3ef0a10e02829905149d))
* resolve Dependabot security vulnerabilities ([#19](https://github.com/the-basilisk-ai/squad-cli/issues/19)) ([a7d390d](https://github.com/the-basilisk-ai/squad-cli/commit/a7d390de2f531f2d5868b0d50921978ea5e80aae))
## [0.3.0](https://github.com/the-basilisk-ai/squad-cli/compare/cli-v0.2.0...cli-v0.3.0) (2026-03-18)

@@ -4,0 +12,0 @@

+13
-5
{
"name": "@squadai/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Squad AI CLI - Product strategy management for AI agents and humans",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {
"commander": "^13.1.0",
"open": "^10.1.0"
"commander": "^14.0.3",
"open": "^11.0.0"
},

@@ -41,8 +41,16 @@ "devDependencies": {

"husky": "^9.1.7",
"knip": "^5.87.0",
"knip": "^6.4.1",
"tsup": "^8.4.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"resolutions": {
"**/basic-ftp": "5.2.2",
"**/axios": "1.15.0",
"**/@nestjs/core": "11.1.19",
"**/micromatch/picomatch": "2.3.2",
"**/knip/picomatch": "4.0.4",
"**/tinyglobby/picomatch": "4.0.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

@@ -5,2 +5,4 @@ # @squadai/cli

See the [full documentation](https://docs.meetsquad.ai/guides/squad-cli) for detailed usage guides and examples.
## Install

@@ -7,0 +9,0 @@