Skip to content

perf(ai): optimize entity lookups in system prompt and right panel - #732

Merged
d-oit merged 1 commit into
mainfrom
perf/entity-lookup-map-226937269591296226
Aug 26, 2026
Merged

perf(ai): optimize entity lookups in system prompt and right panel#732
d-oit merged 1 commit into
mainfrom
perf/entity-lookup-map-226937269591296226

Conversation

@d-oit

Copy link
Copy Markdown
Owner

Optimized entity lookups across system prompt construction and right panel search/inspector components by introducing O(1) Map lookups with buildEntityIndex and fixing target entity ID resolution.


PR created automatically by Jules for task 226937269591296226 started by @d-oit

Replace O(N) `entities.find` linear array scans with O(1) `Map` lookups
via `buildEntityIndex` in `buildSystemPrompt` and `RightPanel`. Fix target
entity ID resolution (`r.entityId ?? r.id`) to ensure entity tags are
correctly retrieved and formatted for AI chat prompts and search UI.
Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercelBot commented Aug 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
do-knowledge-studioReadyReadyPreview, v0Aug 26, 2026 12:53am

@github-actionsgithub-actionsBot added config tests Related to automated/manual tests labels Aug 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Blocked merge diagnosis — blocked
⏳ Check run(s) still in progress: ["Codacy Static Code Analysis","Analyze (javascript-typescript)","Diagnose Blocked Merge State","commitlint","Analyze (actions)","Detect Changes","labeler","Infrastructure as Code Security","Shell Script Security Analysis","Secret Detection","Trivy Filesystem Security Scan"]

@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@d-oit
d-oit merged commit 132ba46 into mainAug 26, 2026
26 checks passed
@d-oit
d-oit deleted the perf/entity-lookup-map-226937269591296226 branch August 26, 2026 01:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configtestsRelated to automated/manual tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@d-oit