agentty 0.6.12 → 0.7.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 CHANGED
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v0.7.0] - 2026-04-02
9
+
10
+ ### Added
11
+
12
+ - Add diff preview from question mode with state snapshot restoration.
13
+ - Add protocol-repair retry for malformed agent responses.
14
+ - Add session lifecycle E2E tests and shared git/session helpers.
15
+ - Add quality check guidance to protocol instructions.
16
+ - Add VHS feature GIF generation from E2E tests with content-hash caching.
17
+
18
+ ### Changed
19
+
20
+ - Keep completed-turn metadata above active streaming prompt.
21
+ - Batch reducer handling of repeated `AgentResponseReceived` events.
22
+ - Refine branch push authentication guidance and cancel summary handling.
23
+ - Cache turn applied state in reducer batch.
24
+ - Modularize app startup, review, and persistence helpers.
25
+ - Refactor app-server runtimes into focused modules.
26
+ - Apply reducer projection for completed turns.
27
+ - Queue VHS feature GIF generation and Zola auto-discovery roadmap slices.
28
+
29
+ ### Contributors
30
+
31
+ - @andagaev
32
+ - @minev-dev
33
+
8
34
  ## [v0.6.12] - 2026-04-01
9
35
 
10
36
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.6.12"
26
+ "version": "0.7.0"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.6.12"
518
+ "version": "0.7.0"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.6.12",
2
+ "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.7.0",
3
3
  "bin": {
4
4
  "agentty": "run-agentty.js"
5
5
  },
@@ -66,7 +66,7 @@
66
66
  "zipExt": ".tar.xz"
67
67
  }
68
68
  },
69
- "version": "0.6.12",
69
+ "version": "0.7.0",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"