@numairbaseer/scifcode 0.4.1 → 0.4.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/README.md
CHANGED
|
@@ -33,14 +33,14 @@ checksum manifest and the archive, then extract it and run the included
|
|
|
33
33
|
installer:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
cosign verify-blob scifcode-0.4.
|
|
37
|
-
--bundle scifcode-0.4.
|
|
36
|
+
cosign verify-blob scifcode-0.4.2-offline-SHA256SUMS \
|
|
37
|
+
--bundle scifcode-0.4.2-offline-SHA256SUMS.sigstore.json \
|
|
38
38
|
--certificate-identity \
|
|
39
|
-
https://github.com/numairbaseer/scifcode/.github/workflows/release-cli.yml@refs/tags/v0.4.
|
|
39
|
+
https://github.com/numairbaseer/scifcode/.github/workflows/release-cli.yml@refs/tags/v0.4.2 \
|
|
40
40
|
--certificate-oidc-issuer https://token.actions.githubusercontent.com
|
|
41
|
-
sha256sum -c scifcode-0.4.
|
|
42
|
-
tar -xzf scifcode-0.4.
|
|
43
|
-
cd scifcode-0.4.
|
|
41
|
+
sha256sum -c scifcode-0.4.2-offline-SHA256SUMS
|
|
42
|
+
tar -xzf scifcode-0.4.2-linux-x64-baseline.tar.gz
|
|
43
|
+
cd scifcode-0.4.2-linux-x64-baseline
|
|
44
44
|
./install.sh
|
|
45
45
|
```
|
|
46
46
|
|
|
@@ -110,8 +110,8 @@ This happens before the runtime launches, so no separate initialization command
|
|
|
110
110
|
| --- | ---: | --- | --- |
|
|
111
111
|
| `SCIFCODE_CONTROL_PLANE_URL` | no | `http://localhost:8080` | Alternative to `login --control-plane`; useful for managed installation and automation |
|
|
112
112
|
| `SCIFCODE_SESSION_TOKEN` | no | stored login session | Ephemeral process override for the control-plane session |
|
|
113
|
-
| `SCIFCODE_CONTEXT_WINDOW` | no | `
|
|
114
|
-
| `SCIFCODE_MAX_TOKENS` | no | `
|
|
113
|
+
| `SCIFCODE_CONTEXT_WINDOW` | no | `8192` | Context window reported for `scifcoder-1.0` |
|
|
114
|
+
| `SCIFCODE_MAX_TOKENS` | no | `4096` | Maximum output tokens reported for `scifcoder-1.0` |
|
|
115
115
|
| `SCIFCODE_RUNTIME_BIN` | no | installed platform package | Override path to a compiled Scifcode runtime binary |
|
|
116
116
|
| `SCIFCODE_SOURCE_DIR` | no | adjacent `../scifcode` | Development-only path to the Scifcode source fork |
|
|
117
117
|
| `SCIFCODE_BUN_BIN` | no | auto-detected | Development-only Bun executable used to run the fork from source |
|
package/package.json
CHANGED
package/sbom/SHA256SUMS
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
129c5516962714cfccc8e83fab74433672805506ead1fb0e18a518edf37f0385 scifcode-0.4.2-all-platforms.cdx.json
|
package/sbom/{scifcode-0.4.1-all-platforms.cdx.json → scifcode-0.4.2-all-platforms.cdx.json}
RENAMED
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"type": "application",
|
|
98
98
|
"name": "scifcode",
|
|
99
99
|
"group": "@numairbaseer",
|
|
100
|
-
"version": "0.4.
|
|
101
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
100
|
+
"version": "0.4.2",
|
|
101
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2",
|
|
102
102
|
"description": "Scifcode: a coding CLI agent powered by Poolside Laguna.",
|
|
103
103
|
"licenses": [
|
|
104
104
|
{
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
|
-
"purl": "pkg:npm/%40numairbaseer/scifcode@0.4.
|
|
111
|
+
"purl": "pkg:npm/%40numairbaseer/scifcode@0.4.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnumairbaseer%2Fscifcode.git",
|
|
112
112
|
"externalReferences": [
|
|
113
113
|
{
|
|
114
114
|
"url": "https://github.com/numairbaseer/scifcode/issues",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"name": "scifcode-runtime-darwin-arm64",
|
|
151
151
|
"group": "@numairbaseer",
|
|
152
152
|
"version": "0.4.0",
|
|
153
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
153
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-arm64@0.4.0",
|
|
154
154
|
"scope": "optional",
|
|
155
155
|
"licenses": [
|
|
156
156
|
{
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"name": "scifcode-runtime-darwin-x64-baseline",
|
|
187
187
|
"group": "@numairbaseer",
|
|
188
188
|
"version": "0.4.0",
|
|
189
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
189
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64-baseline@0.4.0",
|
|
190
190
|
"scope": "optional",
|
|
191
191
|
"licenses": [
|
|
192
192
|
{
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"name": "scifcode-runtime-darwin-x64",
|
|
223
223
|
"group": "@numairbaseer",
|
|
224
224
|
"version": "0.4.0",
|
|
225
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
225
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64@0.4.0",
|
|
226
226
|
"scope": "optional",
|
|
227
227
|
"licenses": [
|
|
228
228
|
{
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"name": "scifcode-runtime-linux-arm64-musl",
|
|
259
259
|
"group": "@numairbaseer",
|
|
260
260
|
"version": "0.4.0",
|
|
261
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
261
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64-musl@0.4.0",
|
|
262
262
|
"scope": "optional",
|
|
263
263
|
"licenses": [
|
|
264
264
|
{
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"name": "scifcode-runtime-linux-arm64",
|
|
295
295
|
"group": "@numairbaseer",
|
|
296
296
|
"version": "0.4.0",
|
|
297
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
297
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64@0.4.0",
|
|
298
298
|
"scope": "optional",
|
|
299
299
|
"licenses": [
|
|
300
300
|
{
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"name": "scifcode-runtime-linux-x64-baseline-musl",
|
|
331
331
|
"group": "@numairbaseer",
|
|
332
332
|
"version": "0.4.0",
|
|
333
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
333
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline-musl@0.4.0",
|
|
334
334
|
"scope": "optional",
|
|
335
335
|
"licenses": [
|
|
336
336
|
{
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"name": "scifcode-runtime-linux-x64-baseline",
|
|
367
367
|
"group": "@numairbaseer",
|
|
368
368
|
"version": "0.4.0",
|
|
369
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
369
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline@0.4.0",
|
|
370
370
|
"scope": "optional",
|
|
371
371
|
"licenses": [
|
|
372
372
|
{
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"name": "scifcode-runtime-linux-x64-musl",
|
|
403
403
|
"group": "@numairbaseer",
|
|
404
404
|
"version": "0.4.0",
|
|
405
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
405
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-musl@0.4.0",
|
|
406
406
|
"scope": "optional",
|
|
407
407
|
"licenses": [
|
|
408
408
|
{
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"name": "scifcode-runtime-linux-x64",
|
|
439
439
|
"group": "@numairbaseer",
|
|
440
440
|
"version": "0.4.0",
|
|
441
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
441
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64@0.4.0",
|
|
442
442
|
"scope": "optional",
|
|
443
443
|
"licenses": [
|
|
444
444
|
{
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"name": "scifcode-runtime-windows-arm64",
|
|
475
475
|
"group": "@numairbaseer",
|
|
476
476
|
"version": "0.4.0",
|
|
477
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
477
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-arm64@0.4.0",
|
|
478
478
|
"scope": "optional",
|
|
479
479
|
"licenses": [
|
|
480
480
|
{
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"name": "scifcode-runtime-windows-x64-baseline",
|
|
511
511
|
"group": "@numairbaseer",
|
|
512
512
|
"version": "0.4.0",
|
|
513
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
513
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64-baseline@0.4.0",
|
|
514
514
|
"scope": "optional",
|
|
515
515
|
"licenses": [
|
|
516
516
|
{
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"name": "scifcode-runtime-windows-x64",
|
|
547
547
|
"group": "@numairbaseer",
|
|
548
548
|
"version": "0.4.0",
|
|
549
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
549
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64@0.4.0",
|
|
550
550
|
"scope": "optional",
|
|
551
551
|
"licenses": [
|
|
552
552
|
{
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"name": "scifcode-runtime",
|
|
583
583
|
"group": "@numairbaseer",
|
|
584
584
|
"version": "0.4.0",
|
|
585
|
-
"bom-ref": "@numairbaseer/scifcode@0.4.
|
|
585
|
+
"bom-ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime@0.4.0",
|
|
586
586
|
"licenses": [
|
|
587
587
|
{
|
|
588
588
|
"license": {
|
|
@@ -615,62 +615,62 @@
|
|
|
615
615
|
],
|
|
616
616
|
"dependencies": [
|
|
617
617
|
{
|
|
618
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
618
|
+
"ref": "@numairbaseer/scifcode@0.4.2",
|
|
619
619
|
"dependsOn": [
|
|
620
|
-
"@numairbaseer/scifcode@0.4.
|
|
620
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime@0.4.0"
|
|
621
621
|
]
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
624
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-arm64@0.4.0"
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
627
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64-baseline@0.4.0"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
630
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64@0.4.0"
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
633
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64-musl@0.4.0"
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
636
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64@0.4.0"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
639
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline-musl@0.4.0"
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
642
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline@0.4.0"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
645
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-musl@0.4.0"
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
648
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64@0.4.0"
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
651
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-arm64@0.4.0"
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
654
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64-baseline@0.4.0"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
657
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64@0.4.0"
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
|
-
"ref": "@numairbaseer/scifcode@0.4.
|
|
660
|
+
"ref": "@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime@0.4.0",
|
|
661
661
|
"dependsOn": [
|
|
662
|
-
"@numairbaseer/scifcode@0.4.
|
|
663
|
-
"@numairbaseer/scifcode@0.4.
|
|
664
|
-
"@numairbaseer/scifcode@0.4.
|
|
665
|
-
"@numairbaseer/scifcode@0.4.
|
|
666
|
-
"@numairbaseer/scifcode@0.4.
|
|
667
|
-
"@numairbaseer/scifcode@0.4.
|
|
668
|
-
"@numairbaseer/scifcode@0.4.
|
|
669
|
-
"@numairbaseer/scifcode@0.4.
|
|
670
|
-
"@numairbaseer/scifcode@0.4.
|
|
671
|
-
"@numairbaseer/scifcode@0.4.
|
|
672
|
-
"@numairbaseer/scifcode@0.4.
|
|
673
|
-
"@numairbaseer/scifcode@0.4.
|
|
662
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-arm64@0.4.0",
|
|
663
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64-baseline@0.4.0",
|
|
664
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-darwin-x64@0.4.0",
|
|
665
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64-musl@0.4.0",
|
|
666
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-arm64@0.4.0",
|
|
667
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline-musl@0.4.0",
|
|
668
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-baseline@0.4.0",
|
|
669
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64-musl@0.4.0",
|
|
670
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-linux-x64@0.4.0",
|
|
671
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-arm64@0.4.0",
|
|
672
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64-baseline@0.4.0",
|
|
673
|
+
"@numairbaseer/scifcode@0.4.2|@numairbaseer/scifcode-runtime-windows-x64@0.4.0"
|
|
674
674
|
]
|
|
675
675
|
}
|
|
676
676
|
]
|
package/src/constants.js
CHANGED
|
@@ -2,8 +2,8 @@ export const DEFAULT_PROVIDER_NAME = "scifcode";
|
|
|
2
2
|
export const DEFAULT_CONTROL_PLANE_URL = "http://localhost:8080";
|
|
3
3
|
export const DEFAULT_MODEL = "scifcoder-1.0";
|
|
4
4
|
export const DEFAULT_MODEL_NAME = "scifcoder-1.0";
|
|
5
|
-
export const DEFAULT_CONTEXT_WINDOW =
|
|
6
|
-
export const DEFAULT_MAX_TOKENS =
|
|
5
|
+
export const DEFAULT_CONTEXT_WINDOW = 8192;
|
|
6
|
+
export const DEFAULT_MAX_TOKENS = 4096;
|
|
7
7
|
export const SESSION_TOKEN_ENV_NAME = "SCIFCODE_SESSION_TOKEN";
|
|
8
8
|
|
|
9
9
|
export function normalizeControlPlaneUrl(value) {
|