@ai-bro/codex-plugin 1.0.19 → 1.0.21
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 +5 -2
- package/package.json +1 -1
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
83fa469bc7391d35ebecdefcaefb867be170f1570db0c31aad29c263a55d4044 artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"requires": {
|
|
4
|
+
"version": "1.0.21",
|
|
5
|
+
"requires": {
|
|
6
|
+
"client-host": ">=1.0.40"
|
|
7
|
+
},
|
|
6
8
|
"files": [
|
|
7
9
|
"payload/.codex-plugin/plugin.json",
|
|
8
10
|
"payload/.gitignore",
|
|
@@ -11,6 +13,7 @@
|
|
|
11
13
|
"payload/assets/ai-bro_32.png",
|
|
12
14
|
"payload/mcp/mcp-stdio.mjs",
|
|
13
15
|
"payload/npm_readme.md",
|
|
16
|
+
"payload/release-manifest.json",
|
|
14
17
|
"payload/skills/ai-bro/agents/openai.yaml",
|
|
15
18
|
"payload/skills/ai-bro/references/capabilities/engineering/agents-template.md",
|
|
16
19
|
"payload/skills/ai-bro/references/capabilities/engineering/bugfix.md",
|