You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to this project are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.1.10] - 2026-02-26
8
+
9
+
### Added
10
+
- Added `nqctl policy set` to update runtime policy flags directly from CLI (`--allow-writes`, `--dry-run`) with persisted config updates.
11
+
12
+
### Changed
13
+
- Switched packaged runtime policy defaults to live mode (`allow_writes=true`, `dry_run=false`) in both runtime YAML defaults and code fallback defaults.
0 commit comments