@juspay/yama 1.1.0 → 1.2.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ # [1.2.0](https://github.com/juspay/yama/compare/v1.1.1...v1.2.0) (2025-08-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Memory:** support memory bank path and maxToken from config file ([1bc69d5](https://github.com/juspay/yama/commit/1bc69d5bda3ac5868d7537b881007beaf6916476))
7
+
8
+ ## [1.1.1](https://github.com/juspay/yama/compare/v1.1.0...v1.1.1) (2025-07-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump version to 1.2.1 ([8964645](https://github.com/juspay/yama/commit/89646450a7dec6ffcc3ad7fb745e1414fc751d4f))
14
+
15
+ # [1.1.0](https://github.com/juspay/yama/compare/v1.0.0...v1.1.0) (2025-07-28)
16
+
17
+
18
+ ### Features
19
+
20
+ * migrate from CommonJS to ESM modules ([b45559f](https://github.com/juspay/yama/commit/b45559f86d37ab3516079becfa56a9f73ff8f062))
21
+
22
+ # 1.0.0 (2025-07-25)
23
+
24
+
25
+ ### Features
26
+
27
+ * add enterprise-grade CI/CD pipeline and release automation ([e385d69](https://github.com/juspay/yama/commit/e385d69d135bee72f51ac4462adcfc9a4a4be17b))
28
+ * v1.1.0 - Enhanced AI configuration and performance improvements ([e763e93](https://github.com/juspay/yama/commit/e763e9341c2869433097b7a6bcc9080028934e1b))
29
+
1
30
  # Changelog
2
31
 
3
32
  All notable changes to this project will be documented in this file.
@@ -8,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
37
  ## [1.1.0] - 2025-07-25
9
38
 
10
39
  ### Added
40
+
11
41
  - Enterprise-grade Pull Request automation toolkit
12
42
  - AI-powered code review capabilities
13
43
  - Description enhancement features
@@ -16,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
46
  - Quality assurance automation
17
47
 
18
48
  ### Features
49
+
19
50
  - **Guardian**: Comprehensive PR security and quality checks
20
51
  - **Scribe**: AI-enhanced PR description generation
21
52
  - **Police**: Automated code review and compliance checking
@@ -23,12 +54,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
54
  - **Multi-platform Support**: Works with major Git platforms
24
55
 
25
56
  ### Dependencies
57
+
26
58
  - @juspay/neurolink for AI capabilities
27
59
  - @nexus2520/bitbucket-mcp-server for Bitbucket integration
28
60
  - Comprehensive testing suite with Jest
29
61
  - TypeScript support with strict type checking
30
62
 
31
63
  ### Developer Experience
64
+
32
65
  - CLI tools with multiple entry points
33
66
  - Configurable via YAML
34
67
  - Memory bank for context persistence
@@ -36,4 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
69
 
37
70
  ---
38
71
 
39
- *This changelog is automatically generated and maintained by semantic-release.*
72
+ _This changelog is automatically generated and maintained by semantic-release._