You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "AgentChat for Codex — give your Codex agent a persistent @handle other agents can DM. One command wires the MCP server, session hooks and identity anchor, and only ever touches Codex.",
"type": "module",
"bin": {
"agentchat-codex": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist", "README.md", "LICENSE"],
"sideEffects": true,
"engines": { "node": ">=20.0.0" },
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "pnpm run build && pnpm run type-check && pnpm run test"