Fix slash command suggestion filtering#1664
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (4)**/*.{ts,tsx,js,jsx,py}📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
**/*⚙️ CodeRabbit configuration file
Files:
**⚙️ CodeRabbit configuration file
Files:
{src/**/*.test.ts,src/**/*.test.tsx,tests/**,scripts/**/*.test.ts,vscode-extension/**/*.test.js}⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (22)
📝 WalkthroughWalkthroughRefactors ChangesSafe snapshot-driven command suggestions
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsStopped waiting for pipeline failures after 30000ms. One of your pipelines takes longer than our 30000ms fetch window to run, so review may not consider pipeline-failure results for inline comments if any failures occurred after the fetch window. Increase the timeout if you want to wait longer or run a Comment |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
|
hello @chioarub can you comment a video of this? I fixed an issue earlier in slash command not responding |
|
Screencast_20260616_105359.webm It shows that slash commands still respond, and that typing after |
jatmn
left a comment
There was a problem hiding this comment.
Thanks for the contribution. I do not see any actionable issues from my review.
@kevincodex1 LGTM
Summary
Root Cause
Typed slash queries still allowed fuzzy description matches to remain visible, so the list often stayed broad even when the typed characters did not appear in a command identifier. Some hook and apply paths also re-read dynamic command metadata directly after suggestions were generated.
Validation
Notes
The full serial suite still reports unrelated order-dependent failures in auto-compact and export tests. The exact failing files pass when run directly: bun test src/services/compact/autoCompact.test.ts src/commands/export/export.test.ts.
Summary by CodeRabbit
Bug Fixes
Tests