@brainbase-labs/cli 0.8.1 → 0.8.2
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29449,7 +29449,7 @@ function padStart(s, n) {
|
|
|
29449
29449
|
// package.json
|
|
29450
29450
|
var package_default = {
|
|
29451
29451
|
name: "@brainbase-labs/cli",
|
|
29452
|
-
version: "0.8.
|
|
29452
|
+
version: "0.8.2",
|
|
29453
29453
|
description: "Pack, share, and install agent templates across harnesses (Claude Code, Codex, ...).",
|
|
29454
29454
|
type: "module",
|
|
29455
29455
|
bin: {
|
|
@@ -54337,7 +54337,7 @@ async function runAgentUnpack(cwd2, args) {
|
|
|
54337
54337
|
slug: entry.name,
|
|
54338
54338
|
scope,
|
|
54339
54339
|
rootDir: compDir,
|
|
54340
|
-
payload,
|
|
54340
|
+
payload: proxifyMcpPayload(payload),
|
|
54341
54341
|
checksum: ""
|
|
54342
54342
|
});
|
|
54343
54343
|
}
|