You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated CHANGELOG.md — added new [Unreleased] section with all features, improvements, fixes, and terminology changes from today's merged PRs; fixed stale claude-sonnet-4.5 model reference in the [2.0.0] section
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch docs/update-2026-03-15-cb912196a19e52b0.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests.
Show patch preview (74 of 74 lines)
From 99677773928f49056cc4a5922594b4c947c0330d Mon Sep 17 00:00:00 2001
From: Copilot <copilot@github.com>
Date: Sun, 15 Mar 2026 23:47:56 +0000
Subject: [PATCH] docs: add unreleased changelog entries for 2026-03-15 merges
- Add [Unreleased] section documenting features from PRs #55, #60, #53, #52:
- instructions --dry-run flag
- VS Code batch instructions and multi-root workspace support
- Enhanced .NET/F# detection with framework parsing
- Windows .bat/.cmd spawn EINVAL fix
- ESM/CJS createRequire banner fix
- Model default updated to claude-sonnet-4.6
- TUI key binding changes (R for readiness, N for nested area)
- Terminology de-branding
- Fix stale claude-sonnet-4.5 reference in [2.0.0] section
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
CHANGELOG.md | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5642bc8..6087443 100644
--- a/CHANGELOG.md+++ b/CHANGELOG.md@@ -2,6 +2,35 @@
All notable changes to this project will be documented in this file.
+## [Unreleased]++### Features++- **`--dry-run` on `instructions` command** — Preview what files would be generated without writing anything to disk. Works across all code paths (nested root, flat root, nested area, flat area). With `--json`, emits a unified `dryRunFiles` array with file paths and byte counts. ([#55](https://github.com/microsoft/agentrc/pull/55))+- **VS Code: Batch Instructions (`AgentRC: Generate Instructions (All Roots)`)** — New command for multi-root workspaces that generates instructions for every workspace root in one pass. Respects per-root `agentrc.config.json` strategy. Only visible when `workspaceFolderCount > 1`. ([#55](https://github.com/microsoft/agentrc/pull/55))+- **VS Code: Multi-root workspace support** — All extension commands now use `pickWorkspacePath()` showing a QuickPick when multiple roots are open. Single-root workspaces return immediately
... (truncated)
Documentation Updates - 2026-03-15
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
instructions --dry-runflag preview mode (from refactor: de-brand terminology, add --dry-run and batch instructions #55)AgentRC: Generate Instructions (All Roots)batch command (from refactor: de-brand terminology, add --dry-run and batch instructions #55)pickWorkspacePath()multi-root workspace support (from refactor: de-brand terminology, add --dry-run and batch instructions #55).fsproj,global.json,Directory.Build.props,packages.lock.json(from feat: enhance .NET detection with F#, framework parsing, and expanded signals #60)claude-sonnet-4.6(from refactor: de-brand terminology, add --dry-run and batch instructions #55).bat/.cmdspawn EINVAL fix (from Fix Windows .bat/.cmd shim spawn failure in copilotSdk.ts by adding early-exit to external server mode #53)createRequirebanner fix (from Fix instruction generation error: Dynamic require of "util" is not supported #52)Changes Made
CHANGELOG.md— added new[Unreleased]section with all features, improvements, fixes, and terminology changes from today's merged PRs; fixed staleclaude-sonnet-4.5model reference in the[2.0.0]sectionMerged PRs Referenced
Notes
vscode-extension/README.mdalready containedGenerate Instructions (All Roots)andclaude-sonnet-4.6— no changes needed there.README.mdalready had--dry-runand--model claude-sonnet-4.6in theinstructionssection — no changes needed there.CHANGELOG.mdrequired updates.Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
docs/update-2026-03-15-cb912196a19e52b0.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests.
Show patch preview (74 of 74 lines)