hermes - 💡(How to fix) Fix display: show diff on user profile auto-update

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Feature Description

When the system auto-detects user preferences from conversation and updates USER.md, the notification shows no diff — the user cannot see what changed without manually comparing files.

Motivation

Currently the notification is opaque. The user has to manually diff the file to know what the system learned. User profile is injected into every system prompt — an opaque auto-update that silently changes future agent behavior is a visibility gap.

Proposed Solution

A memory.user_profile_update_verbose config option, or extend display.tool_progress to cover memory auto-updates. When enabled, show the diff inline.

Alternatives Considered

  • Always show the diff (no config toggle)
  • Log to a file instead of showing inline

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix display: show diff on user profile auto-update