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
Remove context.Background() usage in libs/filer (#4657)
## Summary
- Replace `context.Background()` with proper context propagation in the
workspace files readahead cache
- Add `ctx` field to cache struct, passed at construction time instead
of using `context.Background()` in worker goroutines and enqueue calls
- Update `NewReadOnlyWorkspaceFilesExtensionsClient` to accept a
`context.Context` parameter
- Simplify the two public constructors into direct implementations
instead of delegating to a shared private function
## Test plan
- [x] Unit tests pass for `libs/filer` and `bundle/config/mutator`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments