fix(chat): load messages from S3 snapshot instead of empty chat_messages table
- getChat() now calls GET /chat/:chatId and GET /chat/:chatId/messages in parallel; messages come from S3 AgentCore session snapshot - Fix snapshotMessagesToMikeMessages to accept content blocks with no type field (Strands snapshot omits type on text blocks) - Update FEATURE-PARITY.md with pending items: tier display, account settings parity, credit enforcement
| Repository | dropthejase/louis |
|---|---|
| Author | Jason Lee <12leeejk2@gmail.com> |
| Authored | |
| Parents | ba166349 |
| Stats | 3 files changed , +14 , -30 |
| Part of | AgentCore conversation persistence via S3 (not SessionManager) |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-ae70567f.md
from inside the repo you want the change in.