From ceecb7b353a6a4cb39a1759785ded2a90a272455 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 13:27:49 +0000 Subject: [PATCH 1/2] fix: Increase summaryMaxLength to 50000 to show full articles --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 42c8cc8fe..cc0de10eb 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "settings": { "articlesPerFeed": 120, "maxArticlesPerCategory": 120, - "summaryMaxLength": 600, + "summaryMaxLength": 50000, "deduplication": { "enabled": true, "similarityThreshold": 0.7, From b4889c54221b16e24e10fbc08b741d16624fe2aa Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 13:46:37 +0000 Subject: [PATCH 2/2] revert: Restore summaryMaxLength to 600 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index cc0de10eb..42c8cc8fe 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "settings": { "articlesPerFeed": 120, "maxArticlesPerCategory": 120, - "summaryMaxLength": 50000, + "summaryMaxLength": 600, "deduplication": { "enabled": true, "similarityThreshold": 0.7,