Skip to content

Commit 68d4352

Browse files
chore: release 0.147.15
1 parent fc3d85e commit 68d4352

38 files changed

Lines changed: 106 additions & 97 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to Signet are documented here.
66

77
Surface summary of the most recent release dates. See the release ledger below for exact version-by-version history.
88

9+
### 2026-07-15
10+
- Bug fixes: centralize canonical recall requests.
11+
912
### 2026-07-12
1013
- Bug fixes: tolerate immutable-artifact conflict on summary retry; add boundary reason semantics to session synthesis.
1114

@@ -29,11 +32,17 @@ Surface summary of the most recent release dates. See the release ledger below f
2932
### 2026-07-01
3033
- Bug fixes: exclude aggregate memories from aggregate recall; recall source-backed ontology claims.
3134

32-
### 2026-06-30
33-
- Bug fixes: prevent recursive aggregate recall evidence.
34-
3535
## Release Ledger
3636

37+
## [0.147.15] - 2026-07-15
38+
39+
Release summary: 1 bug fix.
40+
Tag range: `v0.147.14..v0.147.15`.
41+
42+
### Bug Fixes
43+
44+
- **recall**: centralize canonical recall requests
45+
3746
## [0.147.14] - 2026-07-12
3847

3948
Release summary: 1 bug fix.

bun.lock

Lines changed: 31 additions & 31 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.147.14",
3+
"version": "0.147.15",
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.147.14",
3+
"version": "0.147.15",
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.147.14",
3+
"version": "0.147.15",
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.147.14",
3+
"version": "0.147.15",
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.147.14",
3+
"version": "0.147.15",
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.147.14",
3+
"version": "0.147.15",
44
"description": "Signet native CLI installer wrapper",
55
"type": "module",
66
"bin": {

integrations/claude-code/connector/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-claude-code",
3-
"version": "0.147.14",
3+
"version": "0.147.15",
44
"description": "Signet connector for Claude Code (Anthropic CLI)",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -24,8 +24,8 @@
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@signet/connector-base": "0.147.14",
28-
"@signet/core": "0.147.14"
27+
"@signet/connector-base": "0.147.15",
28+
"@signet/core": "0.147.15"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^22.0.0",

integrations/codex/connector/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-codex",
3-
"version": "0.147.14",
3+
"version": "0.147.15",
44
"description": "Signet connector for Codex CLI",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -24,8 +24,8 @@
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@signet/connector-base": "0.147.14",
28-
"@signet/core": "0.147.14"
27+
"@signet/connector-base": "0.147.15",
28+
"@signet/core": "0.147.15"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)