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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user