Skip to content

Commit 017767a

Browse files
committed
release: v1.3.5
1 parent c95f2c1 commit 017767a

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

claudecode-plugin/.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
}
1616
}
1717
],
18-
"version": "1.3.5-pre.2"
18+
"version": "1.3.5"
1919
}

claudecode-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lore",
33
"description": "Long-term Lore memory for AI agents — fixed boot baseline, recall injection, and MCP tools",
4-
"version": "1.3.5-pre.2",
4+
"version": "1.3.5",
55
"author": {
66
"name": "FFatTiger"
77
},

codex-plugin/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lore",
3-
"version": "1.3.5-pre.2",
3+
"version": "1.3.5",
44
"description": "Long-term Lore memory for Codex via MCP tools, skills, and bundled lifecycle hooks.",
55
"author": {
66
"name": "FFatTiger"

openclaw-plugin/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "lore",
33
"name": "Lore",
44
"description": "Primary Lore memory system for fixed boot baseline, recall, and cross-session project knowledge.",
5-
"version": "1.3.5-pre.2",
5+
"version": "1.3.5",
66
"activation": {
77
"onStartup": true
88
},

openclaw-plugin/package-lock.json

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

openclaw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@local/lore",
3-
"version": "1.3.5-pre.2",
3+
"version": "1.3.5",
44
"description": "Lore memory plugin for OpenClaw with fixed boot baseline and recall hooks",
55
"type": "module",
66
"scripts": {

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": "@local/lore-pi-extension",
3-
"version": "1.3.5-pre.2",
3+
"version": "1.3.5",
44
"description": "Lore memory extension for Pi agent with fixed boot baseline and recall injection",
55
"type": "module",
66
"private": true,

web/package-lock.json

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

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lore",
3-
"version": "1.3.5-pre.2",
3+
"version": "1.3.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

web/server/mcpServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function createMcpServer(context: McpServerContext = {}): InstanceType<ty
4141
const server = new McpServer(
4242
{
4343
name: 'lore',
44-
version: '1.3.5-pre.2',
44+
version: '1.3.5',
4545
},
4646
guidance ? { instructions: guidance } : undefined,
4747
);

0 commit comments

Comments
 (0)