Project Chat View plugin thumbnail

Project Chat View

Focuses chat list on active project.

Author a0-community-plugins 4 stars Version 1.1.0 Updated

README

Project Chat View

project_chat_view is a frontend-only Agent Zero plugin that replaces the flat sidebar chat list with a project-grouped view.

What it does

  • Groups chats by their active project
  • Sorts chats oldest to newest inside each project
  • Keeps chats without a project in an Unassigned section at the bottom
  • Lets you toggle back to the native flat chat list at any time

Implementation Notes

  • Lives entirely under usr/plugins/project_chat_view/
  • Uses the existing sidebar extension point at sidebar-chats-list-start
  • Reuses the built-in chat actions from $store.chats
  • Does not add backend APIs or modify core files