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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1.0").configureHelp({
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agdi",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "AI-powered app generator - build full-stack apps from natural language in your terminal",
5
5
  "type": "module",
6
6
  "bin": {