home.social

#gemini-cli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gemini-cli, aggregated by home.social.

fetched live
  1. 📢🩹 Google patches a CVSS 10 #GeminiCLI vulnerability that allowed hackers to use prompt injection and privilege escalation for a full supply chain compromise.

    Read: hackread.com/google-cvss-10-ge

    #CyberSecurity #Google #Gemini #Vulnerability #GitHub #AI

  2. Versión 0.39.1 de Gemini CLI, un agente de IA de código abierto que lleva la potencia de Gemini directamente a tu terminal: dekazeta.net/foro/files/file/4

    #GeminiCLI #Gemini #IA #AI

  3. Se hai mai avuto bisogno di trascrivere una nota vocale, un’intervista o un audio WhatsApp direttamente sul tuo smartphone — senza mandare nulla in cloud, senza abbonamenti, senza privacy violata — allora questo progetto fa per te.

    phone-whisper è un’app Android open source che ho sviluppato a partire da un fork di un progetto esistente, riprogettandola per fare una cosa sola ma fatta […]

    #ai #geminiCli #parakeet #phoneWhisper #qwen #sherpaOnnx #STT https://www.b0sh.net/2026/04/phone-whisper-trascrizione-audio-offline-su-android-con-sherpa-onnx/
  4. #Maestro: Multi-Agent Orchestration for #GeminiCLI & #ClaudeCode #AIAgents #opensource

    🤖 22 specialized subagents across 8 domains — Engineering, Product, Design, Content, SEO, Compliance, I18n & Analytics — directed by a TechLead orchestrator

    ⚡ Two workflow modes:
    Express — simple tasks, 1-2 questions, single-agent delegation, code review, archival
    Standard — full 4-phase: Design Dialogue, Planning, Execution, Completion with quality gate

    🧵 👇

  5. OK, if you are into CLI AI tools, how about geminicli.com/docs? #GeminiCLI #AI

  6. It still amazes me how easy & fast it is to create #MCP servers in #Java with #jbang, #langchain4j and a custom skill inside #geminicli

    A handful of prompts, and less than 5 minutes later, I had created a working #Wikipedia MCP server!

    glaforge.dev/posts/2026/04/02/

  7. Gemini CLI missed its first shot today. My ambitious refactoring took 8mn instead of 4mn.
    #GeminiCLI

  8. Пайплайны, bounce-back и cron для ИИ-агентов на одной подписке Google AI

    Важный момент: agent-pool - это MCP-сервер, который работает и в IDE, и внутри самого Gemini CLI. Воркер может сам делегировать задачи дальше - создавать подгруппы и запускать своих воркеров. На этом строится вся фрактальная оркестрация.

    habr.com/ru/articles/1014502/

    #mcp #aiagents #geminicli #pipelines #cron #multiagent #orchestration #agentpool #bounceback #googleai

  9. Fixing #AISlop with a #SKILL.md in #geminicli

    Well, at least, removing as much sloppiness as possible from AI generated text! And making it more human-readable ☺️

    Inspired by the awesome tropes.fyi/

    Explanations and skill:
    glaforge.dev/posts/2026/03/08/

  10. #Agent #skills help 𝗮𝘂𝘁𝗼𝗺𝗮𝘁𝗲 𝗿𝗲𝗽𝗲𝘁𝗶𝘁𝗶𝘃𝗲 𝘁𝗮𝘀𝗸𝘀.

    Recently I used #GeminiCLI to easily create #MCP servers in #Java with #jbang & #LangChain4j

    I extracted that 𝗸𝗻𝗼𝘄𝗹𝗲𝗱𝗴𝗲 into a 𝗿𝗲𝘂𝘀𝗮𝗯𝗹𝗲 SKILL.md to create more servers!

    glaforge.dev/posts/2026/02/21/

  11. I started experimenting with #opencode and #mistralvibe for some part of my work, and either I'm dumb or missing something, but can we somehow see individual changes inside #neovim?

    I'm pretty sure I saw some solution in past, but can't find it now, and when I recently opened undotree after changes made by Vibe, it was empty and even my previous changes weren't in undotree

    #mistral #vibecoding #ai #gemini #geminicli #claudecode (last two because solution I saw was about them)

  12. Ex-GitHub CEO Thomas Dohmke launches Entire, a Git observability layer for AI agents. Capture reasoning, transcripts, and checkpoints directly in your workflow.

    More details here: ostechnix.com/entire-cli-git-o

    #EntireCLI #Git #AI #GeminiCLI #ClaudeCode #Developer #AiAgents #Opensource #Code #VersionControlSystem

  13. 💪 Zero Boilerplate #Java STDIO #MCP Servers with #LangChain4j and #jbang

    You just need a single Java file.
    JBang installed.
    No build! No project structure. Nothing else.

    Then configure your custom MCP server to use with your favorite #AI #Agent harness, like #geminicli & friends!

    The #langchain4j project recently added a simple #MCP STDIO server.
    So you don't need the big guns like
    @quarkusio @micronaut & friends for simple MCP servers.

    glaforge.dev/posts/2026/02/11/

  14. 🤖 Designed for AI coding agents like #GeminiCLI, #ClaudeCode, and others with system prompt integration and Agent Skills support

    📋 Three-subcommand architecture: info for discovery, grep for searching, call for execution - structured error messages with recovery suggestions

    🔧 Simple workflow: mcp-cli to list servers, mcp-cli info server tool for schema, mcp-cli call server tool '{}' to execute

  15. Getting Started with Gemini CLI

    "In my last post, I wrote about my ambitious but ultimately disappointing attempt to run local LLMs on my spare Apple Silicon hardware. While I remain optimistic about the future of local AI, that experience made one thing clear: for practical, day-to-day coding assistance right now, I needed to look elsewhere."

    macadminmusings.com/blog/2026/

  16. Build your own #arxiv #MCP server with #Java & #Quarkus 🚀

    I explore the full power of 𝗠𝗖𝗣, exposing:
    󠁯•󠁏󠁏 🛠️ 𝗧𝗼𝗼𝗹𝘀, but also
    󠁯•󠁏󠁏 📄 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀, and
    󠁯•󠁏󠁏 💬 𝗣𝗿𝗼𝗺𝗽𝘁𝘀.

    Scaffolding powered by #Antigravity & tested with #GeminiCLI

    📝 Article: glaforge.dev/posts/2026/01/18/

    🛠️ Code:
    github.com/glaforge/arxiv-mcp-

  17. Meet Conductor - a new preview extension for #GeminiCLI

    It introduces a structured, context-aware workflow for AI-assisted development - solving the problem of lost project context across sessions.

    Read the deep dive on #InfoQbit.ly/4jL5MmQ

    #Google #AI #Gemini