Fix Slack output dedup and chunk forwarding #9

Merged
jihoson merged 1 commits from fix/slack-input-drop-logs into main 2026-02-17 05:35:51 +09:00
Collaborator

Summary

  • replace truncation-based Slack forwarding with chunked output forwarding
  • reset output dedup state on session start/stop and after new user input
  • refine fingerprint dedup rules to avoid suppressing legitimate output updates
  • preserve whitespace and line boundaries when chunking PTY output

Testing

  • pytest -q (32 passed)
  • ruff check src/ tests/ (passed)
## Summary - replace truncation-based Slack forwarding with chunked output forwarding - reset output dedup state on session start/stop and after new user input - refine fingerprint dedup rules to avoid suppressing legitimate output updates - preserve whitespace and line boundaries when chunking PTY output ## Testing - pytest -q (32 passed) - ruff check src/ tests/ (passed)
agentson added 1 commit 2026-02-17 05:35:11 +09:00
jihoson merged commit 3effedf07d into main 2026-02-17 05:35:51 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/LazyEnter#9