Skip to content
Open
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
11 changes: 10 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"source": "./plugins/glm-plan-bug",
"category": "development",
"description": "Submit case feedback and bug reports for GLM Coding Plan service."
},
{
"name": "version-sentinel",
"source": {
"source": "github",
"repo": "KSEGIT/Version-Sentinel"
},
"category": "security",
"description": "Hard-blocks dependency additions and version changes until a fresh, source-cited version check is recorded. Supports npm, pip, Poetry/uv, Cargo, and NuGet."
}
]
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 |
| **version-sentinel** | Hard-blocks dependency additions and version changes until a fresh, source-cited version check is recorded (npm, pip, Poetry/uv, Cargo, NuGet) — third-party, from [KSEGIT/Version-Sentinel](https://github.com/KSEGIT/Version-Sentinel) |

**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.

Expand Down
Loading