Skip to content

Commit fba1562

Browse files
authored
Merge pull request #306 from shivasurya/shiva/release-v0.0.14
chore: bump version to 0.0.14 and add GPT-5 model support
2 parents ad002c2 + 26d0d4b commit fba1562

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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.14 - October 12, 2025
4+
5+
### 🚀 What's New?
6+
7+
- **Updates to AI Model Support**: Added support for GPT-5 model family and updated model context limits with latest specs
8+
39
## Version 0.0.12 - September 30, 2025
410

511
### 🚀 What's New?

extension/secureflow/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/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.12",
5+
"version": "0.0.14",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codepathfinder/secureflow-cli",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "AI-powered security analysis CLI tool with intelligent file discovery and comprehensive vulnerability scanning",
55
"license": "AGPL-3.0",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"bugs": {
3737
"url": "https://github.com/shivasurya/code-pathfinder/issues"
3838
},
39-
"homepage": "https://github.com/shivasurya/code-pathfinder#readme",
39+
"homepage": "https://codepathfinder.dev/secureflow-ai",
4040
"author": "Shivasurya",
4141
"engines": {
4242
"node": ">=16.0.0"

0 commit comments

Comments
 (0)