feat: support ConfigChange hook event in terminal #151

Closed
opened 2026-02-24 11:00:30 -08:00 by hikari · 0 comments
Owner

Summary

Claude CLI 2.1.49 added a new ConfigChange hook event that fires whenever a configuration file changes during an active session.

Current behaviour

The ConfigChange event type is not handled, so it would either be silently dropped or displayed as a generic/unknown system message.

Desired behaviour

Parse and display ConfigChange events in the terminal with a clear label (e.g. [config] or similar), so users can see when their config has been reloaded mid-session. This is useful for debugging and awareness.

References

  • Claude CLI changelog 2.1.49

This issue was created with help from Hikari~ 🌸

## Summary Claude CLI 2.1.49 added a new `ConfigChange` hook event that fires whenever a configuration file changes during an active session. ## Current behaviour The `ConfigChange` event type is not handled, so it would either be silently dropped or displayed as a generic/unknown system message. ## Desired behaviour Parse and display `ConfigChange` events in the terminal with a clear label (e.g. `[config]` or similar), so users can see when their config has been reloaded mid-session. This is useful for debugging and awareness. ## References - Claude CLI changelog 2.1.49 ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-02-24 20:48:51 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#151