fnox daemon clear can be misleading with profile-scoped daemon caches
#577
|
Reproduction Steps
Expected Behavior After running Actual Behavior
Suggestion Please consider adding a flag to clear all profile daemon caches, for example: fnox daemon clear --all-profilesAlternatively, make |
Replies: 1 comment
|
Implemented this in PR #581: #581 The change makes This comment was generated by Codex. |
Implemented this in PR #581: #581
The change makes
fnox daemon clearscan the fnox runtime directory and sendClearto every running daemon socket, so profile-scoped daemon caches are cleared together. It also adds a regression test covering default + non-default profile caches.This comment was generated by Codex.