·
5 commits
to main
since this release
Minor Changes
-
935b935: Add interactive file staging when committing with unstaged files, allowing users to select a subset of files to stage and commit.
-
35f9df3: Add support for intra-PR commit-level stacking:
- Introduce the
stackingplugin to automatically generate and inject stableChange-Idfooters into commits. - Add
bc stackcommand to view the local commit stack, positions, and Change-Ids. - Add
bc amend <target>command to stage changes into intermediate commits using a headless Git autosquash rebase. - Validate
Change-Idexistence in commit messages under CI check mode.
- Introduce the
Patch Changes
- 28a6720: Remove
catalog:dependencies to resolve bun/npm install errors on published CLI packages.