agentloom 0.1.7 → 0.1.8

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.
@@ -762,9 +762,7 @@ function readProviderCommandsFromDir(commandsDir, provider, sourcePriority) {
762
762
  sourcePriority,
763
763
  targetFileName,
764
764
  content: file.content,
765
- body: provider === "gemini"
766
- ? normalizeCommandArgumentsForCanonical(file.body, provider)
767
- : file.body,
765
+ body: normalizeCommandArgumentsForCanonical(file.body, provider),
768
766
  frontmatter: file.frontmatter,
769
767
  }));
770
768
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentloom",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Unified agent and MCP sync CLI for multi-provider AI tooling",
5
5
  "type": "module",
6
6
  "bin": {