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.
Files changed (137) hide show
  1. package/.gsloth.backstory.md +0 -0
  2. package/.gsloth.guidelines.md +0 -0
  3. package/.gsloth.review.md +0 -0
  4. package/.gsloth.system.md +0 -0
  5. package/.prettierrc.json +0 -0
  6. package/LICENSE +0 -0
  7. package/README.md +0 -0
  8. package/assets/gaunt-sloth-logo.png +0 -0
  9. package/assets/release-notes/v0_4_0.md +0 -0
  10. package/assets/release-notes/v0_5_0.md +0 -0
  11. package/assets/release-notes/v0_5_1.md +0 -0
  12. package/assets/release-notes/v0_5_2.md +0 -0
  13. package/assets/release-notes/v0_5_3.md +25 -0
  14. package/dist/commands/askCommand.d.ts +0 -0
  15. package/dist/commands/askCommand.js +0 -0
  16. package/dist/commands/askCommand.js.map +0 -0
  17. package/dist/commands/chatCommand.d.ts +0 -0
  18. package/dist/commands/chatCommand.js +0 -0
  19. package/dist/commands/chatCommand.js.map +0 -0
  20. package/dist/commands/commandUtils.d.ts +0 -0
  21. package/dist/commands/commandUtils.js +0 -0
  22. package/dist/commands/commandUtils.js.map +0 -0
  23. package/dist/commands/initCommand.d.ts +0 -0
  24. package/dist/commands/initCommand.js +0 -0
  25. package/dist/commands/initCommand.js.map +0 -0
  26. package/dist/commands/prCommand.d.ts +0 -0
  27. package/dist/commands/prCommand.js +0 -0
  28. package/dist/commands/prCommand.js.map +0 -0
  29. package/dist/commands/reviewCommand.d.ts +0 -0
  30. package/dist/commands/reviewCommand.js +0 -0
  31. package/dist/commands/reviewCommand.js.map +0 -0
  32. package/dist/config.d.ts +0 -0
  33. package/dist/config.js +0 -0
  34. package/dist/config.js.map +0 -0
  35. package/dist/configs/anthropic.d.ts +0 -0
  36. package/dist/configs/anthropic.js +0 -0
  37. package/dist/configs/anthropic.js.map +0 -0
  38. package/dist/configs/fake.d.ts +0 -0
  39. package/dist/configs/fake.js +0 -0
  40. package/dist/configs/fake.js.map +0 -0
  41. package/dist/configs/groq.d.ts +0 -0
  42. package/dist/configs/groq.js +0 -0
  43. package/dist/configs/groq.js.map +0 -0
  44. package/dist/configs/vertexai.d.ts +0 -0
  45. package/dist/configs/vertexai.js +0 -0
  46. package/dist/configs/vertexai.js.map +0 -0
  47. package/dist/consoleUtils.d.ts +0 -0
  48. package/dist/consoleUtils.js +0 -0
  49. package/dist/consoleUtils.js.map +0 -0
  50. package/dist/constants.d.ts +0 -0
  51. package/dist/constants.js +0 -0
  52. package/dist/constants.js.map +0 -0
  53. package/dist/filePathUtils.d.ts +0 -0
  54. package/dist/filePathUtils.js +0 -0
  55. package/dist/filePathUtils.js.map +0 -0
  56. package/dist/index.d.ts +0 -0
  57. package/dist/index.js.map +0 -0
  58. package/dist/llmUtils.d.ts +0 -0
  59. package/dist/llmUtils.js +0 -0
  60. package/dist/llmUtils.js.map +0 -0
  61. package/dist/modules/questionAnsweringModule.d.ts +0 -0
  62. package/dist/modules/questionAnsweringModule.js +0 -0
  63. package/dist/modules/questionAnsweringModule.js.map +0 -0
  64. package/dist/modules/reviewModule.d.ts +0 -0
  65. package/dist/modules/reviewModule.js +0 -0
  66. package/dist/modules/reviewModule.js.map +0 -0
  67. package/dist/modules/types.d.ts +0 -0
  68. package/dist/modules/types.js +0 -0
  69. package/dist/modules/types.js.map +0 -0
  70. package/dist/prompt.d.ts +0 -0
  71. package/dist/prompt.js +0 -0
  72. package/dist/prompt.js.map +0 -0
  73. package/dist/providers/file.d.ts +0 -0
  74. package/dist/providers/file.js +0 -0
  75. package/dist/providers/file.js.map +0 -0
  76. package/dist/providers/ghIssueProvider.d.ts +0 -0
  77. package/dist/providers/ghIssueProvider.js +0 -0
  78. package/dist/providers/ghIssueProvider.js.map +0 -0
  79. package/dist/providers/ghPrDiffProvider.d.ts +0 -0
  80. package/dist/providers/ghPrDiffProvider.js +0 -0
  81. package/dist/providers/ghPrDiffProvider.js.map +0 -0
  82. package/dist/providers/jiraIssueLegacyProvider.d.ts +0 -0
  83. package/dist/providers/jiraIssueLegacyProvider.js +0 -0
  84. package/dist/providers/jiraIssueLegacyProvider.js.map +0 -0
  85. package/dist/providers/jiraIssueProvider.d.ts +0 -0
  86. package/dist/providers/jiraIssueProvider.js +0 -0
  87. package/dist/providers/jiraIssueProvider.js.map +0 -0
  88. package/dist/providers/text.d.ts +0 -0
  89. package/dist/providers/text.js +0 -0
  90. package/dist/providers/text.js.map +0 -0
  91. package/dist/providers/types.d.ts +0 -0
  92. package/dist/providers/types.js +0 -0
  93. package/dist/providers/types.js.map +0 -0
  94. package/dist/systemUtils.d.ts +0 -0
  95. package/dist/systemUtils.js +0 -0
  96. package/dist/systemUtils.js.map +0 -0
  97. package/dist/utils.d.ts +0 -0
  98. package/dist/utils.js +0 -0
  99. package/dist/utils.js.map +0 -0
  100. package/docs/CONFIGURATION.md +0 -0
  101. package/docs/DEVELOPMENT.md +0 -0
  102. package/docs/RELEASE-HOWTO.md +0 -0
  103. package/eslint.config.js +0 -0
  104. package/maintenance/doc-maintenance.md +0 -0
  105. package/package.json +13 -13
  106. package/src/commands/askCommand.ts +0 -0
  107. package/src/commands/chatCommand.ts +0 -0
  108. package/src/commands/commandUtils.ts +0 -0
  109. package/src/commands/initCommand.ts +0 -0
  110. package/src/commands/prCommand.ts +0 -0
  111. package/src/commands/reviewCommand.ts +0 -0
  112. package/src/config.ts +0 -0
  113. package/src/configs/anthropic.ts +0 -0
  114. package/src/configs/fake.ts +0 -0
  115. package/src/configs/groq.ts +0 -0
  116. package/src/configs/vertexai.ts +0 -0
  117. package/src/consoleUtils.ts +0 -0
  118. package/src/constants.ts +0 -0
  119. package/src/filePathUtils.ts +0 -0
  120. package/src/index.ts +0 -0
  121. package/src/llmUtils.ts +0 -0
  122. package/src/modules/questionAnsweringModule.ts +0 -0
  123. package/src/modules/reviewModule.ts +0 -0
  124. package/src/modules/types.ts +0 -0
  125. package/src/prompt.ts +0 -0
  126. package/src/providers/file.ts +0 -0
  127. package/src/providers/ghIssueProvider.ts +0 -0
  128. package/src/providers/ghPrDiffProvider.ts +0 -0
  129. package/src/providers/jiraIssueLegacyProvider.ts +0 -0
  130. package/src/providers/jiraIssueProvider.ts +0 -0
  131. package/src/providers/text.ts +0 -0
  132. package/src/providers/types.ts +0 -0
  133. package/src/systemUtils.ts +0 -0
  134. package/src/utils.ts +0 -0
  135. package/tsconfig.json +0 -0
  136. package/vitest-it.config.ts +0 -0
  137. package/vitest.config.ts +0 -0
File without changes
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
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/constants.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
package/dist/llmUtils.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
package/dist/prompt.d.ts CHANGED
File without changes
package/dist/prompt.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
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/utils.d.ts CHANGED
File without changes
package/dist/utils.js CHANGED
File without changes
package/dist/utils.js.map CHANGED
File without changes
File without changes
File without changes
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.2",
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.21",
30
- "@langchain/core": "^0.3.55",
31
- "@langchain/google-vertexai": "^0.2.8",
32
- "@langchain/groq": "^0.2.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.30",
42
+ "@types/node": "^22.15.31",
43
43
  "@types/uuid": "^10.0.0",
44
- "@typescript-eslint/eslint-plugin": "^8.33.1",
45
- "@typescript-eslint/parser": "^8.33.1",
46
- "eslint": "^9.26.0",
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.3",
49
- "globals": "^16.1.0",
48
+ "eslint-plugin-prettier": "^5.4.1",
49
+ "globals": "^16.2.0",
50
50
  "prettier": "3.5.3",
51
- "typescript": "^5.4.2",
52
- "vitest": "^3.2.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
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/constants.ts CHANGED
File without changes
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
File without changes
package/src/prompt.ts 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
package/src/utils.ts CHANGED
File without changes
package/tsconfig.json CHANGED
File without changes
File without changes
package/vitest.config.ts CHANGED
File without changes