johmaru / Yu_Launcher

ランチャー及びPC ゲームアシスタントソフトウェア
3 stars 0 forks source link

merge #85

Closed johmaru closed 1 month ago

johmaru commented 1 month ago

Summary by CodeRabbit

- Chore: GitHub Actionsワークフローで使用するOpenAIモデルを`gpt-4`から`gpt-4o`に更新
- New Feature: .NETアプリケーションのビルドとテストを自動化するGitHub Actionsワークフローを追加
- Documentation: README.mdを更新し、Yu_Launcherの新機能と実装予定機能を明記
- Refactor: `YuLauncher`名前空間から未使用の`using`ディレクティブを削除
github-actions[bot] commented 1 month ago

Image description CodeRabbit

*ウォークスルー*: この更新では、GitHub Actionsのワークフローが改善され、.NETアプリケーションのビルドとテストが自動化されました。また、AIモデルのバージョンが最新のものに変更され、Yu_LauncherのREADMEが刷新されました。未使用のコードも整理されています。

*変更点*:

| ファイル名                          | 変更内容                                                                                   |
|-------------------------------------|--------------------------------------------------------------------------------------------|
| .github/workflows/ai-review.yaml    | `openai_light_model`と`openai_heavy_model`の設定を`gpt-4`から`gpt-4o`に変更。               |
| .github/workflows/build.yml         | GitHub Actionsで.NETアプリケーションのビルドとテストを自動化するワークフローを追加。       |
| README.md                           | Yu_Launcherの説明と機能リストを更新し、不要な記述を削除、新機能を追加。                     |
| YuLauncher/App.xaml.cs              | 未使用の`using`ディレクティブを削除。                                                       |

Uplevel your code reviews with CodeRabbit Pro ### CodeRabbit Pro If you like this project, please support us by purchasing the [Pro version](https://coderabbit.ai). The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.