norn-cli 2.7.0 → 2.8.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.
- package/CHANGELOG.md +15 -0
- package/README.md +5 -1
- package/dist/cli.js +135537 -598
- package/foo.ps1 +1 -0
- package/package.json +12 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "Norn" extension will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.8.0] - 2026-06-20
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- **PTY-backed Norn Terminal** — promoted the PTY-backed terminal to the only registered `Norn: Open Terminal` route, removed the experimental PTY command and setting, and kept interactive commands inside Norn's raw PTY surface instead of handing them off to a separate VS Code terminal.
|
|
9
|
+
- **Native terminal agents** — refined Codex and Claude terminal sessions with earlier thinking indicators, persisted session replay, native agent launch/focus behavior, and bounded command/file/tool transcript cards that stay readable in the terminal rail.
|
|
10
|
+
- **Terminal documentation** — updated the project terminal skills, rollout plan, and website docs for the promoted PTY route and removed experimental toggle.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **Agent transcript replay** — restored saved shell/tool activity as command and file-edit cards instead of generic tool blobs, including large edit diffs that previously lost their diff rendering after truncation.
|
|
14
|
+
- **Terminal layout polish** — contained long assistant text, command output, code, and diffs so focused agent panes do not paint under the rail or collapse during long restored sessions.
|
|
15
|
+
|
|
16
|
+
### Testing
|
|
17
|
+
- **Release verification** — `npm test` passed with 69 Extension Host tests. `npm run test:regression` ran 195 CLI regression sequences with 193 passing; Peter explicitly accepted the two known local SQL Server fixture connection failures (`SmokeLiveSqlServerSql`, `SeedLiveSqlServerDummyData`) at `127.0.0.1:14333`.
|
|
18
|
+
- **Website docs review** — updated `src/pages/docs/kubernetes.astro` and `src/pages/docs/vscode.astro` in the website repo; `npm run build` passed there.
|
|
19
|
+
|
|
5
20
|
## [2.7.0] - 2026-06-14
|
|
6
21
|
|
|
7
22
|
### Added
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Norn
|
|
2
2
|
|
|
3
|
-
Norn keeps API tests, database checks, and Kubernetes runbooks in version-controlled files your whole team can
|
|
3
|
+
Norn keeps API tests, database checks, and Kubernetes runbooks in repeatable, version-controlled files your whole team can trust. Author, inspect, and debug them in VS Code, then run the same files from the CLI and CI.
|
|
4
4
|
|
|
5
5
|
### Simple API Requests
|
|
6
6
|
|
|
@@ -187,3 +187,7 @@ Behavior:
|
|
|
187
187
|
- regression and smoke suites that should run the same way locally and in CI
|
|
188
188
|
- projects that want API requests and API tests to live next to the code
|
|
189
189
|
- teams that want repeatable Kubernetes triage runbooks beside their services
|
|
190
|
+
|
|
191
|
+
Diff preview test line.
|
|
192
|
+
|
|
193
|
+
ping
|