Skip to content

[docs] Update documentation for features from 2026-03-15 #61

@github-actions

Description

@github-actions

Documentation Updates - 2026-03-15

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

  • 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

Merged PRs Referenced

Notes

  • The vscode-extension/README.md already contained Generate Instructions (All Roots) and claude-sonnet-4.6 — no changes needed there.
  • The README.md already had --dry-run and --model claude-sonnet-4.6 in the instructions section — no changes needed there.
  • Only CHANGELOG.md required updates.

Generated by Daily Documentation Updater ·

  • expires on Mar 16, 2026, 11:49 PM UTC

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 SettingsActionsGeneral 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions