|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +### Added |
| 6 | + |
| 7 | +#### Documentation |
| 8 | +- **DevContainer CLI guide** — dedicated Getting Started page for terminal-only workflows without VS Code |
| 9 | +- **v2 Migration Guide** — path changes, automatic migration, manual steps, breaking changes, and troubleshooting |
| 10 | +- Documented 4 previously undocumented agents in agents.md: implementer, investigator, tester, documenter |
| 11 | +- Added missing git-workflow and prompt-snippets to configuration.md enabledPlugins example |
| 12 | +- Added CONFIG_SOURCE_DIR deprecation note in environment variables reference |
| 13 | +- Added cc-orc orchestrator command to first-session launch commands table |
| 14 | +- Tabbed client-specific instructions on the installation page |
| 15 | +- Dedicated port forwarding reference page covering VS Code auto-detect, devcontainer-bridge, and SSH tunneling |
| 16 | + |
5 | 17 | ### Changed |
6 | 18 |
|
7 | 19 | #### Performance |
|
14 | 26 | - Dynamic port forwarding for all ports in VS Code — previously only port 7847 was statically forwarded; now all ports auto-forward with notification |
15 | 27 |
|
16 | 28 | #### Documentation |
17 | | -- Added **DevContainer CLI guide** — dedicated Getting Started page for terminal-only workflows without VS Code |
18 | | -- Added **v2 Migration Guide** — path changes, automatic migration, manual steps, breaking changes, and troubleshooting |
19 | 29 | - Updated **Port Forwarding reference** — VS Code dependency warning, devcontainer-bridge platform support matrix, CLI guide cross-link |
20 | 30 | - Slimmed **Installation page** — moved troubleshooting to dedicated reference page, CLI details to new CLI guide |
21 | 31 | - Full documentation review — accuracy, consistency, and completeness fixes across all 30+ pages |
22 | | -- Documented 4 previously undocumented agents in agents.md: implementer, investigator, tester, documenter |
23 | 32 | - Trimmed disabled ccms usage section from commands reference |
24 | 33 | - Clarified codeforge-lsp plugin description (declarative config, not "no configuration") |
25 | 34 | - Improved magic-docs agent explanation in agent-system plugin docs |
26 | 35 | - Clarified plugin count as "13 local + 1 official" in reference index |
27 | | -- Added missing git-workflow and prompt-snippets to configuration.md enabledPlugins example |
28 | | -- Added CONFIG_SOURCE_DIR deprecation note in environment variables reference |
29 | | -- Added cc-orc orchestrator command to first-session launch commands table |
30 | 36 | - Updated prerequisites and installation docs to support all DevContainer clients (VS Code, CLI, JetBrains Gateway, DevPod, Codespaces) |
31 | | -- Added tabbed client-specific instructions on the installation page |
32 | | -- Added dedicated port forwarding reference page covering VS Code auto-detect, devcontainer-bridge, and SSH tunneling |
33 | 37 | - **Ported `.devcontainer/docs/` to docs site** — migrated content from 5 legacy reference docs into the Starlight documentation site: |
34 | 38 | - New **Keybindings** page (Customization) — VS Code/Claude Code shortcut conflicts and resolution options |
35 | 39 | - New **Troubleshooting** page (Reference) — 12+ problem/solution entries for build, auth, plugins, and performance issues |
|
0 commit comments