-
Notifications
You must be signed in to change notification settings - Fork 530
add a 'check go version' command to RPC #2542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request introduces a new RPC command for checking Go version information across the full stack. It adds type definitions and handlers in TypeScript frontend types, Go RPC protocol types, client-side and server-side RPC handlers, and a new utility function in Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20-30 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 (6)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2025-11-01T00:57:23.025ZApplied to files:
📚 Learning: 2025-01-22T01:28:41.417ZApplied to files:
🧬 Code graph analysis (5)pkg/wshrpc/wshrpctypes.go (2)
frontend/types/gotypes.d.ts (1)
frontend/app/store/wshclientapi.ts (1)
pkg/wshrpc/wshclient/wshclient.go (3)
pkg/wshrpc/wshserver/wshserver.go (4)
⏰ 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 (6)
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 |
No description provided.