norn-cli 1.4.2 → 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-21T19:03:58.395Z",
6
+ "fetchedAt": "2026-02-22T11:34:46.683Z",
7
7
  "schemas": [
8
8
  {
9
9
  "operationId": "AddPet",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+
5
13
  ## [1.4.2] - 2026-02-21
6
14
 
7
15
  ### Fixed
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "norn-cli",
3
3
  "displayName": "Norn - REST Client",
4
4
  "description": "A powerful REST client for making HTTP requests with sequences, variables, scripts, and cookie support",
5
- "version": "1.4.2",
5
+ "version": "1.4.3",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"