paperclipai 0.2.3 → 0.2.5

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 CHANGED
@@ -6995,7 +6995,7 @@ function applyDataDirOverride(options, support = {}) {
6995
6995
  // src/index.ts
6996
6996
  var program = new Command();
6997
6997
  var DATA_DIR_OPTION_HELP = "Paperclip data directory root (isolates state from ~/.paperclip)";
6998
- program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("0.2.3");
6998
+ program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("0.2.5");
6999
6999
  program.hook("preAction", (_thisCommand, actionCommand) => {
7000
7000
  const options = actionCommand.optsWithGlobals();
7001
7001
  const optionNames = new Set(actionCommand.options.map((option) => option.attributeName()));