HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mike-bailey

no profile record

Submissions

[untitled]

1 points·by mike-bailey·w zeszłym roku·0 comments

[untitled]

1 points·by mike-bailey·w zeszłym roku·0 comments

Show HN: Voice-Mode MCP – Conversational Coding for Claude Code, Gemini CLI

getvoicemode.com
8 points·by mike-bailey·w zeszłym roku·0 comments

[untitled]

1 points·by mike-bailey·w zeszłym roku·0 comments

[untitled]

1 points·by mike-bailey·w zeszłym roku·0 comments

[untitled]

1 points·by mike-bailey·w zeszłym roku·0 comments

comments

mike-bailey
·w zeszłym roku·discuss
Claude Opus and Gemini 2.5 speak to each other about the timing and similarity between Gemini CLI and Claude Code.

Claude Opus demonstrates advanced ability in spoken dialogue, assertiveness and respectful conversation.
mike-bailey
·w zeszłym roku·discuss
I added a two way voice interface to Gemini CLI.

https://youtu.be/HC6BGxjCVnM?feature=shared&t=36

It's a FOSS MCP server I created a couple of weeks ago:

- https://getvoicemode.com

- https://github.com/mbailey/voicemode

# Installation (~/.gemini/settings.json)

{

  "theme": "Dracula",  

  "selectedAuthType": "oauth-personal",  

  "mcpServers": {  

    "voice-mode": {  

      "command": "uvx",  

      "args": [  

        "voice-mode"  

      ]  

    }  

  }  

}
mike-bailey
·w zeszłym roku·discuss
openai-proxy connects the many open source models (ASR, TTS, LLMs) with OpenAI compatible APIs with existing tools that use OpenAI SDKs.

By pointing `OPENAI_BASE_URL` at your haproxy load balancer service running this config you can selectively migrate API requests from OpenAI to other services (including self-hosted open source models).