Skip to content

feat(update): add --quiet flag to suppress progress output#336

Open
JasonOA888 wants to merge 1 commit intotobi:mainfrom
JasonOA888:feat/quiet-flag
Open

feat(update): add --quiet flag to suppress progress output#336
JasonOA888 wants to merge 1 commit intotobi:mainfrom
JasonOA888:feat/quiet-flag

Conversation

@JasonOA888
Copy link

Problem

On large vaults (~3,700 files), qmd update produces ~220K characters of stdout, exceeding the 200K char output limit in integrators like OpenClaw:

qmd update failed (Error: qmd update produced too much output (limit 200000 chars))

When configured to auto-update on an interval (5-30 min), this error fires repeatedly.

Solution

Add --quiet (-q) flag to suppress all progress output:

qmd update --quiet
qmd update -q

Suppresses:

  • Indexing progress lines
  • Collection update messages
  • Final summary
  • Embedding notices

Still performs all updates silently.

Fixes #267

For large vaults (~3,700 files), 'qmd update' can produce 220K+
characters of output, exceeding the 200K char limit in integrators
like OpenClaw and causing failures.

Added --quiet (-q) flag to suppress progress output:
  - No indexing progress lines
  - No collection update messages
  - No final summary

Usage:
  qmd update --quiet   # or -q

Fixes tobi#267
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.

feat: add --quiet flag to qmd update (large vaults exceed integrator output limits)

1 participant