paperclipai 0.2.6 → 0.2.7

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
@@ -6976,7 +6976,7 @@ function applyDataDirOverride(options, support = {}) {
6976
6976
  // src/index.ts
6977
6977
  var program = new Command();
6978
6978
  var DATA_DIR_OPTION_HELP = "Paperclip data directory root (isolates state from ~/.paperclip)";
6979
- program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("0.2.6");
6979
+ program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("0.2.7");
6980
6980
  program.hook("preAction", (_thisCommand, actionCommand) => {
6981
6981
  const options = actionCommand.optsWithGlobals();
6982
6982
  const optionNames = new Set(actionCommand.options.map((option) => option.attributeName()));