Skip to content

Commit 1d47097

Browse files
committed
Release v1.2.1: Fix YOLO mode overrides
1 parent 6860505 commit 1d47097

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1] - 2025-12-18
4+
5+
### Fixed
6+
7+
- Ensure YOLO mode clears shell-specific overrides (fixes issue where blocked operators would persist in autonomous mode)
8+
- Updated unit test descriptions and added documentation for new features
9+
310
## [1.2.0] - 2025-12-17
411

512
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wcli0",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Enhanced MCP server for Windows CLI interactions with advanced configuration and security features",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)