acp-extension-codex 0.15.0 → 0.16.0
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.
- package/README.md +6 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# ACP adapter for Codex
|
|
2
2
|
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> Development is moving to [agentclientprotocol/codex-acp](https://github.com/agentclientprotocol/codex-acp).
|
|
5
|
+
> The new adapter is built on the new Codex App Server, and we are pooling implementation
|
|
6
|
+
> and maintenance work across teams there. Use `@agentclientprotocol/codex-acp`
|
|
7
|
+
> for new installs.
|
|
8
|
+
|
|
3
9
|
Use [Codex](https://github.com/openai/codex) from [ACP-compatible](https://agentclientprotocol.com) clients such as [Zed](https://zed.dev)!
|
|
4
10
|
|
|
5
11
|
This tool implements an ACP adapter around the Codex CLI, supporting:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "acp-extension-codex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "An ACP-compatible coding agent powered by Codex",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"bin"
|
|
29
29
|
],
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"acp-extension-codex-darwin-arm64": "0.
|
|
32
|
-
"acp-extension-codex-darwin-x64": "0.
|
|
33
|
-
"acp-extension-codex-linux-arm64": "0.
|
|
34
|
-
"acp-extension-codex-linux-x64": "0.
|
|
35
|
-
"acp-extension-codex-win32-arm64": "0.
|
|
36
|
-
"acp-extension-codex-win32-x64": "0.
|
|
31
|
+
"acp-extension-codex-darwin-arm64": "0.16.0",
|
|
32
|
+
"acp-extension-codex-darwin-x64": "0.16.0",
|
|
33
|
+
"acp-extension-codex-linux-arm64": "0.16.0",
|
|
34
|
+
"acp-extension-codex-linux-x64": "0.16.0",
|
|
35
|
+
"acp-extension-codex-win32-arm64": "0.16.0",
|
|
36
|
+
"acp-extension-codex-win32-x64": "0.16.0"
|
|
37
37
|
}
|
|
38
38
|
}
|