@openclaw/acpx 2026.6.10-beta.2 → 2026.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/acpx",
3
- "version": "2026.6.10-beta.2",
3
+ "version": "2026.6.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/acpx",
9
- "version": "2026.6.10-beta.2",
9
+ "version": "2026.6.10",
10
10
  "dependencies": {
11
11
  "@agentclientprotocol/claude-agent-acp": "0.39.0",
12
12
  "@zed-industries/codex-acp": "0.15.0",
@@ -701,6 +701,7 @@
701
701
  "version": "0.15.0",
702
702
  "resolved": "https://registry.npmjs.org/@zed-industries/codex-acp/-/codex-acp-0.15.0.tgz",
703
703
  "integrity": "sha512-eAv7sGBeiYrYkOulF729nrM51szS7WIhBtugRj5wWq6csRKZUhAZfoUZlF8xUWdHPtOIzd/eT6MNG6gMHu6z0w==",
704
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
704
705
  "license": "Apache-2.0",
705
706
  "bin": {
706
707
  "codex-acp": "bin/codex-acp.js"
@@ -721,6 +722,7 @@
721
722
  "cpu": [
722
723
  "arm64"
723
724
  ],
725
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
724
726
  "license": "Apache-2.0",
725
727
  "optional": true,
726
728
  "os": [
@@ -737,6 +739,7 @@
737
739
  "cpu": [
738
740
  "x64"
739
741
  ],
742
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
740
743
  "license": "Apache-2.0",
741
744
  "optional": true,
742
745
  "os": [
@@ -753,6 +756,7 @@
753
756
  "cpu": [
754
757
  "arm64"
755
758
  ],
759
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
756
760
  "license": "Apache-2.0",
757
761
  "optional": true,
758
762
  "os": [
@@ -769,6 +773,7 @@
769
773
  "cpu": [
770
774
  "x64"
771
775
  ],
776
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
772
777
  "license": "Apache-2.0",
773
778
  "optional": true,
774
779
  "os": [
@@ -785,6 +790,7 @@
785
790
  "cpu": [
786
791
  "arm64"
787
792
  ],
793
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
788
794
  "license": "Apache-2.0",
789
795
  "optional": true,
790
796
  "os": [
@@ -801,6 +807,7 @@
801
807
  "cpu": [
802
808
  "x64"
803
809
  ],
810
+ "deprecated": "This package has been replaced by @agentclientprotocol/codex-acp. Please migrate to continue receiving updates.",
804
811
  "license": "Apache-2.0",
805
812
  "optional": true,
806
813
  "os": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/acpx",
3
- "version": "2026.6.10-beta.2",
3
+ "version": "2026.6.10",
4
4
  "description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,10 +26,10 @@
26
26
  "minHostVersion": ">=2026.4.25"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.6.10-beta.2"
29
+ "pluginApi": ">=2026.6.10"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.6.10-beta.2",
32
+ "openclawVersion": "2026.6.10",
33
33
  "staticAssets": [
34
34
  {
35
35
  "source": "./src/runtime-internals/mcp-proxy.mjs",
@@ -58,7 +58,7 @@
58
58
  "skills/**"
59
59
  ],
60
60
  "peerDependencies": {
61
- "openclaw": ">=2026.6.10-beta.2"
61
+ "openclaw": ">=2026.6.10"
62
62
  },
63
63
  "peerDependenciesMeta": {
64
64
  "openclaw": {