Skip to content

Release v2.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 00:17
· 8 commits to main since this release
fdeb0e1

v2.6.1をリリースしました!

セキュリティと安定性の修正をまとめたパッチリリースです。APIレスポンスでAPIキー等の機微情報が平文で返っていた問題、LLM失敗時にエラー文字列がそのまま読み上げられてしまう事故、オーバーレイWebSocketが瞬断後に復帰しない問題などを修正しました。なお、サーバーの既定バインド先が localhost に変更されたため、別マシンのOBS等から接続している場合は環境変数 HOST=0.0.0.0 の設定が必要です。


v2.6.1 has been released!

This patch release bundles security and stability fixes: sensitive values like API keys were previously returned in plaintext by some API responses, LLM failures could be read aloud on stream as raw error text, and the overlay WebSocket now auto-reconnects after brief disconnects. Note: the server now binds to localhost by default — if you connect from another machine (e.g. OBS on a different PC), set the HOST=0.0.0.0 environment variable.