nexus/packages/shared/src
Nexus Dev 16a849bd69 feat(25-00): add shared types, validators, and test stubs for file system
- Add ChatFile, ChatFileReference, ChatFileUploadResponse, ChatFileListResponse interfaces to types/chat.ts
- Add optional files?: ChatFile[] field to ChatMessage interface
- Add uploadChatFileSchema and createFileReferenceSchema Zod validators to validators/chat.ts
- Re-export all new types and validators from shared/src/index.ts
- Create test stubs for chat-file-service.test.ts and chat-file-routes.test.ts with it.todo() entries
2026-04-02 15:08:51 +00:00
..
types feat(25-00): add shared types, validators, and test stubs for file system 2026-04-02 15:08:51 +00:00
validators feat(25-00): add shared types, validators, and test stubs for file system 2026-04-02 15:08:51 +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: add auth.disableSignUp config option 2026-03-08 09:38:32 +08:00
constants.ts [nexus] feat(20-01): add gemini_local to AGENT_ADAPTER_TYPES constant 2026-04-02 15:08:50 +00:00
index.ts feat(25-00): add shared types, validators, and test stubs for file system 2026-04-02 15:08:51 +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