Release 2026-04-01 05:53:58 +0000#9857
Open
github-actions[bot] wants to merge 33 commits intoproductionfrom
Open
Release 2026-04-01 05:53:58 +0000#9857github-actions[bot] wants to merge 33 commits intoproductionfrom
github-actions[bot] wants to merge 33 commits intoproductionfrom
Conversation
記述も簡潔になり、出力も分かりやすくなるため
Bumps [action_text-trix](https://github.com/basecamp/trix) from 2.1.17 to 2.1.18. - [Release notes](https://github.com/basecamp/trix/releases) - [Commits](basecamp/trix@v2.1.17...v2.1.18) --- updated-dependencies: - dependency-name: action_text-trix dependency-version: 2.1.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
テストがfixtureのデータ数に依存しないように修正
- bin/setup: worktree環境変数が設定されている場合、自動でDB名サフィックスとポートを設定 - bin/teardown: worktree終了時にDBを削除するスクリプトを新規追加
- 既存のAI解答機能(ai_answer)を完全に削除 - AiAnswerCreator, AiAnswerCreateJob, Ai::AnswerGenerator を削除 - ai_answer カラム削除マイグレーション追加 - show.html.slim, API jbuilder からai_answer表示を削除 - Q&A質問作成時にピヨルドが自動回答する機能を追加 - PjordQuestionAnswerer: question.create の通知でジョブをenqueue - PjordQuestionAnswerJob: Pjord.respondで回答生成しAnswerとして投稿 - メンション不要で自動的に回答 - 既存のメンション応答機能(PjordRespondJob)は変更なし
- bin/setup: サフィックスのバリデーション追加、フォールバック3000削除 - bin/teardown: db:dropの結果に応じたメッセージ表示
Claude Code worktree対応を追加
- RuboCop: unused argument message → _message に修正 - テスト: retry_on を削除(inline adapter で enqueue_at が NotImplementedError) - テスト: Ai::AnswerGenerator テスト・VCRカセットの削除漏れ修正 - テスト: PjordQuestionAnswererTest を ActiveJob::TestCase に変更 - mock_helper: OpenAI レスポンスに RubyLLM 互換フィールド追加
- PjordQuestionAnswerJob: Pjord.respond の例外を rescue して return - CIではAPIキーが未設定のため RubyLLM::ConfigurationError が発生 - WebMockスタブはRubyLLMのAPIキー検証より後のため効かない - テスト: lambda の keyword argument 名を message: に戻す - _message: だと呼び出し側の message: とマッチしない
- build_context: respond_to?(:where_mention) チェックを削除(Question は常に Mentioner を include)
2018-11-08から最新メジャーリリースにアップグレード。 全てのStripe関連テストがパスすることを確認済み。
Stripe APIバージョンを2026-03-25.dahliaにアップグレード
claudeのローカル用ファイルをignore
- RubyLLMの設定をANTHROPIC_API_KEYを使用するように変更 - デフォルトモデルをclaude-sonnet-4-6に変更
AIがQ&Aの構造を理解しやすいように、タイトルと質問内容を 明確に区別したフォーマットに変更
Q&A質問投稿時にピヨルドが自動回答する機能を追加
.claudeディレクトリをignore
- 分報一覧画面への遷移は分報タブではなくサイドバーの自分の分報リンクから飛ぶ - 自分の分報リンクには件数は不要のため件数関連のテストを削除
…-trix-2.1.18 Bump action_text-trix from 2.1.17 to 2.1.18
…or-report-learning-start-time-to-learning-time-frame 日報作成時、デフォルトでセットされている学習時間を主な活動予定時間を参考にセットする機能を実装
…ut_file 分報のページはviewのlayoutを分報独自のlayoutファイルを使うようにした
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.
Uh oh!
There was an error while loading. Please reload this page.