unifai 2.0.2 → 2.0.3
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/cli.js +2 -2
- package/dist/cli.js.map +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -14639,7 +14639,7 @@ program.command("list-agents").description("List all supported AI coding agents"
|
|
|
14639
14639
|
});
|
|
14640
14640
|
console.log();
|
|
14641
14641
|
});
|
|
14642
|
-
program.command("init").description("Initialize skills with smart project detection").option("-y, --yes", "Skip confirmation prompts").option("-s, --source <source>", "Custom skill source (default: includeHasan/
|
|
14642
|
+
program.command("init").description("Initialize skills with smart project detection").option("-y, --yes", "Skip confirmation prompts").option("-s, --source <source>", "Custom skill source (default: includeHasan/unifai)").option("-a, --agent <agents...>", "Specify agents to install to").option("-g, --global", "Install globally").action(async (options2) => {
|
|
14643
14643
|
const { initCommand: initCommand2 } = await Promise.resolve().then(() => (init_init2(), exports_init));
|
|
14644
14644
|
await initCommand2(options2);
|
|
14645
14645
|
});
|
|
@@ -14905,4 +14905,4 @@ async function cleanup(tempDir) {
|
|
|
14905
14905
|
}
|
|
14906
14906
|
program.parse();
|
|
14907
14907
|
|
|
14908
|
-
//# debugId=
|
|
14908
|
+
//# debugId=FA1B40C078CC21C664756E2164756E21
|