彩色标记版英文精读
点击英文句子 → 朗读 | 点击虚线词 → 朗读 | 悬停 → 看翻译/解释
官方短摘录:Codex launches into a full-screen terminal UI that can read your repository, make edits, and run commands.
Codex interactive mode starts when you run the codex command in your terminal.
当你在终端里运行 codex 命令时,Codex 的交互模式就会启动。
It opens a full-screen terminal UI, where Codex can read your repository, make edits, and run commands while you work with it.
它会打开一个全屏终端界面,在这个界面里,Codex 可以读取你的代码仓库、修改文件、运行命令,并且和你一起推进任务。
You can also start a session with an initial prompt, such as asking Codex to explain a codebase.
你也可以带着一个初始提示词来开始会话,比如让 Codex 解释一个代码库。
During the session, you send prompts, code snippets, or screenshots into the composer.
在会话过程中,你可以把提示词、代码片段或截图发送到输入框里。
Before changing files, Codex can explain its plan, and you can review its actions in real time, then approve or reject steps inline.
在修改文件之前,Codex 可以先解释它的计划;你可以实时审查它的操作,然后在界面内批准或拒绝这些步骤。
逐句精读
句子 1启动入口
英文原句:
Codex interactive mode starts when you run the codex command in your terminal.
自然翻译:当你在终端里运行 codex 命令时,Codex 的交互模式就会启动。
句子主干:Codex interactive mode starts.
结构拆解:when you run... 是时间条件,说明“什么时候启动”。主句先说模式启动,后面再说明触发动作。
大白话解释:这句讲入口:不是点网页按钮,而是在终端里运行 codex,进入可以持续对话的模式。
句子 2工作台能力
英文原句:
It opens a full-screen terminal UI, where Codex can read your repository, make edits, and run commands while you work with it.
自然翻译:它会打开一个全屏终端界面,在这个界面里,Codex 可以读取你的代码仓库、修改文件、运行命令,并且和你一起推进任务。
句子主干:It opens a UI.
结构拆解:逗号后面的 where Codex can... 补充说明这个 UI 里能发生什么。后面三个动词并列:read、make、run。
大白话解释:这句讲交互模式的工作台:Codex 在终端界面里接近你的代码,不只是聊天,还能实际操作。
句子 3初始提示词
英文原句:
You can also start a session with an initial prompt, such as asking Codex to explain a codebase.
自然翻译:你也可以带着一个初始提示词来开始会话,比如让 Codex 解释一个代码库。
句子主干:You can start a session.
结构拆解:with an initial prompt 说明开始会话时附带什么;such as... 给例子,说明这个 prompt 可以长什么样。
大白话解释:这句讲启动方式:你可以先进 Codex 再提问,也可以启动时就把第一条任务一起带进去。
句子 4输入材料
英文原句:
During the session, you send prompts, code snippets, or screenshots into the composer.
自然翻译:在会话过程中,你可以把提示词、代码片段或截图发送到输入框里。
句子主干:You send prompts into the composer.
结构拆解:During the session 是时间背景。句子中间列了三个可以发送的东西:prompts、code snippets、screenshots。
大白话解释:这句讲你能给 Codex 什么输入:不只是文字问题,也可以给代码片段和截图。
句子 5实时审查
英文原句:
Before changing files, Codex can explain its plan, and you can review its actions in real time, then approve or reject steps inline.
自然翻译:在修改文件之前,Codex 可以先解释它的计划;你可以实时审查它的操作,然后在界面内批准或拒绝这些步骤。
句子主干:Codex can explain its plan, and you can review its actions.
结构拆解:Before changing files 放在句首,强调修改前先做什么。and 连接两件事:Codex 解释计划;你审查操作。
大白话解释:这句讲安全感来源:Codex 不是悄悄改文件,你可以看到它打算怎么做,并且实时决定放行还是拦下。