Earlier quoted context omitted.
They wrote the CLI "GUI" in React using ink, which is all JS-only. I don't know what the Golang way of doing this would be, but maybe it's harder if you want the same result.
There are many GUI building libraries in Go. Sure, you wouldn't be writing JSX (and I agree it's an interesting idea), but it doesn't mean it's more any work to get things rendered in a terminal with other approaches, especially with these AI assistants to help you finish the boring parts.
Gemini CLI
811–820 of 820 posts
Re: Gemini CLI
#812Hi - I work on this. Uptake is a steep curve right now, spare a thought for the TPUs today. Appreciate all the takes so far, the team is reading this thread for feedback. Feel free to pile on with bugs or feature requests we'll all be reading.
I strongly believe in AI cli apps for devs, congrats.
Re: Gemini CLI
#813Re: Gemini CLI
#814Gemini is by far the most confusing product of all time. The paid version for it is available in 3 forms: 1. Gemini pro (which gets you more google drive storage and some form of access to veo so people obviously get that) 2. Google AI studio, just to piss off redmond devs and which is used by no one outside google 3. This CLI, which has its own plan. Then there are 3rd party channels, if you have a recent samsung ph…
Microsoft Copilot
Microsoft 365 Copilot
Copilot Pro
Microsoft Security Copilot
Microsoft Copilot Studio
GitHub Copilot
Copilot+ PC
Microsoft 365 Copilot for Sales
Microsoft 365 Copilot for Service
Microsoft 365 Copilot for Finance
Re: Gemini CLI
#815Re: Gemini CLI
#816Earlier quoted context omitted.
Gemini has some fun failure modes. It gets "frustrated" when changes it makes doesn't work, and replies with oddly human phrases like "Well, that was unexpected" and then happily declares that (I see the issue!) "the final tests will pass" when it's going down a blind alley. It's extremely overconfident by default and much more exclamatory without changing the system prompt. Maybe in training it was taught/figured ou…
It also gets really down on itself, which is pretty funny (and a little scary). Aside from the number of people who've posted online about it wanting to uninstall itself after being filled with shame, I had it get confused on some Node module resolution stuff yesterday and it told me it was deeply sorry for wasting my time and that I didn't deserve to have such a useless assistant. Out of curiosity, I told it that I…
Re: Gemini CLI
#817Key highlights from blog post and GitHub repo: - Open-source (Apache 2.0, same as OpenAI Codex) - 1M token context window - Free tier: 60 requests per minute and 1,000 requests per day (requires Google account authentication) - Higher limits via Gemini API or Vertex AI - Google Search grounding support - Plugin and script support (MCP servers) - Gemini.md file for memory instruction - VS Code integration (Gemini Code…
Re: Gemini CLI
#818Re: Gemini CLI
#819Earlier quoted context omitted.
Depends on the language. It has some bugs where it replaces some words with Unicode symbols like ©. And is completely oblivious to it even when pointed out.
did you face this in the aistudio ui by any chance? i have seen it there.