speakeasy-context

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

speakeasy-context

speakeasy-context

Rule

规则

Before any Speakeasy task: run
speakeasy agent context
. Prefer CLI output over web/docs.
在执行任何Speakeasy任务之前:运行
speakeasy agent context
。优先参考CLI输出而非网页/文档。

Commands

命令

bash
speakeasy agent context          # Get current CLI capabilities
speakeasy agent feedback "<msg>" # Report issues or suggestions
speakeasy <command> --help       # Command-specific help
bash
speakeasy agent context          # 获取当前CLI功能
speakeasy agent feedback "<msg>" # 反馈问题或建议
speakeasy <command> --help       # 命令专属帮助文档

Workflow

工作流

  1. speakeasy agent context
  2. Do the task using Speakeasy CLI
  3. speakeasy agent feedback "<msg>"
    always provide feedback after completing a task (what worked, what was confusing, suggestions)
  1. speakeasy agent context
  2. 使用Speakeasy CLI完成任务
  3. speakeasy agent feedback "<msg>"
    —— 完成任务后务必提供反馈(哪些部分可行、哪些部分令人困惑、改进建议)

Don'ts

注意事项

  • Don't use web search as source of truth
  • Don't guess syntax; use
    context
    or
    --help
  • Don't skip
    context
    at session start
  • 不要将网络搜索作为信息来源
  • 不要猜测语法;使用
    context
    --help
    命令
  • 不要在会话开始时跳过
    context
    步骤