Skip to content

Commit e77de3a

Browse files
chore: release 0.145.6
1 parent 0589400 commit e77de3a

38 files changed

Lines changed: 104 additions & 95 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-28
10-
- Bug fixes: make daily brief a single memory question; generate daily brief gaps from saved memories; stabilize skills catalog identity.
10+
- Bug fixes: add daily brief refresh; make daily brief a single memory question; generate daily brief gaps from saved memories; stabilize skills catalog identity.
1111

1212
### 2026-06-26
1313
- Bug fixes: surface Signet health diagnostics.
@@ -32,6 +32,15 @@ Surface summary of the most recent release dates. See the release ledger below f
3232

3333
## Release Ledger
3434

35+
## [0.145.6] - 2026-06-28
36+
37+
Release summary: 1 bug fix.
38+
Tag range: `v0.145.5..v0.145.6`.
39+
40+
### Bug Fixes
41+
42+
- **dashboard**: add daily brief refresh (#875)
43+
3544
## [0.145.5] - 2026-06-28
3645

3746
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
3+
"version": "0.145.6",
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.145.5",
28-
"@signet/core": "0.145.5"
27+
"@signet/connector-base": "0.145.6",
28+
"@signet/core": "0.145.6"
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.145.5",
3+
"version": "0.145.6",
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.145.5",
28-
"@signet/core": "0.145.5"
27+
"@signet/connector-base": "0.145.6",
28+
"@signet/core": "0.145.6"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)