From 248ad7c3ba31c004bed4750bfbfbe97a3511d565 Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Wed, 18 Mar 2026 15:05:40 +0100 Subject: [PATCH] feat: add Ai Summary extension --- README.md | 4 ++++ extensions.json | 11 +++++++++++ repositories.json | 3 +++ 3 files changed, 18 insertions(+) diff --git a/README.md b/README.md index a9684ba9..1a26a53d 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@civilblur](https://github.com/civilblur/) * [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features. + +### By [@deimosfr](https://github.com/deimosfr/) + +* [Ai Summary](https://github.com/deimosfr/xExtension-AiSummary): Summarize any article with one click using your favorite AI provider (OpenAI, Gemini, Claude and Ollama). diff --git a/extensions.json b/extensions.json index afcacc72..fc8f2c94 100644 --- a/extensions.json +++ b/extensions.json @@ -12,6 +12,17 @@ "method": "git", "directory": "." }, + { + "name": "Ai Summary", + "author": "deimosfr", + "description": "Summarize any article with one click using your favorite AI provider (OpenAI, Gemini, Claude and Ollama).", + "version": "1.0.0", + "entrypoint": "AiSummary", + "type": "user", + "url": "https://github.com/deimosfr/xExtension-AiSummary", + "method": "git", + "directory": "." + }, { "name": "ArticleSummary", "author": "Liang", diff --git a/repositories.json b/repositories.json index c5748dce..f1296686 100644 --- a/repositories.json +++ b/repositories.json @@ -112,4 +112,7 @@ }, { "url": "https://github.com/civilblur/youlag", "type": "git" +}, { + "url": "https://github.com/deimosfr/xExtension-AiSummary", + "type": "git" }]