🚀 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.1.0
to
0.2.0
+14
CHANGELOG.md
# Changelog
## [0.2.0](https://github.com/the-basilisk-ai/squad-cli/compare/cli-v0.1.0...cli-v0.2.0) (2026-03-18)
### Features
* add release-please for automated releases ([#6](https://github.com/the-basilisk-ai/squad-cli/issues/6)) ([268520f](https://github.com/the-basilisk-ai/squad-cli/commit/268520fe692dfa20a22a0c6257e47e57530a07be))
* bootstrap Squad CLI with OAuth2 PKCE auth and full command set ([#1](https://github.com/the-basilisk-ai/squad-cli/issues/1)) ([f02b988](https://github.com/the-basilisk-ai/squad-cli/commit/f02b9886f7180a9ebc19cd5ab88da339f2c0e975))
### Bug Fixes
* correct API request handling and add smoke tests ([#3](https://github.com/the-basilisk-ai/squad-cli/issues/3)) ([071de4d](https://github.com/the-basilisk-ai/squad-cli/commit/071de4d2f17a21c63d2570448fc155e12f73c78b))
+7
-4
{
"name": "@squadai/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "Squad AI CLI - Product strategy management for AI agents and humans",

@@ -27,8 +27,9 @@ "license": "MIT",

"format:fix": "biome check --write .",
"openapi:squad": "npx tsx ./scripts/openapi-unify-tags.ts && openapi-generator-cli generate -g typescript-fetch -c ./openapi-generator-config.json -i ./openapi/squad.json -o src/lib/openapi/squad"
"knip": "knip",
"openapi:squad": "npx tsx ./scripts/openapi-unify-tags.ts && openapi-generator-cli generate -g typescript-fetch -c ./openapi-generator-config.json -i ./openapi/squad.json -o src/lib/openapi/squad",
"prepare": "husky"
},
"dependencies": {
"commander": "^13.1.0",
"open": "^10.1.0",
"zod": "4.3.6"
"open": "^10.1.0"
},

@@ -39,2 +40,4 @@ "devDependencies": {

"@types/node": "^22.15.0",
"husky": "^9.1.7",
"knip": "^5.87.0",
"tsup": "^8.4.0",

@@ -41,0 +44,0 @@ "tsx": "^4.21.0",

@@ -26,3 +26,3 @@ # @squadai/cli

| `squad auth login\|logout\|status` | Authenticate via OAuth2 PKCE |
| `squad workspace list\|select\|get\|update` | Manage workspaces |
| `squad workspace list\|select\|get\|update\|summary` | Manage workspaces |
| `squad opportunity list\|get\|create\|update\|delete` | Track problem statements |

@@ -35,3 +35,3 @@ | `squad solution list\|get\|create\|update\|delete` | Define and manage solutions |

| `squad search <query>` | Semantic search across workspace |
| `squad view strategy-context` | Full strategy context |
| `squad view strategy-context [--type --id]` | Entity in strategy hierarchy |
| `squad view roadmap` | Solutions by horizon (Now/Next/Later) |

@@ -64,4 +64,5 @@ | `squad opportunity generate-solutions <id>` | AI-generated solutions |

```bash
yarn format # Check
yarn format # Check (Biome)
yarn format:fix # Auto-fix
yarn knip # Dead code detection (Knip)
```

@@ -68,0 +69,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display