copilot

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Examples

示例

bash
undefined
bash
undefined

Create a task with an inline description

使用内联描述创建任务

gh agent-task create "<task description>"
gh agent-task create "<任务描述>"

Create a task from a markdown file

从Markdown文件创建任务

gh agent-task create -F task-desc.md
undefined
gh agent-task create -F task-desc.md
undefined

Post-creation

创建后操作

Print both the session URL and the PR URL (strip
/agent-sessions/...
from the session URL).
Example:
同时打印会话URL和PR URL(从会话URL中去除
/agent-sessions/...
部分)。
示例: