試験的機能からETAアシストを廃止しリモート設定のみで自動有効化するよう変更#6413
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T4aCJFU5HuP4vcYPpnZLpz
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughETA補助をRemote Configのマスタースイッチのみで判定するよう変更し、手動トグル、関連する画面表示・保存復元処理・翻訳を削除しました。ポートレートモードなどの設定キーと翻訳を追加しています。 ChangesETA補助設定の整理
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Member
Author
|
@coderabbitai review |
Contributor
✅ Action performedReview finished.
|
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.
概要
リモート設定(
eta_assist_enabled)が許可している場合に ETA アシスト(到着判定の改善)を自動的に有効化するよう変更し、試験的機能設定から手動トグル項目を削除しました。従来はリモート設定のマスタースイッチに加えてユーザーの手動トグルが必要でしたが、手動トグルを廃止し、リモート設定のみで判定します。リモート設定はサーバー側キルスイッチとして継続して残します。変更の種類
変更内容
ExperimentalSettings)から ETA アシストのトグル項目・説明文・トグル処理を削除isEtaAssistEnabled()を「リモート設定 AND 手動トグル」から「リモート設定(eta_assist_enabled)のみ」に変更し、統合により不要となったisEtaAssistRemoteEnabled()を削除etaAssistManualEnabledAtom)を削除Permitted)と永続化ストレージキー(ETA_ASSIST_MANUAL_ENABLED)を削除etaAssistTitle/etaAssistDescription、ja/en)を削除remoteConfig.test.ts/ExperimentalSettings.test.tsx)を新仕様へ更新テスト
npm run lintが通ることnpm testが通ることnpm run typecheckが通ること関連Issue
スクリーンショット(任意)
Generated by Claude Code
Summary by CodeRabbit
変更
テスト