Skip to content

[LLM Classification] Fix: Strip prefix from existing tags before re-adding in LLM classification#497

Merged
Alkarex merged 1 commit into
FreshRSS:mainfrom
a-p-a-n:fix/llm-classification-bug
Jul 24, 2026
Merged

[LLM Classification] Fix: Strip prefix from existing tags before re-adding in LLM classification#497
Alkarex merged 1 commit into
FreshRSS:mainfrom
a-p-a-n:fix/llm-classification-bug

Conversation

@a-p-a-n

@a-p-a-n a-p-a-n commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

When filtering tags by prefix, the prefix was being preserved on existing tags before they were re-added. This caused the prefix to be duplicated when applyClassification re-applied it. Now we strip the prefix from existing tags before re-adding them, preventing the duplication issue.

Closes #496

…cation

When filtering tags by prefix, the prefix was being preserved on existing tags
before they were re-added. This caused the prefix to be duplicated when
applyClassification re-applied it. Now we strip the prefix from existing tags
before re-adding them, preventing the duplication issue.

Closes FreshRSS#496
@a-p-a-n a-p-a-n changed the title Fix: Strip prefix from existing tags before re-adding in LLM classification [LLM Classification] Fix: Strip prefix from existing tags before re-adding in LLM classification Jul 24, 2026
@Alkarex
Alkarex merged commit 14e47fd into FreshRSS:main Jul 24, 2026
1 check passed
@Alkarex

Alkarex commented Jul 24, 2026

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[LLM Classification] Tag prefix duplication when filtering existing tags

2 participants