Conversation
Googleが2022年にOOB(urn:ietf:wg:oauth:2.0:oob)フローを廃止したため、 ローカルループバックサーバーを使用した認可コードフローに変更。 変更内容: - scripts/retrieve-token.sh: ローカルHTTPサーバーを起動してコールバックを受信 - scripts/token-server.js: OAuth2リダイレクト用のシンプルなHTTPサーバー - state パラメータによるCSRF対策を追加 - エラーハンドリングとクリーンアップ処理を強化 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
requireInteraction: true の挙動に関する調査結果をドキュメント化: - macOS環境でのバナー/アラート設定による影響 - プラットフォーム依存性と表示されないケースの報告 - 実務上の留意点と代替手段の検討 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- tweet-new-pr.yaml を新規作成(develop向けPR限定) - tweet-new-issue.yaml に感謝メッセージを追加 - 両ワークフローで「@ユーザー名 さんありがとうございます!」を含める - 280文字制限対応のため固定部分を150文字で統一 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- aviation-fleet-capture ユースケースを追加(最大3部隊対応) - CropService の航空隊切り出し座標を微調整(72.3%, 23%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- stay=falseの場合、10秒後に明示的に通知をクリア - macOSではrequireInteractionがOS設定に上書きされるための対応 - 関連ドキュメント: spec/features/notification-stay-on-display.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- @ユーザー名 さん → ユーザー名さん に変更 - X/Twitter では @ は自動リンクされるため、スペースなしの方が自然 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- マージコミットは git log -1 --pretty=%P で複数の親を持つことで判定 - バージョン更新コミット (vX.X.X) もスキップ対象として維持 - 出力変数を is_version_update から should_skip に統一 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
chromite および @types/chrome のバージョンアップに伴い、 型定義の変更に対応。アプリケーションの挙動は変更なし。 主な変更点: - Router型を typeof パターンに変更 (chromite 0.3.3) - AlarmEvent → typeof chrome.alarms.onAlarm - CommandEvent → typeof chrome.commands.onCommand - ExtensionMessageEvent → typeof chrome.runtime.onMessage - NotificationClickedEvent → typeof chrome.notifications.onClicked - WebRequest型の更新 - WebRequestBodyDetails → OnBeforeRequestDetails - Notification型の更新 - NotificationOptions<true> → NotificationCreateOptions - キャプチャオプション型の更新 - CaptureVisibleTabOptions → extensionTypes.ImageDetails - 厳格なundefinedチェックの追加 - windows.create() の戻り値チェック - Launcher.damagesnapshot() の戻り値チェック 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.1 to 27.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@24.1.1...27.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 27.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PR ツイート通知の権限問題を修正 pull_request_target イベントに変更し、develop ブランチを明示的にチェックアウトすることで、フォークからの PR でもシークレットにアクセス可能にする。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- vitest.config.tsにカバレッジ設定を追加(provider: v8、reporter、include/exclude) - CIワークフローでカバレッジが生成されるようコマンドを修正(pnpm exec vitest run --coverage) - これによりCodecovバッジが正しく表示されるようになる 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1767 +/- ##
======================================
Coverage ? 3.37%
======================================
Files ? 36
Lines ? 1361
Branches ? 46
======================================
Hits ? 46
Misses ? 1315
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ベータ版公開時点ではGitHubタグがまだ作成されていないため、 リリースノートのタグリンクが404エラーになる問題を修正。 代わりにPRリンクをツイートに含めることで、ユーザーが すぐに詳細を確認できるようにした。 - generate-release-announce.ts に --pr-url オプションを追加 - webstore-beta.yaml でPR URLを渡すように修正 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- LogbookPageコンポーネントを新規作成 - Popupページに出撃記録を開くショートカットを追加 - Launcher.logbook()メソッドを追加 - loader/index.tsにlogbook loaderを追加 - React Routerに/logbookルートを登録 - SortieContextをexportして型安全性を向上 - WebRequestコントローラにデバッグログを追加(cells/battlesの不整合調査用) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- 不要なeslint-disableディレクティブを削除 - useCallbackの依存配列にlogを追加 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…p/jsdom-27.1.0 chore(deps-dev): bump jsdom from 24.1.1 to 27.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…lop/actions/checkout-6 chore(deps): bump actions/checkout from 4 to 6
startとbuildスクリプトでViteのモードを明示的に指定することで、 開発時にlog.debug()が確実に出力されるようにした 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
blank_issues_enabled を true に変更し、テンプレートを使わない Issue の作成を可能にした。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- div#root > div.gamesResetStyle ラッパーにビューポートサイズを指定 - main の display: flex を block に上書き
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.
No description provided.