theclawbay 0.3.84 → 0.3.85

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.
@@ -2580,7 +2580,9 @@ function powerShellProfilePaths() {
2580
2580
  const addDocumentsProfiles = (documentsDir) => {
2581
2581
  if (!documentsDir)
2582
2582
  return;
2583
+ candidates.add(node_path_1.default.join(documentsDir, "PowerShell", "profile.ps1"));
2583
2584
  candidates.add(node_path_1.default.join(documentsDir, "PowerShell", "Microsoft.PowerShell_profile.ps1"));
2585
+ candidates.add(node_path_1.default.join(documentsDir, "WindowsPowerShell", "profile.ps1"));
2584
2586
  candidates.add(node_path_1.default.join(documentsDir, "WindowsPowerShell", "Microsoft.PowerShell_profile.ps1"));
2585
2587
  };
2586
2588
  if (node_os_1.default.platform() === "win32") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theclawbay",
3
- "version": "0.3.84",
3
+ "version": "0.3.85",
4
4
  "description": "CLI for connecting Codex, Hermes Agent, Gemini-compatible apps, Continue, Cline, GSD, OpenClaw, OpenCode, Kilo, Roo Code, Aider, experimental Trae, and experimental Zo to The Claw Bay.",
5
5
  "license": "MIT",
6
6
  "repository": {