refactor(code-index): extract interface state and webview routing - #1607
refactor(code-index): extract interface state and webview routing#1607WebMad wants to merge 2 commits into
Conversation
…g#1594) Separate workspace resolution and instance ownership from CodeIndexManager. Update consumers, aggregate disposal failures, and add focused registry and cleanup tests. Lifecycle cancellation is deferred from this PR.
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Review statusThanks for contributing. This comment tracks the review sequence and the next action. Current step: Fix the failing required CI checks; awaiting-maintainer requires CI and automated review completion. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Summary
CodeIndexStateread model and expose snapshot/event APIs throughCodeIndexControllerCodeIndexScopeso the manager, state manager, and controller share a workspace lifetimeCodeIndexWebviewMessageHandlerWebviewMessageHandlerRegistryand construct one registry perClineProviderVerification
Dependency
This PR is based on #1594 and should be reviewed/merged after it.