(MOT-4260) feat(memory,console): ship the memory page as injectable console UI - #611
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (27)
✨ 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. Comment |
skill-check — worker0 verified, 49 skipped (no docs/).
Four for four. Nicely done. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
What
Moves the console's memory page to an injectable UI shipped by the memory worker, per
docs/sops/injectable-console-ui.md(state worker as the reference). Part of the console injectable-UI migration (MOT-4256).memory/ui (injectable)
page.tsx:setup(host)registers the memory page (#/ext/memory, nav labelmemory).src/page/: banks rail, memories/recall/rules panels, and the graph ported to@iii-dev/console-ui+host.iii.trigger;useMemoryLivere-subscribes onmemory::item-changed/memory::bank-changed(tab-scoped, unmount cleanup). Rule/markdown editing uses the sharedCodeEditor(no bundled editor). Inline SVG icons.styles.cssscoped[data-iii-ui="memory"], tokens only, 0 unscoped selectors.build.mjsesbuild with the five shared externals.iii-console-uicrate,ConsoleUi::new("memory").script(...).style(...).register(&iii);build.rsrespectsSKIP_UI_BUILD.pnpm-workspace.yamljoinsmemory/ui.console (deletions)
pages/Memory/+hooks/use-memory-events.ts; editedApp.tsx,use-hash-route.ts,nav-options.ts(+test). Kept the chat shell's memory-bank selector (memoryAvailableon context, used by ChatView). No leftover memory-page refs.Verification
ui::tests + 6 schema, 0 failed).dist/page.js,dist/styles.css).tsc -bexit 0, biome clean, nav-options tests 5/5.Closes MOT-4260.