@majkapp/majk-chat-cli 1.0.26 → 1.0.28

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/cli.js CHANGED
@@ -63,7 +63,7 @@ const program = new commander_1.Command();
63
63
  program
64
64
  .name('majk-chat')
65
65
  .description('CLI for multi-provider LLM chat interactions')
66
- .version('1.0.26');
66
+ .version('1.0.28');
67
67
  // Add credential options helper function
68
68
  function addCredentialOptions(command) {
69
69
  return command