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
fix: regenerate package-lock.json with complete @swc/core platform en…
…tries (#257)
Fixes npm ci failure caused by stricter lockfile validation in newer npm versions.
The lockfile was missing node_modules entries for platform-specific optional dependencies.
browser/utils: updates for web search and loading OLLAMA_API_KEY from…
… the environment (#250)
---------
Co-authored-by: jmorganca <[email protected]>
utils: handle userAgentData browser compatibility (#210)
Use runtime checks and minimal type assertion to safely handle the
userAgentData API which is not yet widely supported across browsers.
This maintains TypeScript type safety while ensuring the platform
detection works in both modern and legacy browsers.