do not enable OSC 7 support for old 5.x powershell#2485
Conversation
WalkthroughAdds an early exit to the PowerShell Wave integration script to skip OSC 7 setup when the detected PowerShell version is less than 7; the check is placed after Wave completions are loaded and before first-prompt logic. Separately, in conncontroller.InstallWsh the error returned when client platform detection fails is wrapped using %w to preserve the original error for unwrapping. Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–15 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: unknown linters: 'unusedfunc,unusedparams', run 'golangci-lint help linters' to see the list of supported linters Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…tect client platform)
fix for #2471