@psnext/slingcli 2.4.20260520-4 → 2.4.20260520-5
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.
package/README.md
CHANGED
|
@@ -58,12 +58,12 @@ sling
|
|
|
58
58
|
|
|
59
59
|
| Sling Command | Description |
|
|
60
60
|
| ------------------- | ---------------------------------------- |
|
|
61
|
-
| `/
|
|
62
|
-
| `/
|
|
63
|
-
| `/
|
|
64
|
-
| `/
|
|
65
|
-
| `/
|
|
66
|
-
| `/
|
|
61
|
+
| `/s:debug` | Toggle Slingshot debug logging |
|
|
62
|
+
| `/s:footer` | Toggle custom footer with Slingshot info |
|
|
63
|
+
| `/s:skills-manager | Open Skill Manager |
|
|
64
|
+
| `/s:filechanges | Toggle file changes tracking |
|
|
65
|
+
| `/s:context | Visualize context |
|
|
66
|
+
| `/s:acm | Toggle Agentic Context Management |
|
|
67
67
|
|
|
68
68
|
## Available models
|
|
69
69
|
|
|
@@ -74,6 +74,9 @@ sling
|
|
|
74
74
|
| claude-sonnet-4-5@20250929 | Yes |
|
|
75
75
|
| gpt-5 | Yes |
|
|
76
76
|
| gpt-5.1 | Yes |
|
|
77
|
+
| gpt-5.2 | Yes |
|
|
78
|
+
| gpt-5.4 | Yes |
|
|
79
|
+
| gpt-5.5 | Yes |
|
|
77
80
|
| gpt-4.1 | No |
|
|
78
81
|
| o3 | Yes |
|
|
79
82
|
| gemini-2.5-pro | Yes |
|
|
@@ -11734,7 +11734,7 @@ export const MODELS = {
|
|
|
11734
11734
|
cost: {
|
|
11735
11735
|
input: 0.39,
|
|
11736
11736
|
output: 2.34,
|
|
11737
|
-
cacheRead: 0
|
|
11737
|
+
cacheRead: 0,
|
|
11738
11738
|
cacheWrite: 0,
|
|
11739
11739
|
},
|
|
11740
11740
|
contextWindow: 262144,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@psnext/slingcli",
|
|
3
|
-
"version": "2.4.20260520-
|
|
3
|
+
"version": "2.4.20260520-5",
|
|
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.20260520-
|
|
32
|
+
"slingVersion": "2.4.20260520-5",
|
|
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",
|