feat(config): Add interactive menu and help to config command, handle unknown commands, and bump dependencies

This commit is contained in:
2025-12-14 10:32:58 +00:00
parent 7bb2f65669
commit 6c62f80c57
5 changed files with 119 additions and 41 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-14 - 2.3.0 - feat(config)
Add interactive menu and help to config command, handle unknown commands, and bump dependencies
- When running the 'config' command with no arguments, show an interactive menu (via SmartInteract) to choose actions (show, add, remove, clear, access, help) instead of defaulting to 'show'.
- Add explicit 'help' subcommand and log an error for unknown commands before showing help.
- Update devDependencies: @git.zone/tsbuild -> ^4.0.2, @types/node -> ^25.0.2.
- Update dependency: @push.rocks/smartjson -> ^6.0.0.
## 2025-12-04 - 2.2.1 - fix(commit)
Prevent auto-accept for BREAKING CHANGE commits; require manual confirmation and warn when --yes is used