Skip to content

Commit 23b39db

Browse files
GenerQAQclaude
andcommitted
chore: bump versions for api/v0.1.25, cli/v0.1.10, package-openclaw/v0.1.8
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 270ccec commit 23b39db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/packages/openclaw/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ export class AcontextBridge {
892892
const acontextPlugin = {
893893
id: "acontext",
894894
name: "Acontext Skill Memory",
895-
version: "0.1.7",
895+
version: "0.1.8",
896896
description:
897897
"Acontext skill memory — auto-capture, auto-learn, sync skills to OpenClaw native directory",
898898
kind: "memory" as const,

src/packages/openclaw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acontext/openclaw",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"type": "module",
55
"main": "./index.ts",
66
"description": "Acontext skill memory plugin for OpenClaw — auto-capture, auto-learn, native skill sync",

src/packages/openclaw/tests/plugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ describe("plugin metadata", () => {
19981998
expect(plugin.id).toBe("acontext");
19991999
expect(plugin.kind).toBe("memory");
20002000
expect(plugin.name).toBe("Acontext Skill Memory");
2001-
expect(plugin.version).toBe("0.1.7");
2001+
expect(plugin.version).toBe("0.1.8");
20022002
});
20032003
});
20042004

0 commit comments

Comments
 (0)