fix(client): cache authEnvKeys results to reduce allocations#167
fix(client): cache authEnvKeys results to reduce allocations#167osolmaz merged 2 commits intoopenclaw:mainfrom
Conversation
Triage resultHuman attention: Quick readThis PR is a small client-side performance optimization that caches derived auth environment-variable keys. Scope is limited to IntentReduce overhead in the client auth path by caching the derived environment-variable key list for each auth method instead of rebuilding it on every lookup. WhyCredential lookup was repeatedly recomputing the same normalized auth env key arrays for a given method ID, creating unnecessary Codex reviewNo blocking P0/P1 findings remain. CI/CDCI was initially approval-blocked on workflow run RecommendationThis change looks right-shaped and low risk, with no remaining blocking review or CI concerns. It is ready for human landing decision. |
No description provided.