@psnext/slingcli 2.5.20260617-1 → 2.5.20260617-2
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/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +21 -57
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +116 -155
- package/node_modules/@earendil-works/pi-ai/dist/models.js +4 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +52 -34
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +11 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +7 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +15 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +18 -17
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +21 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +8 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/stream.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js +17 -22
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-env.js +44 -0
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bun/restore-sandbox-env.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +10 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +8 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +10 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/vendor/marked.min.js +75 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +17 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +8 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +10 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +19 -19
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +6 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +17 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +0 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js +0 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +6 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +23 -5
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +17 -17
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +5 -1
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/node_modules/marked/README.md +13 -4
- package/node_modules/marked/bin/main.js +16 -14
- package/node_modules/marked/bin/marked.js +2 -1
- package/node_modules/marked/lib/marked.d.ts +157 -125
- package/node_modules/marked/lib/marked.esm.js +67 -2179
- package/node_modules/marked/lib/marked.esm.js.map +3 -3
- package/node_modules/marked/lib/marked.umd.js +67 -2201
- package/node_modules/marked/lib/marked.umd.js.map +3 -3
- package/node_modules/marked/man/marked.1 +4 -2
- package/node_modules/marked/man/marked.1.md +2 -1
- package/node_modules/marked/package.json +27 -35
- package/package.json +6 -6
- package/slingshot/index.js +253 -253
- package/node_modules/marked/lib/marked.cjs +0 -2211
- package/node_modules/marked/lib/marked.cjs.map +0 -7
- package/node_modules/marked/lib/marked.d.cts +0 -728
- package/node_modules/marked/marked.min.js +0 -69
- /package/node_modules/marked/{LICENSE.md → LICENSE} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH "MARKED" "1" "
|
|
1
|
+
.TH "MARKED" "1" "June 2026" "18.0.4"
|
|
2
2
|
.SH "NAME"
|
|
3
3
|
\fBmarked\fR \- a javascript markdown parser
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -104,7 +104,9 @@ marked\.parse('*foo*');
|
|
|
104
104
|
Please report any bugs to https://github.com/markedjs/marked
|
|
105
105
|
.SH LICENSE
|
|
106
106
|
.P
|
|
107
|
-
Copyright (c)
|
|
107
|
+
Copyright (c) 2018+, MarkedJS\. (MIT License)
|
|
108
|
+
.br
|
|
109
|
+
Copyright (c) 2011\-2018, Christopher Jeffrey\. (MIT License)
|
|
108
110
|
.SH SEE ALSO
|
|
109
111
|
.P
|
|
110
112
|
markdown(1), nodejs(1)
|
|
@@ -85,7 +85,8 @@ Please report any bugs to <https://github.com/markedjs/marked>.
|
|
|
85
85
|
|
|
86
86
|
## LICENSE
|
|
87
87
|
|
|
88
|
-
Copyright (c)
|
|
88
|
+
Copyright (c) 2018+, MarkedJS. (MIT License)
|
|
89
|
+
Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
|
|
89
90
|
|
|
90
91
|
## SEE ALSO
|
|
91
92
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "marked",
|
|
3
3
|
"description": "A markdown parser built for speed",
|
|
4
4
|
"author": "Christopher Jeffrey",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "18.0.5",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"main": "./lib/marked.
|
|
7
|
+
"main": "./lib/marked.esm.js",
|
|
8
8
|
"module": "./lib/marked.esm.js",
|
|
9
9
|
"browser": "./lib/marked.umd.js",
|
|
10
10
|
"types": "./lib/marked.d.ts",
|
|
@@ -15,22 +15,14 @@
|
|
|
15
15
|
"files": [
|
|
16
16
|
"bin/",
|
|
17
17
|
"lib/",
|
|
18
|
-
"man/"
|
|
19
|
-
"marked.min.js"
|
|
18
|
+
"man/"
|
|
20
19
|
],
|
|
21
20
|
"exports": {
|
|
22
21
|
".": {
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
"default": "./lib/marked.esm.js"
|
|
26
|
-
},
|
|
27
|
-
"default": {
|
|
28
|
-
"types": "./lib/marked.d.cts",
|
|
29
|
-
"default": "./lib/marked.cjs"
|
|
30
|
-
}
|
|
22
|
+
"types": "./lib/marked.d.ts",
|
|
23
|
+
"default": "./lib/marked.esm.js"
|
|
31
24
|
},
|
|
32
25
|
"./bin/marked": "./bin/marked.js",
|
|
33
|
-
"./marked.min.js": "./marked.min.js",
|
|
34
26
|
"./package.json": "./package.json"
|
|
35
27
|
},
|
|
36
28
|
"publishConfig": {
|
|
@@ -56,30 +48,31 @@
|
|
|
56
48
|
"html"
|
|
57
49
|
],
|
|
58
50
|
"devDependencies": {
|
|
59
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
60
|
-
"@markedjs/eslint-config": "^1.0.
|
|
61
|
-
"@markedjs/testutils": "
|
|
51
|
+
"@arethetypeswrong/cli": "^0.18.3",
|
|
52
|
+
"@markedjs/eslint-config": "^1.0.14",
|
|
53
|
+
"@markedjs/testutils": "18.0.0-1",
|
|
62
54
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
63
55
|
"@semantic-release/git": "^10.0.1",
|
|
64
|
-
"@semantic-release/github": "^
|
|
65
|
-
"@semantic-release/npm": "^
|
|
66
|
-
"@semantic-release/release-notes-generator": "^14.
|
|
67
|
-
"cheerio": "1.
|
|
56
|
+
"@semantic-release/github": "^12.0.8",
|
|
57
|
+
"@semantic-release/npm": "^13.1.5",
|
|
58
|
+
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
59
|
+
"cheerio": "1.2.0",
|
|
68
60
|
"commonmark": "0.31.2",
|
|
69
|
-
"cross-env": "^
|
|
61
|
+
"cross-env": "^10.1.0",
|
|
70
62
|
"dts-bundle-generator": "^9.5.1",
|
|
71
|
-
"esbuild": "^0.
|
|
63
|
+
"esbuild": "^0.28.0",
|
|
72
64
|
"esbuild-plugin-umd-wrapper": "^3.0.0",
|
|
73
|
-
"eslint": "^
|
|
65
|
+
"eslint": "^10.4.1",
|
|
74
66
|
"highlight.js": "^11.11.1",
|
|
75
|
-
"markdown-it": "14.
|
|
76
|
-
"marked-highlight": "^2.2.
|
|
77
|
-
"marked-man": "^2.1.
|
|
67
|
+
"markdown-it": "14.2.0",
|
|
68
|
+
"marked-highlight": "^2.2.4",
|
|
69
|
+
"marked-man": "^2.1.1",
|
|
78
70
|
"recheck": "^4.5.0",
|
|
79
|
-
"
|
|
71
|
+
"rimraf": "^6.1.3",
|
|
72
|
+
"semantic-release": "^25.0.3",
|
|
80
73
|
"titleize": "^4.0.0",
|
|
81
74
|
"tslib": "^2.8.1",
|
|
82
|
-
"typescript": "
|
|
75
|
+
"typescript": "6.0.3"
|
|
83
76
|
},
|
|
84
77
|
"scripts": {
|
|
85
78
|
"bench": "npm run build && node test/bench.js",
|
|
@@ -87,25 +80,24 @@
|
|
|
87
80
|
"build:docs": "npm run build && node docs/build.js",
|
|
88
81
|
"build:esbuild": "node esbuild.config.js",
|
|
89
82
|
"build:man": "marked-man man/marked.1.md > man/marked.1",
|
|
90
|
-
"build:reset": "
|
|
91
|
-
"build:types": "tsc && dts-bundle-generator --export-referenced-types --project tsconfig.json -o lib/marked.d.ts src/marked.ts
|
|
83
|
+
"build:reset": "rimraf ./lib ./public",
|
|
84
|
+
"build:types": "tsc && dts-bundle-generator --export-referenced-types --project tsconfig.json -o lib/marked.d.ts src/marked.ts",
|
|
92
85
|
"lint": "eslint --fix",
|
|
93
86
|
"rules": "node test/rules.js",
|
|
94
|
-
"test": "npm run build && npm run test:specs && npm run test:unit",
|
|
95
|
-
"test:all": "npm test && npm run test:umd && npm run test:cjs && npm run test:types && npm run test:lint",
|
|
87
|
+
"test": "npm run build:reset && npm run build:docs && npm run test:specs && npm run test:unit && npm run test:umd && npm run test:cjs && npm run test:types && npm run test:lint",
|
|
96
88
|
"test:cjs": "node test/cjs-test.cjs",
|
|
97
89
|
"test:lint": "eslint",
|
|
98
90
|
"test:only": "npm run build && npm run test:specs:only && npm run test:unit:only",
|
|
99
|
-
"test:redos": "node test/recheck.
|
|
91
|
+
"test:redos": "node test/recheck.ts > vuln.js",
|
|
100
92
|
"test:specs:only": "node --test --test-only --test-reporter=spec test/run-spec-tests.js",
|
|
101
93
|
"test:specs": "node --test --test-reporter=spec test/run-spec-tests.js",
|
|
102
|
-
"test:types": "tsc --project tsconfig-type-test.json && attw -P --
|
|
94
|
+
"test:types": "tsc --project tsconfig-type-test.json && attw -P --entrypoints . --profile esm-only",
|
|
103
95
|
"test:umd": "node test/umd-test.js",
|
|
104
96
|
"test:unit:only": "node --test --test-only --test-reporter=spec test/unit/*.test.js",
|
|
105
97
|
"test:unit": "node --test --test-reporter=spec test/unit/*.test.js",
|
|
106
98
|
"test:update": "node test/update-specs.js"
|
|
107
99
|
},
|
|
108
100
|
"engines": {
|
|
109
|
-
"node": ">=
|
|
101
|
+
"node": ">= 20"
|
|
110
102
|
}
|
|
111
103
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@psnext/slingcli",
|
|
3
|
-
"version": "2.5.20260617-
|
|
3
|
+
"version": "2.5.20260617-2",
|
|
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,12 +29,12 @@
|
|
|
29
29
|
"type": "git",
|
|
30
30
|
"url": "git+https://pscode.lioncloud.net/psaiproducts/slingcli.git"
|
|
31
31
|
},
|
|
32
|
-
"slingVersion": "2.5.20260617-
|
|
32
|
+
"slingVersion": "2.5.20260617-2",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@earendil-works/pi-tui": "file:../.sling-pack/earendil-works-pi-tui-0.79.
|
|
35
|
-
"@earendil-works/pi-ai": "file:../.sling-pack/earendil-works-pi-ai-0.79.
|
|
36
|
-
"@earendil-works/pi-agent-core": "file:../.sling-pack/earendil-works-pi-agent-core-0.79.
|
|
37
|
-
"@earendil-works/pi-coding-agent": "file:../.sling-pack/earendil-works-pi-coding-agent-0.79.
|
|
34
|
+
"@earendil-works/pi-tui": "file:../.sling-pack/earendil-works-pi-tui-0.79.6.tgz",
|
|
35
|
+
"@earendil-works/pi-ai": "file:../.sling-pack/earendil-works-pi-ai-0.79.6.tgz",
|
|
36
|
+
"@earendil-works/pi-agent-core": "file:../.sling-pack/earendil-works-pi-agent-core-0.79.6.tgz",
|
|
37
|
+
"@earendil-works/pi-coding-agent": "file:../.sling-pack/earendil-works-pi-coding-agent-0.79.6.tgz",
|
|
38
38
|
"undici": "^7.19.1",
|
|
39
39
|
"semver": "^7.6.0"
|
|
40
40
|
},
|