Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.37.1"
".": "0.37.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,13 @@ and this project adheres to [Semantic Versioning 2.0.0](https://semver.org/spec/
`Tip:` footer inline so users see actionable next steps even when pi's
outer retry renders the error itself.

## [0.37.2](https://github.com/salesforce/sf-pi/compare/v0.37.1...v0.37.2) (2026-05-04)


### Bug Fixes

* **security:** address CodeQL scanning alerts ([#48](https://github.com/salesforce/sf-pi/issues/48)) ([308800c](https://github.com/salesforce/sf-pi/commit/308800c5f6591a47519cab1e401b61ce9285d363))

## [0.37.1](https://github.com/salesforce/sf-pi/compare/v0.37.0...v0.37.1) (2026-05-04)


Expand Down
12 changes: 6 additions & 6 deletions catalog/announcements.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"schemaVersion": 1,
"revision": "release-0.37.1-2026-05-04",
"latestVersion": "0.37.1",
"revision": "release-0.37.2-2026-05-04",
"latestVersion": "0.37.2",
"feedUrl": "https://jaganpro.github.io/sf-pi/announcements.json",
"announcements": [
{
"id": "release-0.37.1",
"id": "release-0.37.2",
"kind": "update",
"title": "sf-pi v0.37.1sf-welcome: align splash status rows",
"title": "sf-pi v0.37.2security: address CodeQL scanning alerts",
"publishedAt": "2026-05-04T00:00:00Z",
"link": "https://github.com/salesforce/sf-pi/releases/tag/v0.37.1",
"link": "https://github.com/salesforce/sf-pi/releases/tag/v0.37.2",
"severity": "info",
"body": "sf-welcome: align splash status rows — ui: improve ascii glyph fallbacks"
"body": "security: address CodeQL scanning alerts"
},
{
"id": "pi-0.72-required",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sf-pi",
"version": "0.37.1",
"version": "0.37.2",
"private": true,
"type": "module",
"description": "Opinionated Salesforce developer extensions for the pi coding agent — Apex/LWC LSP, Agent Script authoring, Slack research, and a TUI manager.",
Expand Down