Skip to content

Commit e6c3b38

Browse files
chore: release 0.145.7
1 parent f8da03c commit e6c3b38

38 files changed

Lines changed: 106 additions & 98 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 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-06-29
10+
- Bug fixes: align daily brief typography.
11+
912
### 2026-06-28
1013
- Bug fixes: add daily brief refresh; make daily brief a single memory question; generate daily brief gaps from saved memories; stabilize skills catalog identity.
1114

@@ -26,12 +29,17 @@ Surface summary of the most recent release dates. See the release ledger below f
2629
### 2026-06-19
2730
- Bug fixes: limit constellation entity types; render skills marketplace reliably.
2831

29-
### 2026-06-18
30-
- Features: dashboard admin login with password authentication; add capability-module identity modes (managed/passthrough/off); add context budget profiles.
31-
- Bug fixes: address qa findings.
32-
3332
## Release Ledger
3433

34+
## [0.145.7] - 2026-06-29
35+
36+
Release summary: 1 bug fix.
37+
Tag range: `v0.145.6..v0.145.7`.
38+
39+
### Bug Fixes
40+
41+
- **dashboard**: align daily brief typography (#876)
42+
3543
## [0.145.6] - 2026-06-28
3644

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

0 commit comments

Comments
 (0)