Skip to content

Commit 3b49a93

Browse files
chore: release 0.138.28
1 parent 816e9f2 commit 3b49a93

36 files changed

Lines changed: 79 additions & 70 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to Signet are documented here.
77
Surface summary of the most recent release dates. See the release ledger below for exact version-by-version history.
88

99
### 2026-06-10
10-
- Bug fixes: ship connector plugin assets + rename session_search (#831).
10+
- Bug fixes: expose aggregate recall in signet_recall tool for pi connector; ship connector plugin assets + rename session_search (#831).
1111

1212
### 2026-06-09
1313
- Bug fixes: correct repo URL to Signet-AI/signetai; restore signet-mcp stdio JSON-RPC server (#826).
@@ -33,6 +33,15 @@ Surface summary of the most recent release dates. See the release ledger below f
3333

3434
## Release Ledger
3535

36+
## [0.138.28] - 2026-06-10
37+
38+
Release summary: 1 bug fix.
39+
Tag range: `v0.138.27..v0.138.28`.
40+
41+
### Bug Fixes
42+
43+
- **pi**: expose aggregate recall in signet_recall tool for pi connector (#834)
44+
3645
## [0.138.27] - 2026-06-10
3746

3847
Release summary: 1 bug fix.

bun.lock

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

dist/signetai-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-darwin-arm64",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native binary for macOS arm64",
55
"os": [
66
"darwin"

dist/signetai-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-darwin-x64",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native binary for macOS x64",
55
"os": [
66
"darwin"

dist/signetai-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-linux-arm64",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native binary for Linux arm64",
55
"os": [
66
"linux"

dist/signetai-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-linux-x64",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native binary for Linux x64",
55
"os": [
66
"linux"

dist/signetai-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-win32-x64",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native binary for Windows x64",
55
"os": [
66
"win32"

dist/signetai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet native CLI installer wrapper",
55
"type": "module",
66
"bin": {

integrations/claude-code/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-claude-code",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet connector for Claude Code (Anthropic CLI)",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/codex/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-codex",
3-
"version": "0.138.27",
3+
"version": "0.138.28",
44
"description": "Signet connector for Codex CLI",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)