@cotal-ai/connector-codex 0.24.0 → 0.26.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/dist/agui-map.d.ts +47 -0
- package/dist/agui-map.d.ts.map +1 -0
- package/dist/agui-rollout.d.ts +17 -0
- package/dist/agui-rollout.d.ts.map +1 -0
- package/dist/extension.d.ts.map +1 -1
- package/dist/host.d.ts.map +1 -1
- package/dist/host.js +3092 -479
- package/dist/index.js +108 -58
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-codex",
|
|
3
3
|
"description": "Cotal connector for OpenAI Codex: a host-mode peer driving codex app-server, with Codex's own TUI attached and the cotal_* tools served over a loopback MCP endpoint.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.26.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"tsx": "^4.22.4",
|
|
28
28
|
"ws": "^8.21.0",
|
|
29
29
|
"zod": "^4.4.3",
|
|
30
|
-
"@cotal-ai/connector-core": "0.
|
|
31
|
-
"@cotal-ai/core": "0.
|
|
30
|
+
"@cotal-ai/connector-core": "0.26.0",
|
|
31
|
+
"@cotal-ai/core": "0.26.0",
|
|
32
32
|
"@cotal-ai/smoke-kit": "0.0.0"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|