这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Sunwood-ai-labs/mcp-voicevox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.0
Choose a base ref
...
head repository: Sunwood-ai-labs/mcp-voicevox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 28, 2025

  1. feat: ✨ PyPIへの自動デプロイメント用のGitHub Actionsワークフローを追加

    Trusted Publishing (OIDC) を使用して、PyPIへのパッケージ公開を自動化します。
    これにより、`v`で始まるタグがプッシュされたときに、安全かつ自動的にデプロイが実行されます。
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    5fc701e View commit details
    Browse the repository at this point in the history
  2. feat(audio): 🔊 音声再生機能の改善と自動再生オプションの追加

    各OSでの音声再生方法をより堅牢なものに変更しました。(Windows: PowerShell/WMP, Linux: aplay/paplay)
    `text_to_speech` ツールに `auto_play` 引数を追加し、音声の自動再生をオン/オフできるようになりました。
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ffc7c6d View commit details
    Browse the repository at this point in the history
Loading