Skip to content

Commit 003296f

Browse files
authored
Merge pull request #309 from shivasurya/shiva/release-v0.0.15
chore: bump version to 0.0.15 and add Claude Haiku 4.5 support
2 parents 666f2bc + f6e65b4 commit 003296f

File tree

5 files changed

+33
-8
lines changed

5 files changed

+33
-8
lines changed

extension/secureflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SecureFlow Changelog
22

3+
## Version 0.0.15 - October 17, 2025
4+
5+
### 🚀 What's New?
6+
7+
- **Claude Haiku 4.5 Support**: Added support for Claude Haiku 4.5 model for enhanced security analysis
8+
39
## Version 0.0.14 - October 12, 2025
410

511
### 🚀 What's New?

extension/secureflow/package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/secureflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "secureflow",
33
"displayName": "SecureFlow Code Reviewer",
44
"description": "AI-powered security copilot that analyzes your code for vulnerabilities, performs threat modeling, and provides real-time security recommendations",
5-
"version": "0.0.14",
5+
"version": "0.0.15",
66
"publisher": "codepathfinder",
77
"author": {
88
"name": "Shivasurya",

extension/secureflow/packages/secureflow-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/secureflow/packages/secureflow-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codepathfinder/secureflow-cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "AI-powered security analysis CLI tool with intelligent file discovery and comprehensive vulnerability scanning",
55
"license": "AGPL-3.0",
66
"bin": {

0 commit comments

Comments
 (0)