@letta-ai/conversation-summary
v0.1.1
Published
Letta Code statusline mod that shows the current conversation summary.
Downloads
240
Readme
Conversation Summary
A Letta Code statusline mod that shows the current conversation summary in the idle status row.
Implement provider retry UI Amelia · Claude Sonnet 4Install
letta install npm:@letta-ai/conversation-summaryThen reload local mods:
/reloadWhat it adds
- Current conversation summary/title on the left side of the idle statusline
- Fallback right-side agent/model display
Behavior
- Reads the current conversation summary from the host-provided panel context.
- Does not poll, call the model, call the Letta API, or read local conversation files.
- Renders no left segment when the current conversation has no summary yet.
Requirements
- Letta Code
>=0.27.21with panel contextconversationSummarysupport
Safety
Mods are trusted local code. Review the source before installing third-party mods.
This mod only renders host-provided context and does not mutate files or conversations.
If a mod breaks startup or command handling, recover with:
letta --no-mods
# or
LETTA_DISABLE_MODS=1 lettaSee MOD.md for the agent-facing behavioral contract.
