@cotal-ai/connector-codex 0.33.7 → 0.33.8
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/host.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/host.js
CHANGED
|
@@ -62273,7 +62273,7 @@ config(en_default());
|
|
|
62273
62273
|
|
|
62274
62274
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
62275
62275
|
var DOCS_BUNDLE = {
|
|
62276
|
-
"version": "0.33.
|
|
62276
|
+
"version": "0.33.8",
|
|
62277
62277
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
62278
62278
|
"pages": [
|
|
62279
62279
|
{
|
package/dist/index.js
CHANGED
|
@@ -14821,7 +14821,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14821
14821
|
|
|
14822
14822
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14823
14823
|
var DOCS_BUNDLE = {
|
|
14824
|
-
"version": "0.33.
|
|
14824
|
+
"version": "0.33.8",
|
|
14825
14825
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14826
14826
|
"pages": [
|
|
14827
14827
|
{
|
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.33.
|
|
4
|
+
"version": "0.33.8",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"tsx": "^4.22.4",
|
|
28
28
|
"ws": "^8.21.0",
|
|
29
29
|
"zod": "^4.4.3",
|
|
30
|
-
"@cotal-ai/connector-core": "0.33.
|
|
31
|
-
"@cotal-ai/
|
|
32
|
-
"@cotal-ai/
|
|
30
|
+
"@cotal-ai/connector-core": "0.33.8",
|
|
31
|
+
"@cotal-ai/smoke-kit": "0.0.0",
|
|
32
|
+
"@cotal-ai/core": "0.33.8"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist"
|