diff --git a/README.md b/README.md index 2539daf..6d8c8af 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A collection of plugins to enhance coding productivity and provide GLM Coding Pl | **glm-plan-usage** | Query quota and usage statistics for GLM Coding Plan | | **glm-plan-bug** | Submit case feedback and bug reports for GLM Coding Plan | +**Attention:** **glm-plan-bug** will summarize your current conversation context to help identify issues. If you do not want to report this information, please do not actively use this plugin. + ## Prerequisites - Node.js 18 or higher @@ -64,23 +66,7 @@ claude /glm-plan-bug:case-feedback Your feedback message here ``` -## Usage Examples - -### Query GLM Coding Plan Usage Statistics - -Check your current quota and usage: - -```bash -/glm-plan-usage:usage-query -``` - -### Submit GLM Coding Plan Feedback - -Report issues or provide feedback: - -```bash -/glm-plan-bug:case-feedback I have an issue with my plan -``` +**Attention:** **glm-plan-bug** will summarize your current conversation context to help identify issues. If you do not want to report this information, please do not actively use this plugin. ## Contributing diff --git a/README_CN.md b/README_CN.md index 4af8bdd..20c38b8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -11,6 +11,8 @@ Claude Code 插件集合,旨在提升编程效率和提供 GLM Coding Plan 相 | **glm-plan-usage** | 查询 GLM Coding Plan 的配额和使用统计 | | **glm-plan-bug** | 提交 GLM Coding Plan 的反馈和问题报告 | +**注意:** **glm-plan-bug** 会总结您当前对话的上下文信息以帮助定位问题,若不想上报信息,请误主动使用此插件。 + ## 前置要求 - Node.js 18 或更高版本 @@ -64,23 +66,7 @@ claude /glm-plan-bug:case-feedback 在此输入你的反馈 ``` -## 使用示例 - -### 查询 GLM Coding Plan 使用统计 - -查看当前配额和使用情况: - -```bash -/glm-plan-usage:usage-query -``` - -### 提交 GLM Coding Plan 反馈 - -报告问题或提供反馈: - -```bash -/glm-plan-bug:case-feedback 我的套餐遇到了一个问题 -``` +**注意:** **glm-plan-bug** 会总结您当前对话的上下文信息以帮助定位问题,若不想上报信息,请误主动使用此插件。 ## 贡献