magic-helix-vscode 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/extension.ts +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "magic-helix-vscode",
|
|
3
3
|
"displayName": "MagicAgentHelix Runner",
|
|
4
4
|
"description": "Advanced VS Code extension for running MagicAgentHelix CLI with AI-powered refinement, command history, favorites, workspace configuration, and progress tracking.",
|
|
5
|
-
"version": "4.0.0-beta.
|
|
5
|
+
"version": "4.0.0-beta.3",
|
|
6
6
|
"publisher": "el-j",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
package/src/extension.ts
CHANGED
|
@@ -688,7 +688,7 @@ function updateStatusBar(update: ProgressUpdate) {
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
async function showPluginStatusPanel(
|
|
691
|
-
|
|
691
|
+
_context: vscode.ExtensionContext,
|
|
692
692
|
): Promise<void> {
|
|
693
693
|
try {
|
|
694
694
|
// Import PluginRegistry dynamically
|