gaunt-sloth-assistant 0.5.2 → 0.5.3
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/.gsloth.backstory.md +0 -0
- package/.gsloth.guidelines.md +0 -0
- package/.gsloth.review.md +0 -0
- package/.gsloth.system.md +0 -0
- package/.prettierrc.json +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/assets/gaunt-sloth-logo.png +0 -0
- package/assets/release-notes/v0_4_0.md +0 -0
- package/assets/release-notes/v0_5_0.md +0 -0
- package/assets/release-notes/v0_5_1.md +0 -0
- package/assets/release-notes/v0_5_2.md +0 -0
- package/assets/release-notes/v0_5_3.md +25 -0
- package/dist/commands/askCommand.d.ts +0 -0
- package/dist/commands/askCommand.js +0 -0
- package/dist/commands/askCommand.js.map +0 -0
- package/dist/commands/chatCommand.d.ts +0 -0
- package/dist/commands/chatCommand.js +0 -0
- package/dist/commands/chatCommand.js.map +0 -0
- package/dist/commands/commandUtils.d.ts +0 -0
- package/dist/commands/commandUtils.js +0 -0
- package/dist/commands/commandUtils.js.map +0 -0
- package/dist/commands/initCommand.d.ts +0 -0
- package/dist/commands/initCommand.js +0 -0
- package/dist/commands/initCommand.js.map +0 -0
- package/dist/commands/prCommand.d.ts +0 -0
- package/dist/commands/prCommand.js +0 -0
- package/dist/commands/prCommand.js.map +0 -0
- package/dist/commands/reviewCommand.d.ts +0 -0
- package/dist/commands/reviewCommand.js +0 -0
- package/dist/commands/reviewCommand.js.map +0 -0
- package/dist/config.d.ts +0 -0
- package/dist/config.js +0 -0
- package/dist/config.js.map +0 -0
- package/dist/configs/anthropic.d.ts +0 -0
- package/dist/configs/anthropic.js +0 -0
- package/dist/configs/anthropic.js.map +0 -0
- package/dist/configs/fake.d.ts +0 -0
- package/dist/configs/fake.js +0 -0
- package/dist/configs/fake.js.map +0 -0
- package/dist/configs/groq.d.ts +0 -0
- package/dist/configs/groq.js +0 -0
- package/dist/configs/groq.js.map +0 -0
- package/dist/configs/vertexai.d.ts +0 -0
- package/dist/configs/vertexai.js +0 -0
- package/dist/configs/vertexai.js.map +0 -0
- package/dist/consoleUtils.d.ts +0 -0
- package/dist/consoleUtils.js +0 -0
- package/dist/consoleUtils.js.map +0 -0
- package/dist/constants.d.ts +0 -0
- package/dist/constants.js +0 -0
- package/dist/constants.js.map +0 -0
- package/dist/filePathUtils.d.ts +0 -0
- package/dist/filePathUtils.js +0 -0
- package/dist/filePathUtils.js.map +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js.map +0 -0
- package/dist/llmUtils.d.ts +0 -0
- package/dist/llmUtils.js +0 -0
- package/dist/llmUtils.js.map +0 -0
- package/dist/modules/questionAnsweringModule.d.ts +0 -0
- package/dist/modules/questionAnsweringModule.js +0 -0
- package/dist/modules/questionAnsweringModule.js.map +0 -0
- package/dist/modules/reviewModule.d.ts +0 -0
- package/dist/modules/reviewModule.js +0 -0
- package/dist/modules/reviewModule.js.map +0 -0
- package/dist/modules/types.d.ts +0 -0
- package/dist/modules/types.js +0 -0
- package/dist/modules/types.js.map +0 -0
- package/dist/prompt.d.ts +0 -0
- package/dist/prompt.js +0 -0
- package/dist/prompt.js.map +0 -0
- package/dist/providers/file.d.ts +0 -0
- package/dist/providers/file.js +0 -0
- package/dist/providers/file.js.map +0 -0
- package/dist/providers/ghIssueProvider.d.ts +0 -0
- package/dist/providers/ghIssueProvider.js +0 -0
- package/dist/providers/ghIssueProvider.js.map +0 -0
- package/dist/providers/ghPrDiffProvider.d.ts +0 -0
- package/dist/providers/ghPrDiffProvider.js +0 -0
- package/dist/providers/ghPrDiffProvider.js.map +0 -0
- package/dist/providers/jiraIssueLegacyProvider.d.ts +0 -0
- package/dist/providers/jiraIssueLegacyProvider.js +0 -0
- package/dist/providers/jiraIssueLegacyProvider.js.map +0 -0
- package/dist/providers/jiraIssueProvider.d.ts +0 -0
- package/dist/providers/jiraIssueProvider.js +0 -0
- package/dist/providers/jiraIssueProvider.js.map +0 -0
- package/dist/providers/text.d.ts +0 -0
- package/dist/providers/text.js +0 -0
- package/dist/providers/text.js.map +0 -0
- package/dist/providers/types.d.ts +0 -0
- package/dist/providers/types.js +0 -0
- package/dist/providers/types.js.map +0 -0
- package/dist/systemUtils.d.ts +0 -0
- package/dist/systemUtils.js +0 -0
- package/dist/systemUtils.js.map +0 -0
- package/dist/utils.d.ts +0 -0
- package/dist/utils.js +0 -0
- package/dist/utils.js.map +0 -0
- package/docs/CONFIGURATION.md +0 -0
- package/docs/DEVELOPMENT.md +0 -0
- package/docs/RELEASE-HOWTO.md +0 -0
- package/eslint.config.js +0 -0
- package/maintenance/doc-maintenance.md +0 -0
- package/package.json +13 -13
- package/src/commands/askCommand.ts +0 -0
- package/src/commands/chatCommand.ts +0 -0
- package/src/commands/commandUtils.ts +0 -0
- package/src/commands/initCommand.ts +0 -0
- package/src/commands/prCommand.ts +0 -0
- package/src/commands/reviewCommand.ts +0 -0
- package/src/config.ts +0 -0
- package/src/configs/anthropic.ts +0 -0
- package/src/configs/fake.ts +0 -0
- package/src/configs/groq.ts +0 -0
- package/src/configs/vertexai.ts +0 -0
- package/src/consoleUtils.ts +0 -0
- package/src/constants.ts +0 -0
- package/src/filePathUtils.ts +0 -0
- package/src/index.ts +0 -0
- package/src/llmUtils.ts +0 -0
- package/src/modules/questionAnsweringModule.ts +0 -0
- package/src/modules/reviewModule.ts +0 -0
- package/src/modules/types.ts +0 -0
- package/src/prompt.ts +0 -0
- package/src/providers/file.ts +0 -0
- package/src/providers/ghIssueProvider.ts +0 -0
- package/src/providers/ghPrDiffProvider.ts +0 -0
- package/src/providers/jiraIssueLegacyProvider.ts +0 -0
- package/src/providers/jiraIssueProvider.ts +0 -0
- package/src/providers/text.ts +0 -0
- package/src/providers/types.ts +0 -0
- package/src/systemUtils.ts +0 -0
- package/src/utils.ts +0 -0
- package/tsconfig.json +0 -0
- package/vitest-it.config.ts +0 -0
- package/vitest.config.ts +0 -0
package/.gsloth.backstory.md
CHANGED
|
File without changes
|
package/.gsloth.guidelines.md
CHANGED
|
File without changes
|
package/.gsloth.review.md
CHANGED
|
File without changes
|
package/.gsloth.system.md
CHANGED
|
File without changes
|
package/.prettierrc.json
CHANGED
|
File without changes
|
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# v0.5.3 Dependencies
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
After v0.5.2 releasing new Chat command, this release focuses on dependency updates and minor maintenance improvements.
|
|
5
|
+
|
|
6
|
+
## Changes
|
|
7
|
+
|
|
8
|
+
### Dependencies Updated
|
|
9
|
+
- **@langchain/anthropic**: 0.3.21 → 0.3.22
|
|
10
|
+
- **@langchain/core**: 0.3.55 → 0.3.58
|
|
11
|
+
- **@langchain/google-vertexai**: 0.2.8 → 0.2.10
|
|
12
|
+
- **@langchain/groq**: 0.2.2 → 0.2.3
|
|
13
|
+
|
|
14
|
+
### Development Dependencies Updated
|
|
15
|
+
- **@types/node**: 22.15.30 → 22.15.31
|
|
16
|
+
- **@typescript-eslint/eslint-plugin**: 8.33.1 → 8.34.0
|
|
17
|
+
- **@typescript-eslint/parser**: 8.33.1 → 8.34.0
|
|
18
|
+
- **eslint**: 9.26.0 → 9.28.0
|
|
19
|
+
- **eslint-plugin-prettier**: 5.1.3 → 5.4.1
|
|
20
|
+
- **globals**: 16.1.0 → 16.2.0
|
|
21
|
+
- **typescript**: 5.4.2 → 5.8.3
|
|
22
|
+
- **vitest**: 3.2.2 → 3.2.3
|
|
23
|
+
|
|
24
|
+
### Security
|
|
25
|
+
- Updated brace-expansion dependency from 1.1.11 to 1.1.12 to address security vulnerability
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/config.d.ts
CHANGED
|
File without changes
|
package/dist/config.js
CHANGED
|
File without changes
|
package/dist/config.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/configs/fake.d.ts
CHANGED
|
File without changes
|
package/dist/configs/fake.js
CHANGED
|
File without changes
|
package/dist/configs/fake.js.map
CHANGED
|
File without changes
|
package/dist/configs/groq.d.ts
CHANGED
|
File without changes
|
package/dist/configs/groq.js
CHANGED
|
File without changes
|
package/dist/configs/groq.js.map
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/configs/vertexai.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/consoleUtils.d.ts
CHANGED
|
File without changes
|
package/dist/consoleUtils.js
CHANGED
|
File without changes
|
package/dist/consoleUtils.js.map
CHANGED
|
File without changes
|
package/dist/constants.d.ts
CHANGED
|
File without changes
|
package/dist/constants.js
CHANGED
|
File without changes
|
package/dist/constants.js.map
CHANGED
|
File without changes
|
package/dist/filePathUtils.d.ts
CHANGED
|
File without changes
|
package/dist/filePathUtils.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js.map
CHANGED
|
File without changes
|
package/dist/llmUtils.d.ts
CHANGED
|
File without changes
|
package/dist/llmUtils.js
CHANGED
|
File without changes
|
package/dist/llmUtils.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/modules/types.d.ts
CHANGED
|
File without changes
|
package/dist/modules/types.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/prompt.d.ts
CHANGED
|
File without changes
|
package/dist/prompt.js
CHANGED
|
File without changes
|
package/dist/prompt.js.map
CHANGED
|
File without changes
|
package/dist/providers/file.d.ts
CHANGED
|
File without changes
|
package/dist/providers/file.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/providers/text.d.ts
CHANGED
|
File without changes
|
package/dist/providers/text.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/providers/types.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/systemUtils.d.ts
CHANGED
|
File without changes
|
package/dist/systemUtils.js
CHANGED
|
File without changes
|
package/dist/systemUtils.js.map
CHANGED
|
File without changes
|
package/dist/utils.d.ts
CHANGED
|
File without changes
|
package/dist/utils.js
CHANGED
|
File without changes
|
package/dist/utils.js.map
CHANGED
|
File without changes
|
package/docs/CONFIGURATION.md
CHANGED
|
File without changes
|
package/docs/DEVELOPMENT.md
CHANGED
|
File without changes
|
package/docs/RELEASE-HOWTO.md
CHANGED
|
File without changes
|
package/eslint.config.js
CHANGED
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gaunt-sloth-assistant",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Andrew Kondratev",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"gth": "index.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@langchain/anthropic": "^0.3.
|
|
30
|
-
"@langchain/core": "^0.3.
|
|
31
|
-
"@langchain/google-vertexai": "^0.2.
|
|
32
|
-
"@langchain/groq": "^0.2.
|
|
29
|
+
"@langchain/anthropic": "^0.3.22",
|
|
30
|
+
"@langchain/core": "^0.3.58",
|
|
31
|
+
"@langchain/google-vertexai": "^0.2.10",
|
|
32
|
+
"@langchain/groq": "^0.2.3",
|
|
33
33
|
"@langchain/langgraph": "^0.3.1",
|
|
34
34
|
"@langchain/mcp-adapters": "^0.5.2",
|
|
35
35
|
"@modelcontextprotocol/server-filesystem": "^2025.3.28",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "^9.26.0",
|
|
42
|
-
"@types/node": "^22.15.
|
|
42
|
+
"@types/node": "^22.15.31",
|
|
43
43
|
"@types/uuid": "^10.0.0",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
45
|
-
"@typescript-eslint/parser": "^8.
|
|
46
|
-
"eslint": "^9.
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.34.0",
|
|
45
|
+
"@typescript-eslint/parser": "^8.34.0",
|
|
46
|
+
"eslint": "^9.28.0",
|
|
47
47
|
"eslint-config-prettier": "^10.1.5",
|
|
48
|
-
"eslint-plugin-prettier": "^5.1
|
|
49
|
-
"globals": "^16.
|
|
48
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
49
|
+
"globals": "^16.2.0",
|
|
50
50
|
"prettier": "3.5.3",
|
|
51
|
-
"typescript": "^5.
|
|
52
|
-
"vitest": "^3.2.
|
|
51
|
+
"typescript": "^5.8.3",
|
|
52
|
+
"vitest": "^3.2.3"
|
|
53
53
|
},
|
|
54
54
|
"imports": {
|
|
55
55
|
"#src/*.js": "./dist/*.js"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/config.ts
CHANGED
|
File without changes
|
package/src/configs/anthropic.ts
CHANGED
|
File without changes
|
package/src/configs/fake.ts
CHANGED
|
File without changes
|
package/src/configs/groq.ts
CHANGED
|
File without changes
|
package/src/configs/vertexai.ts
CHANGED
|
File without changes
|
package/src/consoleUtils.ts
CHANGED
|
File without changes
|
package/src/constants.ts
CHANGED
|
File without changes
|
package/src/filePathUtils.ts
CHANGED
|
File without changes
|
package/src/index.ts
CHANGED
|
File without changes
|
package/src/llmUtils.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/modules/types.ts
CHANGED
|
File without changes
|
package/src/prompt.ts
CHANGED
|
File without changes
|
package/src/providers/file.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/providers/text.ts
CHANGED
|
File without changes
|
package/src/providers/types.ts
CHANGED
|
File without changes
|
package/src/systemUtils.ts
CHANGED
|
File without changes
|
package/src/utils.ts
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
File without changes
|
package/vitest-it.config.ts
CHANGED
|
File without changes
|
package/vitest.config.ts
CHANGED
|
File without changes
|