bolt.diy/app
Adithyan K 49bb17886a
fix: added ui indicator on how apikeys are set (UI/Env) for api-key-manager component (#732)
* fixed #333

* Added instruction in case api-key is not set.

* addressed some of the review changes:

1. moved function definiton to useCallback.
2. added a cache to store the env key status and the api call is made only on a cache miss.

* Manages the API-key entered via UI in a better way.

- Persist API keys in cookies when entered via UI
- Automatically load saved keys when switching between providers
- Preserve existing functionality for environment variable based keys

* Re-used map from utils/constants file.

* Code cleanup -  Removed redundant API key init in BaseChat as its already handled by APIKeyManager component.
2025-01-10 21:26:31 +05:30
..
components fix: added ui indicator on how apikeys are set (UI/Env) for api-key-manager component (#732) 2025-01-10 21:26:31 +05:30
lib fix: ollama and lm studio url issue fix for docker and build (#1008) 2025-01-06 19:18:42 +05:30
routes fix: added ui indicator on how apikeys are set (UI/Env) for api-key-manager component (#732) 2025-01-10 21:26:31 +05:30
styles
types feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing (#856) 2024-12-25 03:05:44 +05:30
utils fix: hotfix auto select starter template works without github token #release (#959) 2025-01-01 03:57:55 +05:30
entry.client.tsx
entry.server.tsx fix: updated logger and model caching minor bugfix #release (#895) 2024-12-31 22:47:32 +05:30
root.tsx
vite-env.d.ts refactor: updated vite config to inject add version metadata into the app on build (#841) 2024-12-21 01:03:28 +05:30