Skip to content

feat: add env var to disable file change summaries#200

Open
davdroman wants to merge 1 commit intorynfar:mainfrom
davdroman:feat/disable-file-changes
Open

feat: add env var to disable file change summaries#200
davdroman wants to merge 1 commit intorynfar:mainfrom
davdroman:feat/disable-file-changes

Conversation

@davdroman
Copy link
Copy Markdown
Contributor

@davdroman davdroman commented Mar 31, 2026

Summary

  • Adds MERIDIAN_NO_FILE_CHANGES env var to disable the "Files changed" summary appended to responses
  • Guards all three injection points: PostToolUse hook registration, non-streaming summary, and streaming SSE block emission

Motivation

The file change summary introduced in #189 is too noisy for some setups and should be opt-in, or at the very least let users opt out. This adds the opt-out mechanism via env var.

Usage

MERIDIAN_NO_FILE_CHANGES=1 npm start

@davdroman davdroman force-pushed the feat/disable-file-changes branch from 7ab6b22 to 1ce61b8 Compare March 31, 2026 08:54
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.

1 participant