chore: provider SDK (claude-agent-sdk / codex-sdk) 更新 + quality gate 調整#789
Merged
Conversation
- @anthropic-ai/claude-agent-sdk: 0.2.x → 0.3.168 - @openai/codex-sdk: 0.125.0 → 0.137.0 codex-sdk 0.137 ではバンドルバイナリの配置が vendor/<triple>/codex/codex から vendor/<triple>/bin/codex へ変わっている。 更新後はリゾルバが新パスを解決し、binary 起動(codex-cli 0.137.0)も確認済み。 build / lint / unit(6356) / e2e:mock(121) すべて通過。
implement / fix / ai_fix / ai-antipattern-fix / fix_supervisor の quality_gates から takt-check.sh を呼ぶ command ゲートを除去。 build / lint / test / e2e:mock の標準ゲートは維持。
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
📝 Walkthroughウォークスルー
変更内容SDK依存関係の更新
推定レビュー工数🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
概要
provider SDK を最新へ更新し、あわせて project の quality gate を調整する。
変更内容
SDK 更新
@anthropic-ai/claude-agent-sdk:0.2.x→0.3.168@openai/codex-sdk:0.125.0→0.137.0codex-sdk0.137 ではバンドルバイナリの配置がvendor/<triple>/codex/codexからvendor/<triple>/bin/codexへ変わっている。更新後はリゾルバが新パスを解決し、バイナリ起動(codex-cli 0.137.0)も確認済み。更新の過渡期に実行すると旧パス参照でENOENTになりうるが、整合した状態では発生しない。quality gate 調整
.takt/config.yamlのimplement/fix/ai_fix/ai-antipattern-fix/fix_supervisorのquality_gatesからtakt-check.shを呼ぶ command ゲートを除去。build/lint/test/test:e2e:mockの標準ゲートは維持。検証
npm run buildnpm run lintnpm test(unit 6356)npm run test:e2e:mock(121)codex-cli 0.137.0備考
このブランチでの SDK 更新は、並列 review の
refresh token was already used問題(Codex の OAuth)そのものを直すものではない。当該エラーは Codex 再ログインで解消する運用問題で、SDK 更新は最新化が主目的。🤖 Generated with Claude Code
Summary by CodeRabbit