nexus/packages/shared
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
..
src feat(22-01): DB schema, shared types, validators, service methods for streaming and editing 2026-04-01 14:50:16 +02:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
package.json fix: add npm provenance package metadata 2026-03-17 16:01:48 -05:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00