We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6860505 commit 1d47097Copy full SHA for 1d47097
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.2.0] - 2025-12-17
11
12
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "wcli0",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Enhanced MCP server for Windows CLI interactions with advanced configuration and security features",
"type": "module",
"bin": {
0 commit comments