You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
## [0.2.0] - 2025-10-21
6
+
### ⚙️ Miscellaneous Tasks
7
+
8
+
- Update release-please manifest to v0.1.9
9
+
10
+
11
+
### 🚀 Features
12
+
13
+
- Add production-ready CI/CD, documentation, testing, and monitoring features
7
14
8
-
## [Unreleased]
9
15
10
16
## [0.1.8] - 2025-10-21
11
17
### 🐛 Bug Fixes
@@ -28,94 +34,212 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
34
- Consolidate workflows following GitHub Actions best practices
29
35
30
36
31
-
## [0.1.6] - 2025-10-16
37
+
## [0.1.7] - 2025-10-18
38
+
### ⚙️ Miscellaneous Tasks
39
+
40
+
- Bump version to 0.1.5 for patch release
41
+
42
+
- Prepare for v0.1.5 release
43
+
44
+
- Bump version to 0.1.5 for patch release
45
+
46
+
47
+
### 🐛 Bug Fixes
48
+
49
+
- Resolve CI issues for v0.1.7 release - update metrics expect to unwrap, add gitleaks config, fix workflow permissions and syntax
50
+
51
+
52
+
### 💼 Other
53
+
54
+
- Add Prometheus metrics support\n\n- Add comprehensive metrics collection for scans, performance, and resources\n- Implement HTTP endpoint for Prometheus scraping\n- Add dependencies: prometheus, axum, async-trait, aho-corasick\n- Bump version to 0.1.6 across all crates
55
+
56
+
- Enhance CI/CD pipelines with sccache, nextest, and incremental builds
57
+
58
+
- Adjust clippy settings to treat warnings as warnings instead of errors for 0.1.7 release
59
+
60
+
61
+
### 🚀 Features
62
+
63
+
- Add Perplexity AI provider support
64
+
65
+
- Enhance Perplexity AI agents with detailed descriptions and improved functionality
66
+
67
+
- Create enhanced CI/CD workflow combining best features from existing workflows
68
+
69
+
- Add health monitoring server with HTTP endpoints
32
70
33
-
### Fixed
34
-
- Minor bug fixes and improvements
35
-
- Updated release workflow and configuration
71
+
- Enhance detector factory and LLM detection capabilities
36
72
37
-
### Changed
38
-
- Improved release automation
39
73
40
-
##[0.1.5] - 2025-10-16
74
+
### 🚜 Refactor
41
75
42
-
### Added
43
-
- Perplexity AI provider support (opencode)
76
+
- Update perplexity agents to use frontmatter config with temperature
44
77
45
-
- Enhanced Perplexity AI agents with detailed descriptions and improved functionality (opencode)
46
78
79
+
## [0.1.6] - 2025-10-16
80
+
### ⚙️ Miscellaneous Tasks
47
81
48
-
### Changed
49
-
- Updated Perplexity agents to use frontmatter config with temperature (opencode)
82
+
- Bump version to 0.1.6 for patch release
50
83
51
-
### Fixed
52
-
- Preparation for v0.1.5 release
53
84
54
85
## [0.1.4] - 2025-10-16
86
+
### 🐛 Bug Fixes
87
+
88
+
- Update changelog for v0.1.3 and fix release workflow YAML formatting
89
+
90
+
91
+
### 💼 Other
92
+
93
+
- Remove temporary GOAP coordination files
94
+
95
+
96
+
### 📚 Documentation
97
+
98
+
- Update agent documentation with GOAP coordination learnings
99
+
100
+
101
+
### 🚀 Features
102
+
103
+
- GOAP Phase 1-2 Quality Check Optimization
55
104
56
-
### Added
57
-
- Enhanced release-please configuration for automatic changelog generation
0 commit comments