allagents 1.4.5 → 1.4.6

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15779,7 +15779,7 @@ function parseGitHubUrl(url) {
15779
15779
  }
15780
15780
  return null;
15781
15781
  }
15782
- const treeMatch = normalized.match(/^https?:\/\/(?:www\.)?github\.com\/([^/]+)\/([^/]+?)\/tree\/(.+)$/);
15782
+ const treeMatch = normalized.match(/^https?:\/\/(?:www\.)?github\.com\/([^/]+)\/([^/]+?)\/(?:tree|blob)\/(.+)$/);
15783
15783
  if (treeMatch) {
15784
15784
  const owner = treeMatch[1];
15785
15785
  const repo = treeMatch[2]?.replace(/\.git$/, "");
@@ -34040,7 +34040,7 @@ var package_default;
34040
34040
  var init_package = __esm(() => {
34041
34041
  package_default = {
34042
34042
  name: "allagents",
34043
- version: "1.4.5",
34043
+ version: "1.4.6",
34044
34044
  description: "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
34045
34045
  type: "module",
34046
34046
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allagents",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
5
5
  "type": "module",
6
6
  "bin": {