@psnext/slingcli 2.4.20260522-1 → 2.4.20260522-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ws",
3
- "version": "8.20.1",
3
+ "version": "8.21.0",
4
4
  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
5
5
  "keywords": [
6
6
  "HyBi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@psnext/slingcli",
3
- "version": "2.4.20260522-1",
3
+ "version": "2.4.20260522-3",
4
4
  "description": "Connects Sling CLI to Publicis Sapient Slingshot enterprise LLM gateway. Bundles the pi coding-agent runtime.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "type": "git",
30
30
  "url": "git+https://pscode.lioncloud.net/psaiproducts/slingcli.git"
31
31
  },
32
- "slingVersion": "2.4.20260522-1",
32
+ "slingVersion": "2.4.20260522-3",
33
33
  "dependencies": {
34
34
  "@earendil-works/pi-tui": "file:../.sling-pack/earendil-works-pi-tui-0.75.4.tgz",
35
35
  "@earendil-works/pi-ai": "file:../.sling-pack/earendil-works-pi-ai-0.75.4.tgz",
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "packages": [
3
- "npm:pi-subagents",
3
+ "npm:@psnext/s-subagents",
4
4
  "npm:pi-ask-user",
5
5
  "npm:pi-hermes-memory",
6
6
  "npm:pi-smart-fetch"
7
7
  ],
8
+ "unsupportedPackages": [
9
+ "npm:pi-subagents"
10
+ ],
8
11
  "comment": "List of packages to automatically install on first run. Add more packages to the array as needed."
9
12
  }