Skip to content

Commit 3744316

Browse files
committed
docs: refresh release docs for v0.5.4
1 parent d9c50aa commit 3744316

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the "VirtualTabs" extension will be documented in this file.
44

5+
## [0.5.4] - 2026-05-13
6+
7+
### Changed
8+
9+
- Improved automated publishing for the VS Code Marketplace and Open VSX release flow.
10+
- Added validation and UI test workflows to keep multi-root workspace support safer to maintain.
11+
512
## [0.5.0] - 2026-05-10
613

714
### Added

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<meta property="og:url" content="https://winterdrive.github.io/vscode-virtual-tabs/">
3232
<meta property="og:title" content="VirtualTabs - Custom File Groups, AI Agent Integration & MCP for VS Code">
3333
<meta property="og:description"
34-
content="Organize files into custom virtual groups with MCP Server for AI agent integration. Generate Agent Skills for Cursor, Copilot, Claude, Kiro, Antigravity. AI-ready context export & persistent workspace management.">
34+
content="Organize files into custom virtual groups with MCP Server for AI agent integration. Generate Agent Skills for Cursor, Copilot, Claude, Kiro, Antigravity. AI-ready context export, multi-root workspace scopes, and persistent workspace management.">
3535
<meta property="og:image"
3636
content="https://winterdrive.github.io/vscode-virtual-tabs/assets/vscode-virtualtabs-grouping-banner1024X512.png">
3737
<meta property="og:image:width" content="1024">
@@ -45,7 +45,7 @@
4545
<meta property="twitter:url" content="https://winterdrive.github.io/vscode-virtual-tabs/">
4646
<meta property="twitter:title" content="VirtualTabs - Custom File Groups, AI Agent Integration & MCP for VS Code">
4747
<meta property="twitter:description"
48-
content="Organize files into custom virtual groups with MCP Server for AI agent integration. Generate Agent Skills for Cursor, Copilot, Claude, Kiro, Antigravity. Persistent workspace management.">
48+
content="Organize files into custom virtual groups with MCP Server for AI agent integration. Generate Agent Skills for Cursor, Copilot, Claude, Kiro, Antigravity. Multi-root scopes and persistent workspace management.">
4949
<meta property="twitter:image"
5050
content="https://winterdrive.github.io/vscode-virtual-tabs/assets/vscode-virtualtabs-grouping-banner1024X512.png">
5151
<meta property="twitter:image:alt" content="VirtualTabs VS Code Extension - File Grouping Interface">
@@ -76,9 +76,9 @@
7676
"url": "https://winterdrive.github.io/vscode-virtual-tabs/",
7777
"downloadUrl": "https://marketplace.visualstudio.com/items?itemName=winterdrive.virtual-tabs",
7878
"installUrl": "https://marketplace.visualstudio.com/items?itemName=winterdrive.virtual-tabs",
79-
"softwareVersion": "0.4.9",
79+
"softwareVersion": "0.5.4",
8080
"datePublished": "2024-01-01",
81-
"dateModified": "2026-04-04",
81+
"dateModified": "2026-05-13",
8282
"author": {
8383
"@type": "Person",
8484
"name": "winterdrive",
@@ -119,6 +119,7 @@
119119
"MCP Server for AI agent integration",
120120
"Agent Skill generation (Cursor, Copilot, Claude, Kiro, Antigravity)",
121121
"Custom file grouping across directories",
122+
"Multi-root workspace scopes with per-project configs",
122123
"AI-ready context export",
123124
"Persistent workspace management",
124125
"Drag and drop file organization",
@@ -388,4 +389,4 @@ <h3 style="margin-top: 0; color: #fff; margin-bottom: 10px;">🔥 Quick Prompt</
388389

389390
</body>
390391

391-
</html>
392+
</html>

docs/llms-full.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ In MVC/MVVM or large-scale projects, related files are often scattered across de
8383
- **AI Context Export** — One-click copy all files as LLM-ready context.
8484
- **Portable Config** — Settings saved to `.vscode/virtualTab.json` for team sharing.
8585
- **AI Agent Integration (MCP)** — Connect AI agents (Cursor, Claude, etc.) to manage groups programmatically.
86+
- **Multi-Root Workspace Scopes** — Keep groups separated per workspace folder in multi-root projects.
8687
- **Auto Reveal & Sync** — Automatically focus active files and sync with native editor groups.
8788
- **Send to...** — Quickly send selected files or groups to pre-configured destinations.
8889
- **File Reordering** — Custom manual ordering via Drag & Drop or keyboard shortcuts.
@@ -101,6 +102,7 @@ In MVC/MVVM or large-scale projects, related files are often scattered across de
101102
### 📁 Group Management
102103

103104
- **Create/Rename**: Right-click panel or groups to manage.
105+
- **Multi-root scopes**: In a multi-root workspace, each detected project appears as its own section. Use the scope header to add a group, open that scope's config, reveal its storage, or clear only that scope.
104106
- **Sub-Groups**: Right-click a group → **Add Sub-Group** (or drag one group into another).
105107
- **Auto-Sync**: The built-in "Open Editors" group automatically tracks your native tabs.
106108
- **Drag & Drop**:
@@ -153,7 +155,7 @@ VirtualTabs provides full AI agent integration via the **Model Context Protocol
153155
1. **Group by Task, Not Folder**: Think about the feature you're working on.
154156
2. **Use Bookmarks for Logic Flow**: Mark key decision points in your code.
155157
3. **Curate AI Context**: Group only necessary files (5-10) to maximize LLM accuracy and reduce token noise.
156-
4. **Share with Team**: Commit `.vscode/virtualTab.json` to share curated project views.
158+
4. **Share with Team**: Commit each project's `.vscode/virtualTab.json` to share curated project views.
157159

158160
---
159161

docs/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# VirtualTabs
22
> VirtualTabs is a VS Code extension with a bundled MCP Server for organizing files into persistent, cross-directory virtual groups and integrating with AI agents (Cursor, Copilot, Claude, Kiro, Antigravity).
33

4-
VirtualTabs helps developers manage complex workspaces by grouping related files regardless of location, and provides Agent Skill generation for AI-driven workflows. A built-in MCP Server exposes 15+ tools for programmatic group management, ensuring that logical context is preserved even after closing the editor.
4+
VirtualTabs helps developers manage complex workspaces by grouping related files regardless of location, including multi-root workspace projects with separate scope-level configs. It also provides Agent Skill generation for AI-driven workflows. A built-in MCP Server exposes 15+ tools for programmatic group management, ensuring that logical context is preserved even after closing the editor.
55

66
## Documentation
7-
- [README](https://raw.githubusercontent.com/winterdrive/VirtualTabs/main/readme.md): Core features, installation, and usage guide.
7+
- [README](https://raw.githubusercontent.com/winterdrive/VirtualTabs/main/README.md): Core features, installation, and usage guide.
88
- [Development Guide](https://raw.githubusercontent.com/winterdrive/VirtualTabs/main/DEVELOPMENT.md): Setup, architecture, and contribution instructions.
99
- [Changelog](https://raw.githubusercontent.com/winterdrive/VirtualTabs/main/CHANGELOG.md): History of releases and updates.
1010
- [Full Context Documentation](https://winterdrive.github.io/VirtualTabs/llms-full.txt): A single file containing the full text of all critical documentation.

0 commit comments

Comments
 (0)