norn-cli 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cli.js +1555 -1712
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.13.1] - 2026-04-28
8
+
9
+ ### Improved
10
+ - **MCP Tool Discovery Display (VS Code)**:
11
+ - Replaced raw JSON rendering for `run mcp list` steps in the response panel with a readable tool directory showing names, descriptions, parameter metadata, required markers, and structured-output badges.
12
+ - Kept the underlying captured `tools` value unchanged for assertions, runtime variables, reports, and CLI parity.
13
+
14
+ - **Variable IntelliSense (VS Code)**:
15
+ - Added sequence-local variables and sequence parameters to `{{...}}` interpolation completions, including single-brace partial typing such as `{s`.
16
+ - Added completion fallback for `.nornenv` variable names when no active environment is selected.
17
+ - Fixed completion replacement ranges so selected interpolation suggestions apply on the current cursor line.
18
+
19
+ ### Fixed
20
+ - **Norn API IntelliSense (VS Code)**:
21
+ - Fixed `.nornapi` block detection so top-level `headers` suggestions appear after `end endpoints`, while header-name suggestions still work inside `headers ... end headers` blocks.
22
+
7
23
  ## [1.13.0] - 2026-04-26
8
24
 
9
25
  ### Added