Conversation
Give admins visibility into bot request adoption and usage with parallel tRPC-powered charts, a paginated request log, and per-request drilldowns.
Make the bot requests dashboard easier to compare channel adoption by stacking daily request volume per platform. Rename the sidebar entry to Kilo Bot to better match the product surface.
Contributor
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Other Observations (not in diff)N/A Files Reviewed (7 files)
|
Remove the redundant steps type assertion and unused import so the new bot requests router passes lint without changing its behavior.
Contributor
marius-kilocode
left a comment
There was a problem hiding this comment.
Please at least fix the duplication
Handle missing request detail records as not-found errors, share the bot request status badge between pages, and validate page-size query params before using them in the dashboard.
2mawi2
approved these changes
Mar 9, 2026
marius-kilocode
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/admin/bot-requestsdashboard that charts weekly active users, first-time users, and daily request volume frombot_requests.Verification
pnpm typecheck(passes; the workspace prints a Node engine warning because it expects Node^22and this environment uses Nodev24.10.0)Visual Changes
Reviewer Notes
bot_requestsand joinkilocode_users/organizationsfor display labels in the table and drill-down view.