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: Add bun.lock to gitignore and improve API key retrieval
This commit adds `bun.lock` to the `.gitignore` file to prevent it from being committed. It also enhances the `getApiKey` function to prioritize checking the `GEMINI_API_KEY` environment variable before falling back to the `.env` file. The version in `package.json` has been updated to 1.0.11.
feat: Release version 1.0.0
This commit marks the release of version 1.0.0. It signifies a stable and feature-rich version of GemCommit, ready for wider use. Includes version bump from 0.0.6 to 1.0.0.