Skip to content

feat(filters): add bun output filter#266

Open
zerone0x wants to merge 1 commit into
h5i-dev:mainfrom
zerone0x:fix/issue-206-bun-filter
Open

feat(filters): add bun output filter#266
zerone0x wants to merge 1 commit into
h5i-dev:mainfrom
zerone0x:fix/issue-206-bun-filter

Conversation

@zerone0x

@zerone0x zerone0x commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #206

Adds a declarative built-in output filter for bun so h5i capture run keeps test/install summaries and failure signal while dropping package/progress noise.

Changes

  • Add assets/filters/bun.toml with a ^bun\b command matcher
  • Keep Bun test pass/fail summaries, failure/error lines, and install summaries
  • Add inline golden tests for passing tests, failing tests, install output, and empty output

Test Plan

  • python3 semantic check of the inline golden cases: pass
  • H5I_SKIP_WEB_BUILD=1 cargo test builtin_golden_tests_pass -- --nocapture (blocked in this environment: linker cc is not installed)

Fixes h5i-dev#206

Co-Authored-By: Hermes Agent <noreply@nousresearch.com>
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.

Add an output filter for bun

1 participant