mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 16:08:16 -05:00
Allow fsnotify `CREATE` and `RENAME` events to trigger dynamic reload, instead of requiring `WRITE`. This is due to some cases with specific editors/OS, (ex: vim on Mac), where file writes can potentially occur without ever triggering a `WRITE` operation on the watched tools file, but solely through creation and renaming of .swp files.