norn-cli 2.9.0 → 2.9.2

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 +13 -0
  2. package/dist/cli.js +603 -135542
  3. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [2.9.1] - 2026-06-22
6
+
7
+ ### Fixed
8
+ - **Windows PTY terminal packaging** - packaged VSIX builds now include the Windows `node-pty` `conpty.node` prebuilds, fixing Norn Terminal startup failures that reported `Failed to load native module: conpty.node`.
9
+ - **Windows terminal command cleanup** - intercepted commands such as `:pin` and completed shell commands now clear from the compact terminal input on Windows before appearing in the main terminal timeline.
10
+
11
+ ### Changed
12
+ - **Native PTY staging** - `vscode:prepublish` now stages the external `node-pty` runtime, stages available npm prebuilds by default, excludes Windows `.pdb` debug files from packages, and keeps explicit `--platform` / `--arch` staging available for platform-specific proof builds.
13
+
14
+ ### Testing
15
+ - **Release verification** - `npm test` passed with 80 Extension Host tests. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
16
+ - **Website docs review** - no website changes were needed for this Windows terminal-fix release.
17
+
5
18
  ## [2.9.0] - 2026-06-21
6
19
 
7
20
  ### Added