nexus/packages/shared/src
Nexus Dev 954e7819c6 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-04 03:55:47 +00:00
..
telemetry Add versioned telemetry events 2026-04-03 09:25:00 -05:00
types feat(22-00): DB migration, shared types, react-virtual, agent-role-colors, CSS animation 2026-04-04 03:55:47 +00:00
validators feat(21-01): add shared chat types and Zod validators 2026-04-04 03:55:47 +00:00
agent-url-key.ts feat: company portability — export/import companies and agents 2026-03-02 09:06:58 -06:00
api.ts feat: add auth/access foundation - deps, DB schema, shared types, and config 2026-02-23 14:40:16 -06:00
config-schema.ts feat: implement app-side telemetry sender 2026-04-02 10:47:29 -05:00
constants.ts [nexus] feat(20-01): add gemini_local to AGENT_ADAPTER_TYPES constant 2026-04-04 03:55:42 +00:00
index.ts feat(22-05): virtualize ChatMessageList and add chat API edit/truncate methods 2026-04-04 03:55:47 +00:00
project-mentions.test.ts Fix markdown mention chips 2026-03-23 16:57:27 -05:00
project-mentions.ts Fix markdown mention chips 2026-03-23 16:57:27 -05:00
project-url-key.ts fix: append short UUID suffix to project slugs when non-ASCII characters are stripped to prevent slug collisions 2026-03-31 16:35:30 +00:00
routine-variables.test.ts feat(routines): add workspace-aware routine runs 2026-04-02 11:38:57 -05:00
routine-variables.ts feat(routines): add workspace-aware routine runs 2026-04-02 11:38:57 -05:00