Skip to content

Commit bf5c8a3

Browse files
author
zenus
committed
Merge remote-tracking branch 'zenus/main'
2 parents 78c0079 + ed30c38 commit bf5c8a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

hooks/loop-codex-stop-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ if [[ "$WORKTREE_TEAMS" == "true" ]] && [[ "$REVIEW_STARTED" != "true" ]]; then
19121912
19131913
Continue using scheduler/worker/reviewer worktree orchestration.
19141914
Each task must be explicitly marked parallelizable (`yes` or `no`) before assignment.
1915-
WORKTREE_TEAMS_FALLBACK_EOF
1915+
AGENT_TEAMS_FALLBACK_EOF
19161916
fi
19171917
fi
19181918

scripts/codex-worker.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)"
2727
# Source portable timeout wrapper
2828
source "$SCRIPT_DIR/portable-timeout.sh"
2929

30-
# Source shared loop library for DEFAULT_CODEX_WORKER_MODEL and DEFAULT_CODEX_WORKER_EFFORT
30+
# Source shared loop library for DEFAULT_CODEX_MODEL and DEFAULT_CODEX_EFFORT
3131
HOOKS_LIB_DIR="$(cd "$SCRIPT_DIR/../hooks/lib" && pwd)"
3232
source "$HOOKS_LIB_DIR/loop-common.sh"
3333

@@ -37,8 +37,8 @@ source "$HOOKS_LIB_DIR/loop-common.sh"
3737

3838
DEFAULT_CODEX_WORKER_TIMEOUT=5400
3939

40-
WORKER_MODEL="$DEFAULT_CODEX_WORKER_MODEL"
41-
WORKER_EFFORT="$DEFAULT_CODEX_WORKER_EFFORT"
40+
WORKER_MODEL="$DEFAULT_CODEX_MODEL"
41+
WORKER_EFFORT="$DEFAULT_CODEX_EFFORT"
4242
WORKER_TIMEOUT="$DEFAULT_CODEX_WORKER_TIMEOUT"
4343
WORKDIR=""
4444

@@ -103,7 +103,7 @@ while [[ $# -gt 0 ]]; do
103103
WORKER_EFFORT="${2#*:}"
104104
else
105105
WORKER_MODEL="$2"
106-
WORKER_EFFORT="$DEFAULT_CODEX_WORKER_EFFORT"
106+
WORKER_EFFORT="$DEFAULT_CODEX_EFFORT"
107107
fi
108108
shift 2
109109
;;

0 commit comments

Comments
 (0)