nexus/packages/shared/src
Mikkel Georgsen 5db6fe7af7 feat(22-01): DB schema, shared types, validators, service methods for streaming and editing
- Add editedContent and editedAt columns to chat_messages schema
- Update ChatMessage type with editedContent/editedAt fields
- Add editMessageSchema and streamMessageSchema validators
- Add agentId to updateConversationSchema
- Export new schemas from @paperclipai/shared
- Add editMessage and getMessageHistory service methods
- Update updateConversation to accept agentId field
- Add PUT /conversations/:id/messages/:messageId route
- Extend test coverage for agentId patching and message editing
- Generate migration 0048 for editedContent/editedAt columns
2026-04-01 14:50:16 +02:00
..
types feat(22-01): DB schema, shared types, validators, service methods for streaming and editing 2026-04-01 14:50:16 +02:00
validators feat(22-01): DB schema, shared types, validators, service methods for streaming and editing 2026-04-01 14:50:16 +02: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-01 11:59:50 +02:00
index.ts feat(22-01): DB schema, shared types, validators, service methods for streaming and editing 2026-04-01 14:50:16 +02: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 feat: company portability — export/import companies and agents 2026-03-02 09:06:58 -06:00