feat(mi): load context suggestions on component init for bar placeholder rotation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-25 20:16:05 -07:00
parent 25abb0266b
commit 696ab3cfd9
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ export class RStackMi extends HTMLElement {
this.#render(); this.#render();
this.#loadModels(); this.#loadModels();
this.#setupKeyboard(); this.#setupKeyboard();
// Load initial suggestions for bar placeholder rotation
setTimeout(() => this.#loadSuggestions(), 500);
} }
disconnectedCallback() { disconnectedCallback() {