v0.0.3 - Fix webview loading error
馃悰 Bug Fix
Fixed webview loading error in packaged extension
What was fixed
- Resolved "Error loading webview content. Please check the HTML file." when installing from VS Code marketplace
- Updated build process to properly copy webview files (HTML, CSS, JS) to output directory
- Fixed file path references to use correct location in packaged extension
Technical changes
- Modified
package.jsoncompile script to copysrc/webview/toout/webview/ - Updated
src/ui/webview/index.tsto reference files inout/webview/instead ofsrc/webview/
Installation
- VS Code Marketplace: Search for "ClaudeLoop" in Extensions
- Manual: Download
claude-loop-0.0.3.vsixand install viacode --install-extension claude-loop-0.0.3.vsix