@mariozechner/pi-coding-agent 0.54.2 → 0.55.0

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.
@@ -540,7 +540,7 @@ export class InteractiveMode {
540
540
  group.paths.push(p);
541
541
  }
542
542
  }
543
- return [groups.user, groups.project, groups.path].filter((group) => group.paths.length > 0 || group.packages.size > 0);
543
+ return [groups.project, groups.user, groups.path].filter((group) => group.paths.length > 0 || group.packages.size > 0);
544
544
  }
545
545
  formatScopeGroups(groups, options) {
546
546
  const lines = [];