From 9f22d38d1d89cfdafee1a297fac1afc089d30255 Mon Sep 17 00:00:00 2001 From: LiangWei Date: Thu, 8 Jan 2026 15:47:02 +0800 Subject: [PATCH 1/2] Update ArticleSummary metadata and bump version to 0.5.0 --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index 31a5d6c..3f3776e 100644 --- a/extensions.json +++ b/extensions.json @@ -15,8 +15,8 @@ { "name": "ArticleSummary", "author": "Liang", - "description": "A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification.", - "version": "0.1.2", + "description": "Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface.", + "version": "0.5.0", "entrypoint": "ArticleSummary", "type": "user", "url": "https://github.com/LiangWei88/xExtension-ArticleSummary", From bfce92e8e8e229097aea6a8e42bf5b24116a267e Mon Sep 17 00:00:00 2001 From: LiangWei Date: Thu, 8 Jan 2026 16:04:15 +0800 Subject: [PATCH 2/2] Update README: refresh ArticleSummary description to reflect OpenAI/Ollama support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ccbe1..a9684ba 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@LiangWei88](https://github.com/LiangWei88) -* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification. +* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface. ### By [@Niehztog](https://github.com/Niehztog)