ananas-viber

Results 2 issues of ananas-viber

## Summary Fixes #8030 **Builds on #8393** — Adds synthetic message detection to prevent excessive premium requests. The official plugin (#8393) uses `last?.role !== "user"` which fails for synthetic user...

## Summary Currently, `copilot.ts` detects synthetic user messages (compaction, tool attachments, subtasks) via regex pattern matching on message text. This works but has maintenance coupling. ## Current State - `synthetic:...