chore(release): v0.1.54 — STT stale-config 폴백 가드#95
Merged
Conversation
증상: STT(마이크) 사용 시 "OpenAI 관련 오류"가 뜨며 변환 실패. v0.1.50 이전 (STT 기본이 openai)에 STT를 켠 사용자는 llm_providers.json 에 provider=openai 설정이 저장돼, 앱이 OpenRouter 기본으로 바뀐 뒤에도 그 stale 설정이 우선돼 OPENAI_API_KEY 부재로 401(OpenAI) 오류가 났다. get_stt_config 에 가드 추가: 저장 provider 가 (openrouter/local 이 아니면서) 그 provider 로 쓸 API 키가 없고 OpenRouter 키는 있으면 _DEFAULT_STT(openrouter)로 폴백한다. 유효 키가 있거나 로컬 provider, OpenRouter 키도 없는 경우는 저장값 유지. 검증: 회귀 6종(stale openai→폴백 / 유효 키 유지 / OR 키 없으면 유지 / local 유지 / 이미 openrouter 유지 / stt 없으면 default) + 기존 STT security 7종 = 13 passed. mutation(폴백 조건 무력화 → openai 잔존)으로 가드 실효 확인.
STT(음성) 사용 시 옛 openai 설정 잔존으로 'OpenAI 401 오류'가 나던 문제 수정 (get_stt_config 폴백 가드, ST #4327). PR #94(codex)에 미포함된 커밋 3cb9841을 cherry-pick + 버전 bump. main 반영 시 release-dmg + build-windows 가 v0.1.54 배포.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.1.54 릴리즈
STT(음성 입력) 사용 시 "OpenAI 오류"로 변환 실패하던 버그 수정 배포.
openai설정이 남아OPENAI_API_KEY부재로 401 발생get_stt_config: 저장 provider로 쓸 키가 없고 OpenRouter 키는 있으면 자동 OpenRouter 폴백버전 bump
tauri.conf.json/Cargo.toml/Cargo.lock: 0.1.53 → 0.1.54머지 시
release-dmg+build-windows가 v0.1.54 Release 생성 → auto-updater 갱신 → 사원 자동 업데이트.