long2ice 07d916c831 refactor: Update command descriptions and remove unused workflow files
This commit includes:
- Clarified and standardized descriptions for various command.yml files
- Removed obsolete workflow files (aider/command.yml, pr/command.yml, merico/ask-code/command.yml)
- Updated README for pr.custom_suggestions
- Translated some descriptions from Chinese to English
2025-03-12 16:36:15 +08:00
..
2025-03-11 14:19:20 +08:00
2025-03-11 13:31:50 +08:00

test.api.config

配置API测试工作流所需的全局和仓库相关设置。

用途

  • 配置服务器连接信息SERVER_URL, USERNAME, PASSWORD
  • 配置项目相关信息PROJECT_ID, OPENAPI_URL, VERSION_URL

使用方法

执行命令: /test.api.config

操作流程

  1. 输入服务器URL例如: http://kagent.merico.cn:8000
  2. 输入用户名
  3. 输入密码
  4. 输入项目ID例如: 37
  5. 输入OpenAPI文档URL例如: http://kagent.merico.cn:8080/openapi.json
  6. 输入版本信息URL例如: http://kagent.merico.cn:8080/version
  7. 保存配置信息

配置信息存储位置

  • 全局配置SERVER_URL, USERNAME, PASSWORD保存在 ~/.chat/.workflow_config.json
  • 仓库配置PROJECT_ID, OPENAPI_URL, VERSION_URL保存在当前仓库的 .chat/.workflow_config.json

注意事项

  • 密码信息应妥善保管,不要泄露
  • 配置完成后其他API测试工作流将自动使用这些配置信息
  • 如需修改配置,重新运行此命令即可