norn-cli 2.8.0 → 2.8.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 +26 -0
  2. package/package.json +1 -1
  3. package/foo.ps1 +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [2.8.2] - 2026-06-21
6
+
7
+ ### Changed
8
+ - **Norn Terminal command viewport** — the compact xterm dock now expands while ordinary commands are running, preserving terminal-native animations and interactive prompts, then collapses back into the semantic timeline once the command completes.
9
+
10
+ ### Fixed
11
+ - **Interactive terminal history** — cleaned semantic command previews for PowerShell/readline-style prompts so carriage returns, escape sequences, and progressive input redraws no longer appear as stray `=`, `P`, or duplicated input fragments.
12
+ - **Terminal transcript selection** — fixed main-view copy behavior so selecting transcript text is not immediately interrupted by xterm focus restoration.
13
+
14
+ ### Testing
15
+ - **Release verification** — `npm test` passed. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
16
+ - **Website docs review** — no website changes were needed for this bug-fix release.
17
+
18
+ ## [2.8.1] - 2026-06-20
19
+
20
+ ### Changed
21
+ - **Norn Terminal agent focus** — hid the raw terminal dock, resize grip, and session selector while a Claude/Codex chat is focused, and restyled the reply composer/session tabs around the Norn Aurora surface.
22
+ - **Agent activity indicator** — replaced the CSS keyframe-only network mark with a reduced-motion-aware orbiting activity mark that only animates while visible.
23
+
24
+ ### Fixed
25
+ - **Per-session agent rail** — scoped agent rail cards and focus cycling to the terminal session that launched them, preventing agents from other terminal tabs from showing or keeping focus when switching sessions.
26
+
27
+ ### Testing
28
+ - **Release verification** — `npm test` passed with 72 Extension Host tests. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
29
+ - **Website docs review** — no website changes were needed; `npm run build` passed in the website repo.
30
+
5
31
  ## [2.8.0] - 2026-06-20
6
32
 
7
33
  ### Changed
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "norn-cli",
3
3
  "displayName": "Norn — Tests and Runbooks in Your Repo",
4
4
  "description": "Version-controlled API, database, and Kubernetes tests and runbooks. Author in VS Code, then run the same files from the CLI and CI.",
5
- "version": "2.8.0",
5
+ "version": "2.8.2",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"
package/foo.ps1 DELETED
@@ -1 +0,0 @@
1
- Write-Host "Hello"