mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* Replace hardcoded extension identifiers with dynamic package.json values Replace hardcoded "saoudrizwan.claude-dev" and "claude-dev" strings with dynamically imported package name and publisher from package.json across extension activation, webview providers, commands, and test services. * Refactor command registration to use centralized registry - Add new registry.ts module to centralize command name management - Replace hardcoded command strings with registry-based command names - Import getClineCommands function to generate consistent command identifiers - Improve maintainability by centralizing command name definitions