Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
73 lines (73 loc) · 3.55 KB

File metadata and controls

73 lines (73 loc) · 3.55 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@agentclientprotocol/codex-acp",
"publishConfig": {
"access": "public"
},
"version": "1.1.7",
"description": "",
"main": "dist/index.js",
"bin": {
"codex-acp": "dist/index.js"
},
"files": [
"dist/index.js",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "node build.mjs",
"bundle:all": "npm run bundle:linux-x64 && npm run bundle:linux-arm64 && npm run bundle:darwin-x64 && npm run bundle:darwin-arm64 && npm run bundle:win-x64 && npm run bundle:win-arm64",
"bundle:linux-x64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-linux-x64-baseline --outfile dist/bin/codex-acp-x64-linux",
"bundle:linux-arm64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-linux-arm64 --outfile dist/bin/codex-acp-arm64-linux",
"bundle:darwin-x64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-darwin-x64-baseline --outfile dist/bin/codex-acp-x64-darwin",
"bundle:darwin-arm64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-darwin-arm64 --outfile dist/bin/codex-acp-arm64-darwin",
"bundle:win-x64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-windows-x64-baseline --outfile dist/bin/codex-acp-x64-windows.exe",
"bundle:win-arm64": "bun build src/index.ts --minify --sourcemap --compile --target=bun-windows-arm64 --outfile dist/bin/codex-acp-arm64-windows.exe",
"package:all": "npm run package:linux-x64 && npm run package:linux-arm64 && npm run package:darwin-x64 && npm run package:darwin-arm64 && npm run package:win-x64 && npm run package:win-arm64",
"package:linux-x64": "cd dist/bin && zip codex-acp-x64-linux.zip codex-acp-x64-linux",
"package:linux-arm64": "cd dist/bin && zip codex-acp-arm64-linux.zip codex-acp-arm64-linux",
"package:darwin-x64": "cd dist/bin && zip codex-acp-x64-darwin.zip codex-acp-x64-darwin",
"package:darwin-arm64": "cd dist/bin && zip codex-acp-arm64-darwin.zip codex-acp-arm64-darwin",
"package:win-x64": "cd dist/bin && zip codex-acp-x64-windows.zip codex-acp-x64-windows.exe",
"package:win-arm64": "cd dist/bin && zip codex-acp-arm64-windows.zip codex-acp-arm64-windows.exe",
"start": "node --import tsx src/index.ts",
"example:steering": "node --import tsx examples/steering.ts",
"example:steering:multistep": "node --import tsx examples/steering.ts",
"generate-types": "./node_modules/.bin/codex app-server generate-ts --out src/app-server",
"test": "vitest run",
"test:e2e": "npm run build && RUN_E2E_TESTS=true vitest run src/__tests__/CodexACPAgent/e2e",
"test:watch": "vitest",
"typecheck": "tsc --noEmit && tsc --noEmit -p examples/tsconfig.json",
"codex-test": "tsx .claude/skills/run-codex/scripts/run-codex-test.ts"
},
"homepage": "https://github.com/agentclientprotocol/codex-acp#readme",
"bugs": {
"url": "https://github.com/agentclientprotocol/codex-acp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agentclientprotocol/codex-acp.git"
},
"keywords": [],
"author": "Agent Client Protocol",
"license": "Apache-2.0",
"type": "module",
"devDependencies": {
"@types/node": "^26.1.0",
"esbuild": "^0.28.1",
"mcp-hello-world": "^1.1.2",
"tsx": "^4.23.1",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"dependencies": {
"@agentclientprotocol/sdk": "^1.3.0",
"@openai/codex": "^0.145.0",
"diff": "^9.0.0",
"open": "^11.0.0",
"vscode-jsonrpc": "^9.0.1",
"zod": "^4.0.0"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.