norn-cli 2.8.0 → 2.8.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 (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
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.8.1] - 2026-06-20
6
+
7
+ ### Changed
8
+ - **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.
9
+ - **Agent activity indicator** — replaced the CSS keyframe-only network mark with a reduced-motion-aware orbiting activity mark that only animates while visible.
10
+
11
+ ### Fixed
12
+ - **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.
13
+
14
+ ### Testing
15
+ - **Release verification** — `npm test` passed with 72 Extension Host tests. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
16
+ - **Website docs review** — no website changes were needed; `npm run build` passed in the website repo.
17
+
5
18
  ## [2.8.0] - 2026-06-20
6
19
 
7
20
  ### 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.1",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"