File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" , { } ) ;
You can’t perform that action at this time.
0 commit comments