v0.6.1
Release Notes
Latest Release: v0.6.1 (February 3, 2026)
π οΈ Patch: v0.6.1 β fixes & polish
Summary: Small but impactful fixes addressing Setup Status reliability, installation UX improvements, and copy-to-clipboard workflows for modules and installation commands.
Fixed & Improved
- π§ Fixed "Checking..." stuck state β Removed interval polling and implemented debounced installation status updates; also ensure backend sends initial status on panel load
- π Improved npm vs pipx detection β Now correctly distinguishes npm CLI from pipx RapidKit to avoid false positives
- π Copy install command β Added single
Manual installcopy button (uses slug) to every module card and copy buttons next to install actions in the Setup Wizard - π₯οΈ Manual install button UI β Terminal-style icon and clearer label for manual install command
- π·οΈ Extension version badge now shows current version and update status (e.g.,
v0.6.1 β Up to date)
Previous Release: v0.6.0 (February 3, 2026)
π― Module Browser + Setup Wizard + Installation Methods
Interactive module browser with 27+ modules, intelligent setup wizard with Python/Poetry validation, and multi-method package manager selection!
What's New
π― New Features
-
Interactive Module Browser - Browse and manage 27+ modules
- Grid view with search and category filters
- Real-time installation status (installed/update available/not installed)
- One-click install/update from extension
- Module details with descriptions
- Sidebar explorer for quick access
- Auto-sync installation status
-
Intelligent Setup Wizard - Pre-flight checks before workspace creation
- Step 1: Python 3.10+ validation with venv support
- Step 2: RapidKit Core installation check
- Step 3: npm package verification
- Step 4: Package manager selection (Poetry/pip/pipx)
- Platform-specific guidance (Windows/macOS/Linux)
- Auto-detecting installed environments
-
Package Manager Selection - Three installation methods
- Poetry (Recommended) - Automatic venv + dependency resolution
- pip (Optional) - Standard Python package manager
- pipx (Optional) - Isolated Python tool installation
- Real-time status checking for each method
- One-click installation with progress feedback
- Beginner-friendly explanations
-
Enhanced Setup Guidance - Clearer documentation
- Updated README with new feature screenshots
- Simplified "Select Installation Method" text for junior developers
- Explanations for why each package manager is needed
- Visual "RECOMMENDED" badge on Poetry card
π§ Improvements
- Python environment detection with 8 different methods
- Auto-closing progress notifications (800ms)
- Module state synchronization across UI
- Better error messages with platform-specific fixes
- Workspace creation blocking on missing prerequisites
- Installation method cards with visual status indicators
- Just now / 5m ago / 2h ago / 3d ago
- Hidden after 7 days
- Status Icons - Visual indicators:
- π’ Active workspace (green folder-opened icon)
- Inactive workspaces (purple folder-library icon)
- Time Tracking - Automatic lastAccessed timestamp updates
π¨ UI Improvements
- Notification Polish - All notifications now have "OK" button
- Welcome Page Icons - Updated to more professional symbols:
- π» VS Code (was π¨)
- π System Check (was π©Ί)
- β‘ Key Features (was β¨)
- Minimal Refresh Icons - Changed from π to β»
Files Updated
Modified:
- 15 files updated for npm caching fix
src/commands/doctor.ts- Accurate status checkingsrc/commands/createProject.ts- Standalone mode + refreshsrc/commands/createWorkspace.ts- Auto-refreshsrc/ui/panels/welcomePanel.ts- Command reference + Recent Workspaces + refreshsrc/ui/treeviews/workspaceExplorer.ts- Time tracking + icons + project countsrc/core/workspaceManager.ts- touchWorkspace() methodsrc/extension.ts- Global context storageCHANGELOG.md- Updated with v0.5.2 changespackage.json- Version bump to 0.5.2
System Requirements
- Node.js: 14+
- Python: 3.10+ (for Python Core)
- VS Code: 1.100+
Installation
Install from VS Code Extensions marketplace or:
code --install-extension rapidkit.rapidkit-vscodeπ Version History
| Version | Release Date | Highlights |
|---|---|---|
| v0.6.1 | Feb 3, 2026 | π οΈ Fixes & polish: setup stability, module copy commands, detection improvements |
| v0.6.0 | Feb 3, 2026 | π― Module Browser, Setup Wizard, Package Manager Selection |
| v0.5.2 | Feb 2, 2026 | π§ NPM caching fix, Standalone mode, Recent workspaces |
| v0.5.1 | Feb 2, 2026 | π Documentation translation, Consistency improvements |
| v0.5.0 | Feb 1, 2026 | π Python Core bridge, Workspace registry integration |
| v0.4.7 | Jan 23, 2026 | π Bug fixes, Dependency updates, Security patches |
| v0.4.6 | Jan 1, 2026 | π― Poetry smart detection, Update notifications |
| v0.4.5 | Dec 23, 2025 | β‘ Project quick actions, No workspace switching |
| v0.4.4 | Dec 22, 2025 | π©Ί Doctor npm check, Dynamic versions |
| v0.4.3 | Dec 12, 2025 | π Module explorer, UI enhancements |
| v0.4.2 | Dec 5, 2025 | π Logging commands, Marketplace improvements |
| v0.4.1 | Dec 4, 2025 | π Documentation update, README rewrite |
| v0.4.0 | Dec 3, 2025 | π― Smart location detection, npm migration |
| v0.3.1 | Dec 3, 2025 | π Bug fixes |
| v0.3.0 | Dec 2, 2025 | β¨ New features |
| v0.1.3 | Nov 2025 | π§ Improvements |
| v0.1.2 | Nov 2025 | π Bug fixes |
| v0.1.1 | Nov 2025 | βοΈ Minor updates |
| v0.1.0 | Nov 2025 | π Initial release |
Links
- π¦ VS Code Marketplace
- π GitHub Repository
- π Documentation
- π npm Package