From d6523e04d42e103ca594202422752e04a84e0922 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Chat History plugin --- plugins/chat_history/index.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/chat_history/index.yaml diff --git a/plugins/chat_history/index.yaml b/plugins/chat_history/index.yaml new file mode 100644 index 0000000..a054a05 --- /dev/null +++ b/plugins/chat_history/index.yaml @@ -0,0 +1,14 @@ +title: Chat History +description: 'Queryable chat history for every conversation (main chat, subagents, + background jobs) in an embedded Postgres database (pg0, no extra containers): full-text + and semantic search, context inspection, and a live replica that never loses messages + to compaction. Embeddings use the embedding model already configured in model settings. + Optional Continuous Mode turns the primary chat into one infinite rolling conversation + with compaction summaries archived to a durable deck.' +github: https://github.com/Nicfox77/a0-plugin-chat-history +tags: +- storage +- database +- search +- agents +- ui