dhti-cli 1.3.2 โ†’ 1.3.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.
@@ -186,6 +186,7 @@ export default class Copilot extends Command {
186
186
  }
187
187
  this.saveConversationHistory(conversationHistory);
188
188
  this.log(chalk.dim(`๐Ÿ’พ Conversation saved (${conversationHistory.length} messages). Use --clear-history to reset.`));
189
+ this.log(chalk.yellow('๐Ÿงน Cleaning up session, please wait...'));
189
190
  }
190
191
  catch (error) {
191
192
  const errorMessage = error instanceof Error ? error.message : String(error);
@@ -893,5 +893,5 @@
893
893
  ]
894
894
  }
895
895
  },
896
- "version": "1.3.2"
896
+ "version": "1.3.3"
897
897
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dhti-cli",
3
3
  "description": "DHTI CLI",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "author": "Bell Eapen",
6
6
  "bin": {
7
7
  "dhti-cli": "bin/run.js"