Files
admin 065a6f3d1a fix: tighten OW background request filter to stop spurious task creation
Added three new detection patterns beyond the existing keyword checks:
1. Conversation history dumps: messages containing both "user:" and
   "assistant:" role markers — real user messages never have both
2. Context synthesis phrases: "provided context", "following conversation",
   "based on the conversation" (OW's query augmentation patterns)
3. Markdown template headers: "### " in messages >200 chars (OW uses
   section headers in background templates; real mobile messages don't)

This closes the gap that caused "Fix CobraTrans ESET" to be created
spuriously in Agent Ecosystem from an OW history-dump background request.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 06:31:43 +00:00
..