Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
20 changes: 3 additions & 17 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 或更高版本
Expand Down Expand Up @@ -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** 会总结您当前对话的上下文信息以帮助定位问题,若不想上报信息,请误主动使用此插件。

## 贡献

Expand Down