feat(cli): Add reset CLI command to stop all processes and clear saved configurations; integrate interactive confirmation and client plugin updates
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-29 - 4.2.0 - feat(cli)
|
||||
Add 'reset' CLI command to stop all processes and clear saved configurations; integrate interactive confirmation and client plugin updates
|
||||
|
||||
- Add new CLI command 'reset' (ts/cli/commands/reset.ts) which stops all processes and removes saved process configurations after an interactive confirmation.
|
||||
- Use @push.rocks/smartinteract for a confirmation prompt before destructive action.
|
||||
- Register the new reset command in the CLI bootstrap (ts/cli/index.ts).
|
||||
- Expose smartinteract from ts/plugins.ts and add @push.rocks/smartinteract to package.json dependencies.
|
||||
- Introduce a lightweight client plugin shim (ts/client/plugins.ts) and switch tspm.ipcclient to import client plugins from ./plugins.js.
|
||||
|
||||
## 2025-08-29 - 4.1.1 - fix(daemon)
|
||||
Bump @push.rocks/smartdaemon to ^2.0.9
|
||||
|
||||
|
Reference in New Issue
Block a user