ruvector 0.1.72 → 0.1.73
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.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -2867,7 +2867,7 @@ if (Test-Path $IntelFile) {
|
|
|
2867
2867
|
fs.writeFileSync(statuslineScript, statuslineContent);
|
|
2868
2868
|
settings.statusLine = {
|
|
2869
2869
|
type: 'command',
|
|
2870
|
-
command: '.claude/statusline-command.ps1'
|
|
2870
|
+
command: 'powershell -NoProfile -ExecutionPolicy Bypass -File .claude/statusline-command.ps1'
|
|
2871
2871
|
};
|
|
2872
2872
|
} else {
|
|
2873
2873
|
// Unix (macOS, Linux): Bash statusline
|