fix: update OpenShell provider creation - #2137
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (8)
📜 Recent review details⏰ 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). (5)
🧰 Additional context used📓 Path-based instructions (6)**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
extensions/*/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
extensions/*/package.json📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/main/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/{main,renderer,preload}/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.spec.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (8)📚 Learning: 2026-05-05T17:44:50.991ZApplied to files:
📚 Learning: 2026-05-12T10:01:14.248ZApplied to files:
📚 Learning: 2026-05-12T17:14:02.153ZApplied to files:
📚 Learning: 2026-06-08T14:22:17.045ZApplied to files:
📚 Learning: 2026-06-10T09:07:26.260ZApplied to files:
📚 Learning: 2026-05-06T11:29:33.170ZApplied to files:
📚 Learning: 2026-05-05T17:30:20.418ZApplied to files:
📚 Learning: 2026-03-09T08:47:09.657ZApplied to files:
🪛 ast-grep (0.43.0)packages/main/src/plugin/openshell-cli/openshell-cli.ts[warning] 303-303: Avoid command injection (command-injection-typescript) 🪛 OpenGrep (1.22.0)packages/main/src/plugin/openshell-cli/openshell-cli.ts[ERROR] 304-304: Dynamic command passed to child_process.exec/execSync. Use child_process.execFile or spawn with an argument array instead. (coderabbit.command-injection.exec-js) 🔇 Additional comments (10)
📝 WalkthroughWalkthroughPer-connection secret keys for Claude and OpenAI were renamed to ChangesConfiguration and Credential Handling Updates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (3 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Fixes openkaiden#2132 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
Fixes #2132