Skip to content

v0.13.0

Choose a tag to compare

@getrapidkit getrapidkit released this 21 Feb 19:41
· 156 commits to main since this release

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 β€” _detectProjectType now returns 'go' via go.mod check; projectType is propagated through WorkspaceStatus to the webview

Fixed

  • πŸ”§ @latest Removed from All npx Calls β€” All 12 npx invocations across 6 files now use npx rapidkit (no version tag), preventing the npm registry version (0.21.2) from overriding the local version (0.22.0) and breaking create workspace / create project commands
  • πŸ”§ Go Project Init Check β€” rapidkit.projectDev command now checks for go.sum instead of node_modules to determine whether a Go project is initialized
  • πŸ”§ Go Dev Server Port & Command β€” Default port for Go projects set to 3000; dev command is npx rapidkit dev (not npm 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 projectType argument forwarded from both tree-selection handlers

Technical

  • WorkspaceStatus type β€” Added projectType?: 'fastapi' | 'nestjs' | 'go' field
  • ModuleBrowser component β€” Added modulesDisabled prop; hides search/filters and renders Go banner
  • WelcomePanel._detectProjectTypeStatic() β€” New static helper reused by both instance method and updateWithProject
  • WelcomePanel.openWorkspaceModal() β€” New static method using __workspace__ pending modal token
  • rapidkit.openWorkspaceModal command β€” Registered in extension.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/rapidkit by walking parent directories before global fallback
  • πŸ“‘ Module Info Fetching β€” Uses rapidkit modules info <module> --json and 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 .venv discovery 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.tsx with conditional rendering and smart toggles
  • Type Enhancement: WorkspaceStatus now includes runningPort?: number
  • Integration: Real-time server state tracking via runningServers Map
  • 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