theclawbay 0.4.1 → 0.4.2
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.
|
@@ -33,7 +33,11 @@ function powerShellProfilePaths() {
|
|
|
33
33
|
const addDocumentsProfiles = (documentsDir) => {
|
|
34
34
|
if (!documentsDir)
|
|
35
35
|
return;
|
|
36
|
+
// Must mirror the setup-side list in env-persist.ts: setup writes managed
|
|
37
|
+
// blocks into profile.ps1 as well, so logout has to clean all four paths.
|
|
38
|
+
candidates.add(node_path_1.default.join(documentsDir, "PowerShell", "profile.ps1"));
|
|
36
39
|
candidates.add(node_path_1.default.join(documentsDir, "PowerShell", "Microsoft.PowerShell_profile.ps1"));
|
|
40
|
+
candidates.add(node_path_1.default.join(documentsDir, "WindowsPowerShell", "profile.ps1"));
|
|
37
41
|
candidates.add(node_path_1.default.join(documentsDir, "WindowsPowerShell", "Microsoft.PowerShell_profile.ps1"));
|
|
38
42
|
};
|
|
39
43
|
if (node_os_1.default.platform() === "win32") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "theclawbay",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
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": {
|