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

v0.6.5:更新相关提示词为“严禁使用”

This commit is contained in:
GuDaStudio
2025-11-14 11:27:59 +08:00
parent bdde615511
commit 4da9b5194d

View File

@@ -157,7 +157,7 @@ async def codex(
model: Annotated[
Optional[str],
Field(
description="The model to use for the codex session. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.",
description="The model to use for the codex session. This parameter is strictly prohibited unless explicitly specified by the user.",
),
] = None,
yolo: Annotated[
@@ -168,7 +168,7 @@ async def codex(
] = False,
profile: Annotated[
Optional[str],
"Configuration profile name to load from `~/.codex/config.toml`. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.",
"Configuration profile name to load from `~/.codex/config.toml`. This parameter is strictly prohibited unless explicitly specified by the user.",
] = None,
) -> Dict[str, Any]:
"""Execute a Codex CLI session and return the results."""