agdi 2.2.2 → 2.2.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2951,7 +2951,7 @@ ${chalk12.cyan(`/_/ |_|\\_, /\\__,_//_/ `)}
|
|
|
2951
2951
|
${chalk12.cyan(` /____/ `)}
|
|
2952
2952
|
`;
|
|
2953
2953
|
var program = new Command();
|
|
2954
|
-
program.name("agdi").description(chalk12.cyan("\u{1F680} AI-powered coding assistant")).version("2.
|
|
2954
|
+
program.name("agdi").description(chalk12.cyan("\u{1F680} AI-powered coding assistant")).version("2.2.2").configureHelp({
|
|
2955
2955
|
// Show banner only when help is requested
|
|
2956
2956
|
formatHelp: (cmd, helper) => {
|
|
2957
2957
|
return BANNER + "\n" + chalk12.gray(" The Open Source AI Architect") + "\n" + chalk12.gray(" \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n") + "\n" + helper.formatHelp(cmd, helper);
|