gaunt-sloth-assistant 1.5.5 → 1.5.7
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 +12 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# gaunt-sloth-assistant
|
|
2
2
|
|
|
3
|
+
> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).**
|
|
4
|
+
> The `1.5.x` series is the final release under the old name — active development continues under
|
|
5
|
+
> the new package. To switch:
|
|
6
|
+
>
|
|
7
|
+
> ```bash
|
|
8
|
+
> npm uninstall -g gaunt-sloth-assistant
|
|
9
|
+
> npm install -g gaunt-sloth
|
|
10
|
+
> ```
|
|
11
|
+
>
|
|
12
|
+
> The `gth`, `gsloth`, and `gaunt-sloth` commands are unchanged.
|
|
13
|
+
> Site & docs: <https://gauntsloth.app> · Source: <https://github.com/pukeko-robotics/gaunt-sloth>
|
|
14
|
+
|
|
3
15
|
The main CLI application for Gaunt Sloth.
|
|
4
16
|
|
|
5
17
|
## Contents
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gaunt-sloth-assistant",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Andrew Kondratev",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "dist/cli.js",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/pukeko-robotics/gaunt-sloth.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/pukeko-robotics/gaunt-sloth/issues"
|
|
15
15
|
},
|
|
16
|
-
"homepage": "https://github.com/
|
|
16
|
+
"homepage": "https://github.com/pukeko-robotics/gaunt-sloth#readme",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"ai",
|
|
19
19
|
"agent",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"gth": "cli.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@gaunt-sloth/api": "0.1.
|
|
40
|
-
"@gaunt-sloth/core": "0.1.
|
|
41
|
-
"@gaunt-sloth/review": "0.1.
|
|
42
|
-
"@gaunt-sloth/tools": "0.1.
|
|
39
|
+
"@gaunt-sloth/api": "0.1.9",
|
|
40
|
+
"@gaunt-sloth/core": "0.1.9",
|
|
41
|
+
"@gaunt-sloth/review": "0.1.9",
|
|
42
|
+
"@gaunt-sloth/tools": "0.1.9",
|
|
43
43
|
"@langchain/anthropic": "^1.4.0",
|
|
44
44
|
"@langchain/core": "^1.1.48",
|
|
45
45
|
"@langchain/deepseek": "^1.0.27",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@langchain/groq": "^1.2.1",
|
|
48
48
|
"@langchain/openai": "^1.2.0",
|
|
49
49
|
"@langchain/xai": "^1.3.19",
|
|
50
|
-
"commander": "^
|
|
50
|
+
"commander": "^15.0.0"
|
|
51
51
|
},
|
|
52
52
|
"imports": {
|
|
53
53
|
"#src/*.js": "./dist/*.js"
|