@ai-bro/codex-plugin 1.0.22 → 1.0.23
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/artifact.sha256 +1 -1
- package/artifact.tgz +0 -0
- package/manifest.json +4 -2
- package/package.json +1 -1
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
cde910b2a31867ef6c5918dca8eb441247eb9688d3a3d5633e28d97f97ea9108 artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.23",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.50"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"payload/.codex-plugin/plugin.json",
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
"payload/assets/ai-bro_128.png",
|
|
13
13
|
"payload/assets/ai-bro_32.png",
|
|
14
14
|
"payload/mcp/mcp-stdio.mjs",
|
|
15
|
+
"payload/mcp/mcp-tool-aliases.mjs",
|
|
16
|
+
"payload/mcp/mcp-tool-aliases.test.mjs",
|
|
15
17
|
"payload/npm_readme.md",
|
|
16
18
|
"payload/release-manifest.json",
|
|
17
19
|
"payload/skills/ai-bro/agents/openai.yaml",
|