Skip to content

Commit 7c4636e

Browse files
chore: release 0.111.3
1 parent c233301 commit 7c4636e

27 files changed

Lines changed: 59 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Surface summary of the most recent release dates. See the release ledger below f
99
### 2026-05-04
1010
- Features: dual-mode daemon — attach if running, bundled fallback.
1111
- Bug fixes: harden startup ownership and background git defaults; keep bundled sdk out of publish deps; surface Obsidian indexing status; resolve session-end timeout under concurrent load.
12+
- Performance: speed up memory recall.
1213

1314
### 2026-05-03
1415
- Features: add read-only Obsidian knowledge sources.
@@ -37,6 +38,15 @@ Surface summary of the most recent release dates. See the release ledger below f
3738

3839
## Release Ledger
3940

41+
## [0.111.3] - 2026-05-04
42+
43+
Release summary: 1 performance improvement.
44+
Tag range: `v0.111.2..v0.111.3`.
45+
46+
### Performance
47+
48+
- **daemon**: speed up memory recall (#627)
49+
4050
## [0.111.2] - 2026-05-04
4151

4252
Release summary: internal maintenance release with no conventional commit entries captured.

bun.lock

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

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.111.2",
3+
"version": "0.111.3",
44
"description": "Local-first identity, memory, and secrets for AI agents",
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.111.2",
3+
"version": "0.111.3",
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.111.2",
3+
"version": "0.111.3",
44
"description": "Signet connector for Codex CLI",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/forge/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-forge",
3-
"version": "0.111.2",
3+
"version": "0.111.3",
44
"description": "Signet connector for ForgeCode",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/gemini/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-gemini",
3-
"version": "0.111.2",
3+
"version": "0.111.3",
44
"description": "Signet connector for Gemini CLI",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/hermes-agent/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-hermes-agent",
3-
"version": "0.111.2",
3+
"version": "0.111.3",
44
"description": "Signet connector for Hermes Agent — installs Signet as a pluggable memory provider",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/oh-my-pi/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-oh-my-pi",
3-
"version": "0.111.2",
3+
"version": "0.111.3",
44
"description": "Signet connector for Oh My Pi",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/oh-my-pi/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/oh-my-pi-extension",
3-
"version": "0.111.2",
3+
"version": "0.111.3",
44
"description": "Signet runtime extension for Oh My Pi — session lifecycle hooks and memory recall",
55
"type": "module",
66
"main": "dist/signet-oh-my-pi.mjs",

0 commit comments

Comments
 (0)