1
0
mirror of https://github.com/GuDaStudio/codexmcp.git synced 2026-02-05 02:00:24 +08:00

v0.6.6:设置skip_git_repo_check为True方便多数用户

This commit is contained in:
GuDaStudio
2025-11-14 15:40:51 +08:00
parent 4da9b5194d
commit 9b33944ea8

View File

@@ -143,7 +143,7 @@ async def codex(
skip_git_repo_check: Annotated[
bool,
"Allow codex running outside a Git repository (useful for one-off directories).",
] = False,
] = True,
return_all_messages: Annotated[
bool,
"Return all messages (e.g. reasoning, tool calls, etc.) from the codex session. Set to `False` by default, only the agent's final reply message is returned.",