@ai-bro/codex-plugin 1.0.17 → 1.0.19
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/README.md +1 -0
- package/artifact.sha256 +1 -1
- package/artifact.tgz +0 -0
- package/manifest.json +2 -1
- package/package.json +2 -1
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
此 npm 包仅供 AI Bro Client 配合使用,独立安装无效。
|
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
864e69f191cdb45f3296588d643ad8e5468c2f7d341e6e5678c6de0d9a906cc0 artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.19",
|
|
5
5
|
"requires": {},
|
|
6
6
|
"files": [
|
|
7
7
|
"payload/.codex-plugin/plugin.json",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"payload/assets/ai-bro_128.png",
|
|
11
11
|
"payload/assets/ai-bro_32.png",
|
|
12
12
|
"payload/mcp/mcp-stdio.mjs",
|
|
13
|
+
"payload/npm_readme.md",
|
|
13
14
|
"payload/skills/ai-bro/agents/openai.yaml",
|
|
14
15
|
"payload/skills/ai-bro/references/capabilities/engineering/agents-template.md",
|
|
15
16
|
"payload/skills/ai-bro/references/capabilities/engineering/bugfix.md",
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-bro/codex-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "AI Bro immutable component artifact for @ai-bro/codex-plugin",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
7
|
+
"README.md",
|
|
7
8
|
"artifact.tgz",
|
|
8
9
|
"artifact.sha256",
|
|
9
10
|
"manifest.json"
|