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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ All notable changes to this project are documented in this file.
10
10
### Changed
11
11
- Updated `docs/release_private_index.md` to list required pre-release verification commands: `ruff check .`, `black --check .`, `mypy nanonis_qcodes_controller`, `pytest`, and `python -m build`.
12
12
- Expanded distribution readiness documentation and release tracking with concrete private-index release verification notes.
13
-
- Updated `nqctl capabilities` to expose rich `parameters.items[*]` metadata (`get_cmd`, `set_cmd`, validators, safety, descriptions) for agent-driven planning of `get`/`set`/`ramp`.
14
-
- Updated `nqctl capabilities` to omit empty `description`fields and fall back to non-empty command descriptions when top-level parameter descriptions are missing.
13
+
- Updated `nqctl capabilities` to expose rich `parameters.items[*]` metadata (`get_cmd`, `set_cmd`, validators, safety) for agent-driven planning of `get`/`set`/`ramp`.
14
+
- Updated `nqctl capabilities` to remove top-level parameter `description`output and keep descriptions on `get_cmd`/`set_cmd` only.
15
15
- Updated GitHub-release install examples in `README.md` to use `<version>` placeholders.
0 commit comments