โก๐ pattern filter returns empty on task output containing matches
Status Closed โ not planned
Maintainer reply None cached
Workaround โ Mentioned in description โ
Activity 2 comments ยท opened Mar 9, 2026 ยท closed Apr 6, 2026
Bug
When using โก๐ with a pattern parameter to grep stored task output, it returns empty results even when the output definitely contains matching lines.
Reproduction
- Run a cargo build that produces errors:
โกโถ๏ธ ['cargo check --all-features 2>&1'] - Build fails with 16 errors (confirmed via
offset:-100showing 'due to 16 previous errors') - Try to grep:
โก๐ {'action':'output','task_id':'๐ ๏ธ33','pattern':'error\\[E','raw':true} - Returns empty:
{output: '', filtered: true, truncated: true} - Also tried:
pattern:'error',pattern:'^error'โ all return empty or just the summary line
Expected
Pattern filter should return all lines matching the regex from the stored output.
Workaround
Reading with negative offsets in chunks works, but defeats the purpose of the pattern filter.
This issue has 2 comments on GitHub. Read the full discussion on GitHub โ