Chat Archive
Archive chats to hide them from sidebar, view archived chats in a modal, and drag to reorder chats with persistent custom ordering.
README
Chat Archive
An Agent Zero plugin that adds chat archiving capabilities to the sidebar.
![]()
Features
📦 Archive Chats
Archive any chat from the sidebar to declutter your workspace. Archived chats are hidden from the sidebar but safely preserved.
🗄️ Archive Modal
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) |
Responsive Design
On small screens (≤480px), button labels in the archive modal are automatically hidden, showing only icons for a compact layout.
Installation
- Copy the
chat_archivefolder to/a0/usr/plugins/ - Go to Settings → Plugins
- Enable Chat Archive
- Refresh the page
Data Storage
Archive data is stored as JSON in chat_archive/data/ with atomic writes for thread safety.
License
MIT