[Repo Assist] docs: draft CHANGELOG entry for v0.0.10 release preparation#125
Draft
github-actions[bot] wants to merge 1 commit intomasterfrom
Draft
Conversation
Summarises all bug fixes that are ready to ship, drawn from the open Repo Assist PRs (primarily #106, #114, #117, #120, #124 and the earlier consolidated fixes). The version number in package.json is intentionally not changed here (that file requires maintainer action due to protected-file restrictions). This PR exists so the maintainer can review the intended release notes and bump the version when ready. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
66 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 This is an automated draft pull request from Repo Assist.
Summary
Adds a proposed
## 0.0.10 (unreleased)section toCHANGELOG.mdcapturing all the bug fixes that are ready to ship from the open Repo Assist PRs.Motivation
The extension is currently at v0.0.9. Numerous significant fixes are sitting in open draft PRs (most importantly PR #106 — the consolidated critical-bug-fix PR). Before the maintainer merges those PRs and bumps the version, having the release notes drafted in one place makes it easy to see what's going into the release and whether anything is missing.
What's included in the draft entry
All fixes cross-referenced from the open Repo Assist PRs:
fs.existsasync race inaddRootPath()phpcbf.standardresolve([])instead ofreject()in providerphpcbf.onsavecwd: TmpDirin spawnconsole.group/timecrash with debug modephpcbf.enableoperator precedencefindFilesworkspace escape prevention.vscodeignoreimprovementsWhat the maintainer needs to do before merging
"version"inpackage.jsonto"0.0.10"(protected file — must be done manually)(unreleased)date in this CHANGELOG entryTest Status
✅
npm run test:unit— 7/7 tests pass (CHANGELOG.md is documentation only, no code change).