Skip to content

[docs] Update documentation for features from 2026-03-22/23 #83

@github-actions

Description

@github-actions

Documentation Updates — 2026-03-23

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

Features Documented

Changes Made

Merged PRs Referenced

Notes

The docs/commands.md TUI key bindings table is derived from reading the PR #74 description and source code changes. If additional keys exist beyond the ones listed, a follow-up pass on src/ui/tui.tsx would confirm the complete set.

Generated by Daily Documentation Updater ·

  • expires on Mar 24, 2026, 11:52 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-23-b245a3948e475ce0.

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 (120 of 120 lines)
From 0d78e23b3d6a3701e3893167c03ec03bd2844f55 Mon Sep 17 00:00:00 2001
From: GitHub Copilot <copilot@github.com>
Date: Mon, 23 Mar 2026 23:50:15 +0000
Subject: [PATCH] docs: update documentation for features merged 2026-03-22/23

Add missing changelog entries and documentation for:
- Config status in TUI with [C] keybinding (PR #74)
- Workspace Status tree view in VS Code extension (PR #74)
- TUI model/eval picker blank screen fix (PR #78)
- TUI terminal resize artifacts fix (PR #76)
- @github/copilot-sdk 0.1.32 -> 0.2.0 bump (PR #73)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 CHANGELOG.md               | 10 +++++++++-
 docs/commands.md           | 15 +++++++++++++++
 docs/extension.md          |  5 +++--
 vscode-extension/README.md | 13 +++++++------
 4 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e88169..0317b35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,18 @@ All notable changes to this project will be documented in this file.
 - **`--dry-run` for generate** — preview which files would be created or skipped without writing anything (`agentrc generate mcp --dry-run`)
 - **JSONC support** — `agentrc.config.json`, `agentrc.eval.json`, and policy files now accept `//` and `/* */` comments
 - **Array eval expectations** — `expectation` field in eval configs accepts `string[]` for structured criteria
+- **Config status in TUI** — the interactive TUI now shows whether `agentrc.config.json` is present, with a `[C]` keybinding to scaffold it when missing (#74)
+- **Workspace Status view in VS Code** — a new **Workspace Status** tree view in the AgentRC sidebar surfaces Config and Evals presence, with clickable items that trigger `agentrc init` or `agentrc eval --init` respectively (#74)
 
 ### Bug Fixes
 
-- **Config scaffolding for simple repos** — `agentrc init` and the TUI now create `agentrc.config.json` even when no areas are detected, producing a minimal `{}` stub. Prev
... (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