nexus/packages
Nexus Dev 2d7e1374ba feat(21-05): create chat API client and TanStack Query hooks
- Add ui/src/api/chat.ts with chatApi (7 methods: list/create/get/update/delete conversations + list/post messages)
- Add ui/src/hooks/useChatConversations.ts with useInfiniteQuery + placeholderData + CRUD mutations
- Add ui/src/hooks/useChatMessages.ts with useInfiniteQuery + sendMutation + flattened/reversed messages array
- Fix [Rule 3 - Blocking]: export ChatConversation, ChatMessage, ChatConversationListResponse, ChatMessageListResponse from packages/shared/src/index.ts (types existed in types/chat.ts but were not re-exported at package root)
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(21-01): add migration snapshot metadata 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(21-05): create chat API client and TanStack Query hooks 2026-04-02 15:08:50 +00:00