Terminal

Google Gemini OAuth Plugin for Opencode: What Still Works After Google's June 2026 Deprecation

Learn how to use your Google account with Opencode via the opencode-gemini-auth plugin, and what changed after Google deprecated Gemini Code Assist consumer account access on June 18, 2026. The OAuth flow now only works for Gemini Code Assist Standard and Enterprise subscriptions, while the Gemini API key flow is unaffected. [...]

Fixing zsh: command not found: nvm (and Node Not Found Across Terminals)

If you get "zsh: command not found: nvm" in a new terminal window, or node works in one terminal but not another after using nvm, the cause is usually the nvm loader lines being overridden in your shell profile or a missing default alias. Here's how to fix both. [...]

Elegant Console Logs With Consola

Creating beautiful and elegant console logs in consola, a console wrapper. Console logs are not always well structured and eye-pleasing. Unpleasant and messy console takes away [...]