slopcode 0.1.21 → 0.1.22
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 +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/slopcode)
|
|
4
4
|
[](https://www.npmjs.com/package/slopcode)
|
|
5
5
|
|
|
6
|
-
SlopCode is the open source AI
|
|
6
|
+
SlopCode is the open source AI slopcoding agent focused on terminal workflows.
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slopcode",
|
|
3
|
-
"description": "The open source AI
|
|
3
|
+
"description": "The open source AI slopcoding agent.",
|
|
4
4
|
"homepage": "https://slopcode.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
36
36
|
},
|
|
37
|
-
"version": "0.1.
|
|
37
|
+
"version": "0.1.22",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"slopcode-bin-linux-x64": "0.1.
|
|
41
|
-
"slopcode-bin-linux-x64-baseline-musl": "0.1.
|
|
42
|
-
"slopcode-bin-windows-x64-baseline": "0.1.
|
|
43
|
-
"slopcode-bin-linux-x64-baseline": "0.1.
|
|
44
|
-
"slopcode-bin-windows-x64": "0.1.
|
|
45
|
-
"slopcode-bin-darwin-x64-baseline": "0.1.
|
|
46
|
-
"slopcode-bin-darwin-arm64": "0.1.
|
|
47
|
-
"slopcode-bin-linux-x64-musl": "0.1.
|
|
48
|
-
"slopcode-bin-darwin-x64": "0.1.
|
|
49
|
-
"slopcode-bin-linux-arm64-musl": "0.1.
|
|
50
|
-
"slopcode-bin-linux-arm64": "0.1.
|
|
40
|
+
"slopcode-bin-linux-x64": "0.1.22",
|
|
41
|
+
"slopcode-bin-linux-x64-baseline-musl": "0.1.22",
|
|
42
|
+
"slopcode-bin-windows-x64-baseline": "0.1.22",
|
|
43
|
+
"slopcode-bin-linux-x64-baseline": "0.1.22",
|
|
44
|
+
"slopcode-bin-windows-x64": "0.1.22",
|
|
45
|
+
"slopcode-bin-darwin-x64-baseline": "0.1.22",
|
|
46
|
+
"slopcode-bin-darwin-arm64": "0.1.22",
|
|
47
|
+
"slopcode-bin-linux-x64-musl": "0.1.22",
|
|
48
|
+
"slopcode-bin-darwin-x64": "0.1.22",
|
|
49
|
+
"slopcode-bin-linux-arm64-musl": "0.1.22",
|
|
50
|
+
"slopcode-bin-linux-arm64": "0.1.22"
|
|
51
51
|
}
|
|
52
52
|
}
|