v0.13.0
Release Notes
Latest Release: v0.13.0 (February 21, 2026)
πΉ Release: v0.13.0 β Go Framework Support + Sidebar Quick Actions Redesign
Summary: Full Go framework support (Go/Fiber, Go/Gin) in sidebar Quick Actions and Welcome Page, workspace creation routed through Welcome Panel modal, smart init detection for Go projects, and modules disabled for Go projects.
Added
- πΉ Go Framework Quick Actions β FastAPI / NestJS / Go buttons now sit in a compact 3-column row in the sidebar Quick Actions panel
- πͺ Workspace Button β Welcome Modal β Clicking Workspace in sidebar opens Welcome Panel and triggers the Create Workspace modal instead of an inline VS Code input box
- π« Modules Disabled for Go Projects β Both the sidebar AVAILABLE MODULES panel and the Welcome Page Module Browser show a clear "not available" banner when a Go project is selected; search and filters are hidden
- πΉ Go Project Type Detection β
_detectProjectTypenow returns'go'viago.modcheck;projectTypeis propagated throughWorkspaceStatusto the webview
Fixed
- π§
@latestRemoved from All npx Calls β All 12 npx invocations across 6 files now usenpx rapidkit(no version tag), preventing the npm registry version (0.21.2) from overriding the local version (0.22.0) and breakingcreate workspace/create projectcommands - π§ Go Project Init Check β
rapidkit.projectDevcommand now checks forgo.suminstead ofnode_modulesto determine whether a Go project is initialized - π§ Go Dev Server Port & Command β Default port for Go projects set to
3000; dev command isnpx rapidkit dev(notnpm run start:dev) - π§ openWorkspaceModal Fix β Sidebar Workspace button was triggering loading state on HeroAction card; now correctly calls
setShowCreateModal(true)
Changed
- π¨ Framework Button Size β Framework buttons in Quick Actions redesigned: smaller icons (16px), reduced padding and min-height (44px), tighter gap β all three fit cleanly in one row
- π§ Module Explorer setProjectPath β Now accepts optional
projectTypeargument forwarded from both tree-selection handlers
Technical
WorkspaceStatustype β AddedprojectType?: 'fastapi' | 'nestjs' | 'go'fieldModuleBrowsercomponent β AddedmodulesDisabledprop; hides search/filters and renders Go bannerWelcomePanel._detectProjectTypeStatic()β New static helper reused by both instance method andupdateWithProjectWelcomePanel.openWorkspaceModal()β New static method using__workspace__pending modal tokenrapidkit.openWorkspaceModalcommand β Registered inextension.ts
Previous Release: v0.12.0 (February 15, 2026)
πͺ Release: v0.12.0 β Module Details Modal + Workspace-First CLI Resolution
Summary: Introduced an in-app module details modal in the Welcome webview, improved workspace-first CLI binary resolution for nested projects, and added automatic workspace/module refresh after module install.
Added
- πͺ Module Details Modal β Rich tabbed module details UI (overview, dependencies, configuration, profiles, features, docs)
- π§© Expanded ModuleData Typing β Support for runtime dependencies, profiles, documentation, compatibility, support, and changelog metadata
- π Workspace Status Refresh Hook β Refreshes installed modules and catalog after successful module installation
Changed
- π§ CLI Resolution Strategy β Searches for workspace
.venv/bin/rapidkitby walking parent directories before global fallback - π‘ Module Info Fetching β Uses
rapidkit modules info <module> --jsonand merges with catalog data - π¨ Webview UX β Module details now open in modal instead of separate HTML panel
Technical
- UI Architecture: Replaced standalone HTML module details page with React modal workflow
- CLI Reliability: Better
.venvdiscovery in nested workspace/project layouts - State Sync: Installed-modules list now refreshes immediately after add-module success
Previous Release: v0.10.0 (February 12, 2026)
π Release: v0.10.0 β Smart Project Actions + Intelligent Browser + Port Detection
Summary: Introduced unified project actions panel in Welcome Page, smart browser button that activates only when server is running, workspace upgrade detection, and intelligent port tracking for running servers.
Added
- π Project Actions Panel β Complete project lifecycle management in Welcome Page with 6 smart buttons (Terminal, Init, Dev/Stop toggle, Test, Browser, Build)
- β¬οΈ Workspace Upgrade Button β Automatic detection of rapidkit-core updates with one-click upgrade for venv/pipx installations
- π― Smart Browser Button β Context-aware browser opening that only enables when dev server is running with port detection
- π‘ Running Port Detection β Automatic port extraction and display in sidebar, tooltips, and Welcome Page
Improved
- π¨ Enhanced Sidebar Icons β Browser icon only visible for running projects, port displayed next to project name
- π State Synchronization β Real-time UI updates between terminal state, tree view, and webview panels
- π Disabled Button Styling β Professional disabled states with clear visual feedback
- π― Better UX β No more blind browser opens; button intelligently guides user workflow
Technical
- New Component:
ProjectActions.tsxwith conditional rendering and smart toggles - Type Enhancement:
WorkspaceStatusnow includesrunningPort?: number - Integration: Real-time server state tracking via
runningServersMap - Performance: Minimal overhead with regex-based port extraction from terminal names
User Experience
- β¨ Workflow Clarity β Clear visual states guide user: Dev β Browser (enabled) β Stop β Browser (disabled)
- β¨ Port Transparency β Always know which port your server is running on
- β¨ One-Click Upgrades β No more manual core updates; orange button appears when needed
- β¨ Centralized Actions β All project operations accessible from welcome page
π Version History
| Version | Release Date | Highlights |
|---|---|---|
| v0.13.0 | Feb 21, 2026 | πΉ Go framework support, πͺ Workspace modal routing, π§ @latest fix, π« Modules disabled for Go |
| v0.12.0 | Feb 15, 2026 | πͺ Module details modal, π§ workspace-first CLI resolution, π post-install refresh |
| v0.11.0 | Feb 14, 2026 | π Dynamic Examples, π¨ Kit Selection, π¦ Workspace Export/Import |
| v0.10.0 | Feb 12, 2026 | π Project Actions, π― Smart Browser, π‘ Port Detection |
| v0.9.0 | Feb 10, 2026 | π Modal system, β‘ Smart caching, π± Responsive design |
| v0.8.0 | Feb 9, 2026 | π¨ Workspace cards redesign, Dynamic version display, Project statistics |
| v0.7.0 | Feb 6, 2026 | π©Ί Workspace health check, Setup status panel, Diagnostics integration |
| 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