An Agent Zero plugin that adds chat archiving capabilities to the sidebar.
Archive any chat from the sidebar to declutter your workspace. Archived chats are hidden from the sidebar but safely preserved.
Access all archived chats through a dedicated modal (click the archive icon next to New Chat). From the modal you can:
| Action | Description |
|---|---|
| Restore | Move the chat back to the sidebar |
| Delete | Permanently remove the chat (two click confirmation) |
On small screens (≤480px), button labels in the archive modal are automatically hidden, showing only icons for a compact layout.
- Copy the
chat_archivefolder to/a0/usr/plugins/ - Go to Settings → Plugins
- Enable Chat Archive
- Refresh the page
Archive data is stored as JSON in chat_archive/data/ with atomic writes for thread safety.
MIT