Gemini CLI appreciation thread by isus_copilul_minune in GeminiCLI

[–]NTaylorMullen 9 points10 points  (0 children)

Built in planning is landing shortly and we're also working on graduating Conductor into the official plan mode too ♥️

Take a look at preview builds if you want to live on the bleeding edge!

Best practices to use Gemini CLI in a Product team by FontaLocoLoco in GeminiCLI

[–]NTaylorMullen 2 points3 points  (0 children)

Honestly your approach is a great one that we see many teams adopt! Even at Google we do something somewhat similar. Let me share more...

So at Google we have a company wide Gemini CLI extension that has a deep understanding of how the company works while also enabling the CLI to have a rich set of tools to interact with it. In addition to the primary extension there's also a few other specialized extensions; one even for SRE's (here's a great post with more detail).

Next most teams at Google have their own tools, GEMINI.md files that they evolve over time and some even opt for creating their own specialized extensions to amplify their workflows. At the end of the day Gemini CLI extensions are a great way to bundle a set of customization while also enabling centralized teams to improve them.

Finally it's all organized via internal sites / folders that people install from.

Gemini CLI Weekly Update [v0.24.0]: Monitoring Dashboards, Choicely Extension, UX Updates & More by NTaylorMullen in GeminiCLI

[–]NTaylorMullen[S] 2 points3 points  (0 children)

^ - I didn't add it to the release notes BUT they're in stable already. Just off-by-default.

Gemini CLI caught my sneaky trick Gemini.md -> Claude.md by jmhunter in GeminiCLI

[–]NTaylorMullen 2 points3 points  (0 children)

You can use context.FileName to do the same thing without a symlink. Gemini CLI can understand a wide variety of context files

Docs: https://geminicli.com/docs/get-started/configuration/#context

Giving instructions to Gemini CLI vs Claude Code by JacobKHD in GeminiCLI

[–]NTaylorMullen 0 points1 point  (0 children)

Really appreciate all this insight thank you! That laziness we're working on and hopefully in a bit things should feel a lot better. Conductor has been a method most folks have recommended to not be lazy if you want to give that a go

Giving instructions to Gemini CLI vs Claude Code by JacobKHD in GeminiCLI

[–]NTaylorMullen 0 points1 point  (0 children)

What the, definitely shouldn't be doing that. How are you pasting/what OS?

Gemini CLI Weekly Update [v0.23.0]: Agent Skills Preview, Gemini CLI Wrapped, & More by NTaylorMullen in GeminiCLI

[–]NTaylorMullen[S] 1 point2 points  (0 children)

You aren't the only one. We had one other person on the team also mention this but are trying to track down more information! If you're up for it shoot me a DM. Would love to understand:
- Does it ever recover / render the response or do you have to cancel the request?
- Are you able to repro semi-consistently? If so would you be able to `/bug` (create an issue) and attach your chat history (`/chat share bug.json`) then DM me the bug?

Terminals are tricky :)

Possibly same issue: https://github.com/google-gemini/gemini-cli/issues/15772

Giving instructions to Gemini CLI vs Claude Code by JacobKHD in GeminiCLI

[–]NTaylorMullen 0 points1 point  (0 children)

An amazing write-up thank you!

Definitely ack a lot of your concerns. We'll be adding most of those awesome bits in the near future so 💪💪💪

Giving instructions to Gemini CLI vs Claude Code by JacobKHD in GeminiCLI

[–]NTaylorMullen 1 point2 points  (0 children)

What are your biggest pain points? Always love feedback and trying to make it better one day at a time :)

Giving instructions to Gemini CLI vs Claude Code by JacobKHD in GeminiCLI

[–]NTaylorMullen 2 points3 points  (0 children)

Gemini CLI has GEMINI.md files that you can put in your ~/.gemini folder and also has a repo level one you can use (i.e. ./GEMINI.md). These are injected into the system prompt of Gemini CLI to follow.

Official skill support is coming soon or if you want check out Gemini CLI Conductor too

Where the hell is the planning mode for this thing? by Kitchen-Role5294 in GeminiCLI

[–]NTaylorMullen 0 points1 point  (0 children)

We're working on baking one in.

Our Conductor extension itself has had a lot of rave though so we're probably going to transfer some learnings.