Code Intelligence UI: Insights tab with detectors, search, explain (v0.2.2)#14
Merged
Conversation
…0.2.2) Sub-step 9b — completes Code Intelligence. Insights view: run the cyclic-dependency, dead-code and duplication detectors and browse the findings in panels; a code-search box answers "where is X" with ranked symbol/path hits; an Explain action hands a hit to AI Chat and switches to it. New features/insights slice with its own store; all backend access via lib/ipc/intel. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Sub-step 9b — completes Code Intelligence. The Insights tab surfaces the deterministic detectors from 9a.
<symbol>in<file>" — this is how "Explain this class" is served.features/insightsslice with its own Zustand store; all backend calls go through the typedlib/ipc/intel.Verification
pnpm build(tsc strict + vite): clean, noany.Live analysis/search run against the backend (
analyze_code_intelligence,search_code) inpnpm tauri dev.This closes Code Intelligence (9a backend, 9b UI).
🤖 Generated with Claude Code