You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(model): add cache support to ConfigService with skip option
Add caching mechanism to ReadConfigFile using functional options pattern.
Cache is stored in-memory with RWMutex for thread safety. Use WithSkipCache()
option to bypass cache and read from disk.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments