gaunt-sloth-assistant 0.5.3 → 0.5.4

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 (138) 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 +0 -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/index.js +10 -1
  105. package/maintenance/doc-maintenance.md +0 -0
  106. package/package.json +1 -1
  107. package/src/commands/askCommand.ts +0 -0
  108. package/src/commands/chatCommand.ts +0 -0
  109. package/src/commands/commandUtils.ts +0 -0
  110. package/src/commands/initCommand.ts +0 -0
  111. package/src/commands/prCommand.ts +0 -0
  112. package/src/commands/reviewCommand.ts +0 -0
  113. package/src/config.ts +0 -0
  114. package/src/configs/anthropic.ts +0 -0
  115. package/src/configs/fake.ts +0 -0
  116. package/src/configs/groq.ts +0 -0
  117. package/src/configs/vertexai.ts +0 -0
  118. package/src/consoleUtils.ts +0 -0
  119. package/src/constants.ts +0 -0
  120. package/src/filePathUtils.ts +0 -0
  121. package/src/index.ts +0 -0
  122. package/src/llmUtils.ts +0 -0
  123. package/src/modules/questionAnsweringModule.ts +0 -0
  124. package/src/modules/reviewModule.ts +0 -0
  125. package/src/modules/types.ts +0 -0
  126. package/src/prompt.ts +0 -0
  127. package/src/providers/file.ts +0 -0
  128. package/src/providers/ghIssueProvider.ts +0 -0
  129. package/src/providers/ghPrDiffProvider.ts +0 -0
  130. package/src/providers/jiraIssueLegacyProvider.ts +0 -0
  131. package/src/providers/jiraIssueProvider.ts +0 -0
  132. package/src/providers/text.ts +0 -0
  133. package/src/providers/types.ts +0 -0
  134. package/src/systemUtils.ts +0 -0
  135. package/src/utils.ts +0 -0
  136. package/tsconfig.json +0 -0
  137. package/vitest-it.config.ts +1 -1
  138. 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
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/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
package/index.js CHANGED
@@ -1,4 +1,13 @@
1
- #!/usr/bin/env node --no-deprecation --no-warnings
1
+ #!/usr/bin/env node
2
+
3
+ // Suppress deprecation warnings programmatically
4
+ process.removeAllListeners('warning');
5
+ process.on('warning', (warning) => {
6
+ if (warning.name === 'DeprecationWarning' || warning.name === 'ExperimentalWarning') {
7
+ return;
8
+ }
9
+ console.warn(warning);
10
+ });
2
11
 
3
12
  // This is a minimalistic entry point that sets the installDir in systemUtils
4
13
  // and delegates to the compiled TypeScript code in dist/index.js
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaunt-sloth-assistant",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Andrew Kondratev",
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
@@ -9,6 +9,6 @@ export default defineConfig({
9
9
  reporter: ['text', 'json', 'html'],
10
10
  },
11
11
  globals: true,
12
- testTimeout: 100000,
12
+ testTimeout: 150000,
13
13
  },
14
14
  });
package/vitest.config.ts CHANGED
File without changes