nexus/packages
Nexus Dev c268f2d03e 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-04 03:55:47 +00:00
..
adapter-utils [nexus] feat(18-01): implement adapter skill config resolver 2026-04-04 03:55:42 +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-04 03:55:41 +00:00
db feat(21-01): add chat_conversations and chat_messages Drizzle schema + migration 2026-04-04 03:55:47 +00:00
plugins Add plugin telemetry bridge capability 2026-04-02 10:47:29 -05:00
shared feat(21-05): create chat API client and TanStack Query hooks 2026-04-04 03:55:47 +00:00