mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-08 10:23:30 +08:00
docs(zh-CN): translate code block(plain text) (#753)
Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
@@ -35,34 +35,34 @@
|
||||
**调用语法**(并行:`run_in_background: true`,串行:`false`):
|
||||
|
||||
```
|
||||
# New session call
|
||||
# 新会话调用
|
||||
Bash({
|
||||
command: "~/.claude/bin/codeagent-wrapper {{LITE_MODE_FLAG}}--backend <codex|gemini> {{GEMINI_MODEL_FLAG}}- \"$PWD\" <<'EOF'
|
||||
ROLE_FILE: <role prompt path>
|
||||
ROLE_FILE: <角色提示文件路径>
|
||||
<TASK>
|
||||
Requirement: <enhanced requirement (or $ARGUMENTS if not enhanced)>
|
||||
Context: <project context and analysis from previous phases>
|
||||
需求: <增强后的需求(如未增强则为$ARGUMENTS)>
|
||||
上下文: <来自先前阶段的项目上下文和分析>
|
||||
</TASK>
|
||||
OUTPUT: Expected output format
|
||||
OUTPUT: 期望的输出格式
|
||||
EOF",
|
||||
run_in_background: true,
|
||||
timeout: 3600000,
|
||||
description: "Brief description"
|
||||
description: "简要描述"
|
||||
})
|
||||
|
||||
# Resume session call
|
||||
# 恢复会话调用
|
||||
Bash({
|
||||
command: "~/.claude/bin/codeagent-wrapper {{LITE_MODE_FLAG}}--backend <codex|gemini> {{GEMINI_MODEL_FLAG}}resume <SESSION_ID> - \"$PWD\" <<'EOF'
|
||||
ROLE_FILE: <role prompt path>
|
||||
ROLE_FILE: <角色提示文件路径>
|
||||
<TASK>
|
||||
Requirement: <enhanced requirement (or $ARGUMENTS if not enhanced)>
|
||||
Context: <project context and analysis from previous phases>
|
||||
需求: <增强后的需求(如未增强则为$ARGUMENTS)>
|
||||
上下文: <来自先前阶段的项目上下文和分析>
|
||||
</TASK>
|
||||
OUTPUT: Expected output format
|
||||
OUTPUT: 期望的输出格式
|
||||
EOF",
|
||||
run_in_background: true,
|
||||
timeout: 3600000,
|
||||
description: "Brief description"
|
||||
description: "简要描述"
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user