Filter ANSI output before Slack forwarding #3

Merged
jihoson merged 2 commits from fix/slack-ansi-filter into main 2026-02-17 03:53:09 +09:00
Collaborator

Summary

  • strip ANSI/control sequences from PTY output before posting to Slack
  • suppress repeated identical output chunks to reduce Slack noise
  • add regression tests for output sanitization

Validation

  • pytest -q tests/test_output_filter.py
  • ruff check src tests

Notes

  • full pytest run in this environment still has a pre-existing PTY device error in tests/test_pty_manager.py
## Summary - strip ANSI/control sequences from PTY output before posting to Slack - suppress repeated identical output chunks to reduce Slack noise - add regression tests for output sanitization ## Validation - pytest -q tests/test_output_filter.py - ruff check src tests ## Notes - full pytest run in this environment still has a pre-existing PTY device error in tests/test_pty_manager.py
agentson added 1 commit 2026-02-17 03:49:08 +09:00
jihoson added 1 commit 2026-02-17 03:52:58 +09:00
jihoson merged commit e616bebdb9 into main 2026-02-17 03:53:09 +09:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/LazyEnter#3