norn-cli 2.8.1 → 2.9.0

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.9.0] - 2026-06-21
6
+
7
+ ### Added
8
+ - **Git status terminal bloom** - bare `git status` commands in Norn Terminal now render a status-first graph that shows upstream divergence, HEAD, working-tree buckets, conflicts, detached/unborn states, and preserved raw output fallback while leaving scoped status commands such as `git status -s`, pathspecs, and shell pipelines untouched.
9
+ - **Live Git status tile** - `:pin` / `:dash` can pin the latest Git status bloom into the terminal live rail, where it refreshes against the current working directory.
10
+
11
+ ### Changed
12
+ - **Terminal bloom documentation** - updated the website docs, local terminal guidance, and prototype notes for the Git status bloom behavior and limits.
13
+
14
+ ### Testing
15
+ - **Release verification** - `npm test` passed with 78 Extension Host tests. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
16
+ - **Website docs review** - updated website docs for the Git status bloom and `npm run build` passed in the website repo.
17
+
18
+ ## [2.8.2] - 2026-06-21
19
+
20
+ ### Changed
21
+ - **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.
22
+
23
+ ### Fixed
24
+ - **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.
25
+ - **Terminal transcript selection** — fixed main-view copy behavior so selecting transcript text is not immediately interrupted by xterm focus restoration.
26
+
27
+ ### Testing
28
+ - **Release verification** — `npm test` passed. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
29
+ - **Website docs review** — no website changes were needed for this bug-fix release.
30
+
5
31
  ## [2.8.1] - 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.1",
5
+ "version": "2.9.0",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"
package/foo.ps1 DELETED
@@ -1 +0,0 @@
1
- Write-Host "Hello"