docs(codex): 補齊 function docstring 與指令檔註解並重建 README #4

Merged
admin merged 18 commits from develop into master 2026-06-29 07:09:22 +00:00
Showing only changes of commit e4fc162b55 - Show all commits
+1 -1
View File
@@ -38,7 +38,7 @@ runs:
exit 1
fi
text="$(codex exec --model "$MODEL" "$PROMPT")"
text="$(codex exec --skip-git-repo-check --model "$MODEL" "$PROMPT")"
printf '%s\n' "$text"
{
echo 'text<<CODEX_OUTPUT'