Skip to content

Commit a986dcb

Browse files
committed
Plugin: restore baseline package version
1 parent 594b749 commit a986dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openclaw-codex-app-server",
3-
"version": "2026.3.13",
3+
"version": "0.0.0",
44
"description": "OpenClaw plugin for Codex App Server conversations",
55
"author": "PwrDrvr LLC",
66
"license": "MIT",

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ async function initializeClient(params: {
733733
}): Promise<void> {
734734
await params.client.request("initialize", {
735735
protocolVersion: DEFAULT_PROTOCOL_VERSION,
736-
clientInfo: { name: "openclaw-codex-app-server", version: "2026.3.13" },
736+
clientInfo: { name: "openclaw-codex-app-server", version: "0.0.0" },
737737
capabilities: { experimentalApi: true },
738738
});
739739
await params.client.notify("initialized", {});

0 commit comments

Comments
 (0)