✨ chat panel UI — agent chat interface, batch review, settings [2/2]#1390
✨ chat panel UI — agent chat interface, batch review, settings [2/2]#1390ibolton336 wants to merge 3 commits intokonveyor:mainfrom
Conversation
- CI workflow fixes for e2e tests - Husky pre-commit hook - Agentic package: refactored base node, improved caching, updated types - Test fixtures updated for new provider configs - E2E page objects refactored - Build script improvements (collect-assets) - Go/Java extension updates - Removed stale changelog fragments, added new ones - Package dependency updates Signed-off-by: ibolton336 <ibolton@redhat.com>
Adds the complete pluggable agent backend infrastructure: - Agent client interface with Goose and OpenCode implementations - MCP bridge server for exposing analysis tools to agents - Agent orchestrator with file tracking and batch review - State management refactoring (StateChangeData pattern, extension store, sync bridges) - Tool permission handler with policy-based access control - Agent configuration and credential storage - Shared agent types, actions, and message contracts - Updated extension wiring for agent lifecycle management - Modified file handler improvements for agent workflows - Documentation and contributing guide Signed-off-by: ibolton336 <ibolton@redhat.com>
Adds the user-facing chat panel for agent interactions: - ChatPage with message history, streaming responses, input - Agent file review for inline diffs in chat - Agent settings panel for provider configuration - Compact batch review replacing old BatchReview components - Permission review UI for tool access approval - Thinking indicator for streaming states - Resource block/link components for rich content - Updated webview store and hooks for agent state - App routing with ChatPage - ResolutionsPage updates for agent message types Signed-off-by: ibolton336 <ibolton@redhat.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (136)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 59 minutes and 35 seconds.Comment |
Summary
User-facing chat panel for interacting with coding agents directly inside VS Code.
What's included
New ChatPage components:
ChatPage.tsx— main chat interface with message history, streaming responses, inputAgentFileReview.tsx— inline file diff review within chatAgentSettings.tsx— agent provider configuration panelCompactBatchReview.tsx— condensed multi-file review UI (replaces old BatchReview)CompactMigrationScope.tsx— migration scope display in chat contextPermissionReviewMessage.tsx— tool permission approval UIThinkingIndicator.tsx— streaming "thinking" animationResourceBlock.tsx/ResourceLink.tsx— rich content componentsWebview updates:
useVSCodeMessageHandler,useScrollManagement,useContainerWidthRemoved:
ResolutionsPage/BatchReview/components (replaced by compact versions)Stack order
This is PR 3 of 3 breaking up the
feature/goosebranch:Testing