nexus/packages
Nexus Dev 26894428a9 feat(22-05): virtualize ChatMessageList and add chat API edit/truncate methods
- Rewrite ChatMessageList with @tanstack/react-virtual useVirtualizer (estimateSize: 80, overscan: 5)
- Dynamic height measurement via measureElement ref
- Streaming message appended as synthetic __streaming__ entry
- virtualizer.measure() called on streamingContent change (Pitfall 3)
- Jump-to-bottom button when scrolled >200px from bottom
- 3 Skeleton loading placeholders
- Add editMessage, truncateMessagesAfter, deleteMessage to chatApi
- Add postMessageAndStream and savePartialMessage (were missing from prior plan)
- Fix duplicate ChatConversation type exports in packages/shared/src/index.ts (Rule 1 - Bug)
2026-04-02 15:08:50 +00:00
..
adapter-utils [nexus] feat(18-01): implement adapter skill config resolver 2026-04-02 15:08:50 +00:00
adapters Merge branch 'master' into add-gpt-5-4-xhigh-effort 2026-03-31 06:19:26 -05:00
branding feat(01-foundation-01): scaffold branding package with VOCAB constant and tests 2026-04-02 15:07:14 +00:00
db feat(22-00): DB migration, shared types, react-virtual, agent-role-colors, CSS animation 2026-04-02 15:08:50 +00:00
plugins Preserve workspaces for follow-up issues 2026-03-30 14:10:36 -05:00
shared feat(22-05): virtualize ChatMessageList and add chat API edit/truncate methods 2026-04-02 15:08:50 +00:00