chore: update Claude Agent SDK 0.2.87, Codex SDK 0.117.0

This commit is contained in:
Eyejoker
2026-03-31 04:47:42 +09:00
parent 9311cb9ebc
commit 2753849343
6 changed files with 298 additions and 8 deletions

View File

@@ -421,10 +421,7 @@ export function completePairedExecutionContext(args: {
// Owner can raise concerns even during finalize (e.g. push failed,
// detached HEAD, discovered issue). Respect the owner's verdict.
const ownerVerdict = classifyReviewerVerdict(args.summary);
if (
ownerVerdict === 'blocked' ||
ownerVerdict === 'needs_context'
) {
if (ownerVerdict === 'blocked' || ownerVerdict === 'needs_context') {
if (isArbiterEnabled()) {
updatePairedTask(taskId, {
status: 'arbiter_requested',