@controlvector/cv-agent 1.1.0 → 1.1.1

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/bundle.cjs CHANGED
@@ -5081,7 +5081,7 @@ function statusCommand() {
5081
5081
 
5082
5082
  // src/index.ts
5083
5083
  var program2 = new Command();
5084
- program2.name("cva").description("CV-Hub Agent \u2014 bridges Claude Code with CV-Hub task dispatch").version("1.0.0");
5084
+ program2.name("cva").description("CV-Hub Agent \u2014 bridges Claude Code with CV-Hub task dispatch").version(true ? "1.1.1" : "1.1.0");
5085
5085
  program2.addCommand(agentCommand());
5086
5086
  program2.addCommand(authCommand());
5087
5087
  program2.addCommand(remoteCommand());