Skip to content

fix: filter log messages without container prefixes#39

Merged
paknahad merged 2 commits intomainfrom
agent/37-filter-message-content
May 3, 2026
Merged

fix: filter log messages without container prefixes#39
paknahad merged 2 commits intomainfrom
agent/37-filter-message-content

Conversation

@paknahad
Copy link
Copy Markdown
Owner

@paknahad paknahad commented May 3, 2026

Summary

  • filter log visibility against a buffered message/status field instead of the rendered line
  • keep container prefixes visible while preventing prefix-only matches from showing lines
  • document the log view's separate display and filter targets

Tests

  • go test ./internal/ui
  • go test ./...
  • go vet ./...
  • staticcheck ./...
  • DOCS_GATE_SOURCE_ROOT=internal DOCS_GATE_EXT=go bash scripts/docs-gate.sh

make ci could not run locally because this host Docker CLI does not support docker compose.

Closes #37

@paknahad paknahad merged commit a7eb72e into main May 3, 2026
3 checks passed
@paknahad paknahad deleted the agent/37-filter-message-content branch May 3, 2026 01:08
@paknahad
Copy link
Copy Markdown
Owner Author

paknahad commented May 3, 2026

Cycle cost: $0.00. Total on this PR: $0.00.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply log filtering only to message content, not container names

1 participant