norn-cli 1.4.1 → 1.4.3

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.
@@ -3,7 +3,7 @@
3
3
  "urls": {
4
4
  "https://petstore.swagger.io/v2/swagger.json": {
5
5
  "baseUrl": "https://petstore.swagger.io/v2",
6
- "fetchedAt": "2026-02-21T16:03:48.184Z",
6
+ "fetchedAt": "2026-02-22T11:34:46.683Z",
7
7
  "schemas": [
8
8
  {
9
9
  "operationId": "AddPet",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [1.4.3] - 2026-02-22
6
+
7
+ ### Improved
8
+ - **@norn Chat Context Efficiency**:
9
+ - Chat participant now sends heavyweight grounding context only on the first turn of a conversation.
10
+ - Follow-up turns reuse conversation history without re-injecting full system prompt and active-file payload each message.
11
+ - Reduces token usage and improves chat responsiveness in multi-turn sessions.
12
+
13
+ ## [1.4.2] - 2026-02-21
14
+
15
+ ### Fixed
16
+ - **API Coverage (Template Path Segments)**:
17
+ - Fixed endpoint path normalization for coverage when `.nornapi` endpoint URLs contain multiple leading template variables, e.g. `{{baseUrl}}/{{version}}/pet/{petId}`.
18
+ - Prevents false 0% coverage in workspace samples where endpoint URLs are composed from `baseUrl` + `version` path segments.
19
+
20
+ ### Added
21
+ - **Regression Fixture (Coverage Scope)**:
22
+ - Added `tests/Random/coverage-scope/template-version.nornapi` and `tests/Random/coverage-scope/template-version-covered.norn` to lock in template-path coverage behavior.
23
+
5
24
  ## [1.4.1] - 2026-02-21
6
25
 
7
26
  ### Changed