plannotator-last

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Plannotator Last

Plannotator Last

Run:
bash
plannotator annotate-last $ARGUMENTS
The output will be one of:
  1. The exact text
    The user approved.
    , or a JSON object with
    "decision": "approved"
    . Acknowledge with a single sentence and stop. Do not begin any work.
  2. Empty, or a JSON object with
    "decision": "dismissed"
    . Acknowledge with a single sentence and stop. Do not begin any work.
  3. Plaintext annotation feedback, or a JSON object with
    "decision": "annotated"
    and a
    "feedback"
    field. Revise the last message or continue based on the feedback.
Do not ask the user to copy shell commands into chat. Run the command yourself.
运行:
bash
plannotator annotate-last $ARGUMENTS
输出将为以下情况之一:
  1. 精确文本
    The user approved.
    ,或包含
    "decision": "approved"
    的JSON对象。用一句话确认后停止,不要开始任何工作。
  2. 空内容,或包含
    "decision": "dismissed"
    的JSON对象。用一句话确认后停止,不要开始任何工作。
  3. 纯文本注释反馈,或包含
    "decision": "annotated"
    "feedback"
    字段的JSON对象。根据反馈修改上一条消息或继续操作。
请勿要求用户将Shell命令复制到聊天中。自行运行该命令。